Skip to content

Commit

Permalink
feat: add scroll mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-zhipeng committed Mar 4, 2024
1 parent b351aeb commit 171dbb6
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions crossChain.json
Original file line number Diff line number Diff line change
Expand Up @@ -3413,6 +3413,69 @@
"execute": "300000"
}
},
{
"name": "Scroll Mainnet",
"chainId": 534352,
"type": "mainnet",
"confirmations": 3,
"network": "scroll",
"domainId": "1935897199",
"nativeCurrency": {
"name": "ETH",
"symbol": "ETH",
"decimals": 18
},
"assetId": {
"0x0000000000000000000000000000000000000000": {
"symbol": "sETH",
"mainnetEquivalent": "0x0000000000000000000000000000000000000000",
"decimals": 18
},
"0x06eFdBFf2a14a7c8E15944D1F4A48F9F95F663A4": {
"name": "USD Coin",
"symbol": "USDC",
"mainnetEquivalent": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"decimals": 6,
"isSingleMinter": true
},
"0xf55bec9cafdbe8730f096aa55dad6d22d44099df": {
"name": "Tether USD",
"symbol": "USDT",
"mainnetEquivalent": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
"decimals": 6,
"isSingleMinter": true
},
"0x5300000000000000000000000000000000000004": {
"name": "Wrapped Ether",
"symbol": "WETH",
"mainnetEquivalent": "0x0000000000000000000000000000000000000000",
"decimals": 18,
"isSingleMinter": true
},
"0xfD9B8B1B7e44b39DFA04D66159Ac21B68141eD38": {
"name": "TEST",
"symbol": "TEST",
"decimals": 18,
"isSingleMinter": true
}
},
"rpc": ["https://rpc.scroll.io/"],
"subgraph": [],
"faucets": [],
"infoURL": "",
"explorers": [
{
"name": "scroll scan",
"url": "https://scrollscan.com/",
"icon": "scroll",
"standard": "EIP3091"
}
],
"gasEstimates": {
"gasPriceFactor": "1000000000000000000",
"execute": "300000"
}
},
{
"name": "Gather Network",
"chainId": 192837465,
Expand Down

0 comments on commit 171dbb6

Please sign in to comment.