Commit 84979a2 1 parent d766812 commit 84979a2 Copy full SHA for 84979a2
File tree 1 file changed +7
-15
lines changed
1 file changed +7
-15
lines changed Original file line number Diff line number Diff line change @@ -51,28 +51,20 @@ const config: HardhatUserConfig = {
51
51
enabled : process . env . MAINNET_FORKING_ENABLED === "true" ,
52
52
} ,
53
53
} ,
54
- monadDevnet : {
55
- url : process . env . MONAD_RPC_URL ,
54
+ monadTestnet : {
55
+ url : "https://testnet-rpc.monad.xyz" ,
56
56
accounts : [ deployerPrivateKey ] ,
57
- chainId : Number ( process . env . MONAD_CHAIN_ID ) ,
57
+ chainId : 10143 ,
58
58
} ,
59
59
} ,
60
60
// configuration for harhdat-verify plugin
61
61
etherscan : {
62
- apiKey : `DUMMY_VALUE_FOR_BLOCKSCOUT` ,
63
- customChains : [
64
- {
65
- network : "monadDevnet" ,
66
- chainId : 41454 ,
67
- urls : {
68
- browserURL : process . env . MONAD_EXPLORER_URL ?? "" ,
69
- apiURL : process . env . MONAD_EXPLORER_URL ? `${ process . env . MONAD_EXPLORER_URL } /api` : "" ,
70
- } ,
71
- } ,
72
- ] ,
62
+ enabled : false ,
73
63
} ,
74
64
sourcify : {
75
- enabled : false ,
65
+ enabled : true ,
66
+ apiUrl : "https://sourcify-api-monad.blockvision.org" ,
67
+ browserUrl : "https://testnet.monadexplorer.com/" ,
76
68
} ,
77
69
} ;
78
70
You can’t perform that action at this time.
0 commit comments