Skip to content

Commit

Permalink
Add World Chain (#5342)
Browse files Browse the repository at this point in the history
* added world chain

* fix shortname

* fmt
  • Loading branch information
0xKitsune authored Jun 24, 2024
1 parent 4a298c9 commit 3ac9df8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions _data/chains/eip155-480.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "World Chain",
"chain": "ETH",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://worldcoin.org",
"shortName": "wc",
"chainId": 480,
"networkId": 480,
"status": "incubating"
}

0 comments on commit 3ac9df8

Please sign in to comment.