Skip to content

Commit

Permalink
Add Soneium testnet Minato (ethereum-lists#5678)
Browse files Browse the repository at this point in the history
* 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
Maar-io and ligi authored Aug 28, 2024
1 parent 2caa326 commit df289b5
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
33 changes: 33 additions & 0 deletions _data/chains/eip155-1946.json
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"
}
]
}
}
8 changes: 8 additions & 0 deletions _data/icons/minato.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafybeighhofhlz3qi5yv6ukqw6gthkuedhmgs5xcej4iibwan4dnvghnvi",
"width": 301,
"height": 300,
"format": "svg"
}
]

0 comments on commit df289b5

Please sign in to comment.