Skip to content

Commit

Permalink
Add sei testnet chain (#5291)
Browse files Browse the repository at this point in the history
  • Loading branch information
besated authored Jun 13, 2024
1 parent ab4e377 commit 7c6e51a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions _data/chains/eip155-1328.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Sei Testnet",
"chain": "Sei",
"rpc": [
"https://evm-rpc-testnet.sei-apis.com",
"wss://evm-ws-testnet.sei-apis.com"
],
"faucets": ["https://atlantic-2.app.sei.io/faucet"],
"nativeCurrency": {
"name": "Sei",
"symbol": "SEI",
"decimals": 18
},
"infoURL": "https://www.sei.io",
"shortName": "sei-testnet",
"chainId": 1328,
"networkId": 1328,
"icon": "sei",
"explorers": [
{
"name": "Seitrace",
"url": "https://seitrace.com",
"standard": "EIP3091"
}
]
}

0 comments on commit 7c6e51a

Please sign in to comment.