Skip to content

Commit b323088

Browse files
Merge pull request #270 from BitGo/WIN-7131
chore: update plasma mainnet details
2 parents 06e6af7 + 64d26d7 commit b323088

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

config/chainIds.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

hardhat.config.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)