Skip to content

Commit

Permalink
Adds Sei Pacific-1 mainnet (#5157)
Browse files Browse the repository at this point in the history
* Add seiv2 icon

original icon should remain as well

* Add sei mainnet v2

* Added 'faucets' object

* 'prettify' eip155-531

* Corrects chainId, networkId for eip155-531.json

* Fixes filename for Sei mainnet

eip155-531.json >> eip155-1329.json

* Fixes ipfs CID

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
cordt-sei and ligi authored May 31, 2024
1 parent c0b8c70 commit aee7092
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-1329.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Sei Network",
"chain": "Sei",
"rpc": ["https://evm-rpc.sei-apis.com", "wss://evm-ws.sei-apis.com"],
"faucets": [],
"nativeCurrency": {
"name": "Sei",
"symbol": "SEI",
"decimals": 18
},
"infoURL": "https://www.sei.io",
"shortName": "sei",
"chainId": 1329,
"networkId": 1329,
"icon": "seiv2",
"explorers": [
{
"name": "Seitrace",
"url": "https://seitrace.com",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/seiv2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafkreia2tiurhfkc2lifytbpv356d4rfmqoivzrepg2wsrqwrqgbb4bp7a",
"width": 600,
"height": 600,
"format": "png"
}
]

0 comments on commit aee7092

Please sign in to comment.