File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ const config: HardhatUserConfig = {
218218 sepolia : process . env . ETHERSCAN_API_KEY || '' ,
219219 polygon : process . env . POLYGONSCAN_API_KEY || '' ,
220220 polygonMumbai : process . env . POLYGONSCAN_API_KEY || '' ,
221- polygonAmoy : process . env . OKLINK_API_KEY || '' ,
221+ polygonAmoy : process . env . AMOY_API_KEY || '' ,
222222 bsc : process . env . BSC_API_KEY || '' ,
223223 bscTestnet : process . env . BSC_API_KEY || '' ,
224224 moonbeam : process . env . MOONSCAN_API_KEY || '' ,
@@ -242,9 +242,8 @@ const config: HardhatUserConfig = {
242242 network : 'polygonAmoy' ,
243243 chainId : 80002 ,
244244 urls : {
245- apiURL :
246- 'https://www.oklink.com/api/v5/explorer/contract/verify-source-code-plugin/AMOY_TESTNET' ,
247- browserURL : 'https://www.oklink.com' ,
245+ apiURL : 'https://api-amoy.polygonscan.com/api' ,
246+ browserURL : 'https://amoy.polygonscan.com' ,
248247 } ,
249248 } ,
250249 ] ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ async function main() {
99 ) ;
1010 const HMTokenContract = await HMToken . deploy (
1111 1000000000 ,
12- 'Human Token' ,
12+ 'HUMAN Token' ,
1313 18 ,
1414 'HMT'
1515 ) ;
You can’t perform that action at this time.
0 commit comments