forked from ethereum-lists/chains
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Soneium testnet Minato (ethereum-lists#5678)
* add minato initial info * add info * add nl * fix: Explorer cannot have a slash on the end --------- Co-authored-by: ligi <[email protected]>
- Loading branch information
Showing
2 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"name": "Minato", | ||
"shortName": "minato", | ||
"title": "Soneium testnet Minato", | ||
"chain": "ETH", | ||
"icon": "minato", | ||
"rpc": ["https://rpc.minato.soneium.org"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://soneium.org", | ||
"chainId": 1946, | ||
"networkId": 1946, | ||
"explorers": [ | ||
{ | ||
"name": "Blockscout Minato explorer", | ||
"url": "https://explorer-testnet.soneium.org", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-1", | ||
"bridges": [ | ||
{ | ||
"url": "https://bridge.soneium.org/testnet" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://bafybeighhofhlz3qi5yv6ukqw6gthkuedhmgs5xcej4iibwan4dnvghnvi", | ||
"width": 301, | ||
"height": 300, | ||
"format": "svg" | ||
} | ||
] |