File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export const CHAIN_IDS = {
3838 LINEAETH : 59144 ,
3939 IP : 1514 ,
4040 OG : 16661 ,
41- PLASMA_MAINNET : 9746 , // Replace with actual mainnet chain ID when available
41+ PLASMA_MAINNET : 9745 ,
4242 KAVAEVM : 2222 ,
4343 // Testnet Networks
4444 BSC_TESTNET : 97 ,
Original file line number Diff line number Diff line change @@ -594,7 +594,7 @@ const config: HardhatUserConfig = {
594594 ]
595595 } ,
596596 plasma : {
597- url : `https://testnet-rpc .plasma.to` , // TODO: Update with mainnet URL when available
597+ url : `https://chaotic-cosmopolitan-waterfall .plasma-mainnet.quiknode.pro/40f306c7667db5b8637b214b2dbd45aac5f1fe3f` ,
598598 accounts : [
599599 `${ PRIVATE_KEY_FOR_V4_CONTRACT_DEPLOYMENT } ` ,
600600 `${ PLACEHOLDER_KEY } ` ,
@@ -1181,8 +1181,9 @@ const config: HardhatUserConfig = {
11811181 network : 'plasmaMainnet' ,
11821182 chainId : CHAIN_IDS . PLASMA_MAINNET ,
11831183 urls : {
1184- apiURL : 'https://testnet.plasmaexplorer.io/api' ,
1185- browserURL : 'https://testnet.plasmaexplorer.io/'
1184+ apiURL :
1185+ 'https://api.routescan.io/v2/network/mainnet/evm/9745/etherscan/api' ,
1186+ browserURL : 'https://plasmascan.to'
11861187 }
11871188 } ,
11881189 {
You can’t perform that action at this time.
0 commit comments