Skip to content

Commit

Permalink
Add Unichain Sepolia & Unichain Mainnet (incubating) (#5974)
Browse files Browse the repository at this point in the history
* Add Unichain Sepolia & Unichain Mainnet (incubating)

* Fix EIP 155 filename

* Remove trailing slash

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
trianglesphere and ligi authored Oct 10, 2024
1 parent 02e358b commit 8228c1d
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
16 changes: 16 additions & 0 deletions _data/chains/eip155-130.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Unichain",
"chain": "ETH",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://unichain.org",
"shortName": "unichain",
"chainId": 130,
"networkId": 130,
"status": "incubating"
}
27 changes: 27 additions & 0 deletions _data/chains/eip155-1301.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "Unichain Sepolia Testnet",
"chain": "ETH",
"rpc": ["https://sepolia.unichain.org"],
"faucets": [],
"nativeCurrency": {
"name": "Sepolia Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://unichain.org",
"shortName": "unichain-sep",
"chainId": 1301,
"networkId": 1301,
"explorers": [
{
"name": "Unichain Sepolia Testnet Explorer",
"url": "https://unichain-sepolia.blockscout.com",
"standard": "EIP3091"
},
{
"name": "Unichain Sepolia Testnet Explorer",
"url": "https://sepolia.uniscan.xyz",
"standard": "EIP3091"
}
]
}

0 comments on commit 8228c1d

Please sign in to comment.