Skip to content

Commit

Permalink
fix: separate network
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglonghong committed Sep 18, 2023
1 parent 1ac709b commit c261e61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crossChain.json
Original file line number Diff line number Diff line change
Expand Up @@ -2710,7 +2710,7 @@
"domainId": "31337",
"type": "local",
"confirmations": 10,
"network": "mainnet",
"network": "localmainnet",
"networkId": 31337,
"nativeCurrency": { "name": "Ethereum", "symbol": "ETH", "decimals": 18 },
"assetId": {
Expand All @@ -2727,7 +2727,7 @@
"domainId": "31338",
"type": "local",
"confirmations": 10,
"network": "optimism",
"network": "localoptimism",
"networkId": 31338,
"nativeCurrency": { "name": "Ethereum", "symbol": "ETH", "decimals": 18 },
"assetId": {
Expand All @@ -2744,7 +2744,7 @@
"domainId": "31339",
"type": "local",
"confirmations": 10,
"network": "arbitrumone",
"network": "localarbitrumone",
"networkId": 31339,
"nativeCurrency": { "name": "Ethereum", "symbol": "ETH", "decimals": 18 },
"assetId": {
Expand Down

0 comments on commit c261e61

Please sign in to comment.