Skip to content

Commit

Permalink
Feat: Add Near chain (#4734)
Browse files Browse the repository at this point in the history
* Feat: Add Near chain

* Remove slash on the end of explorer urls
  • Loading branch information
birchmd authored Apr 3, 2024
1 parent 9f76e9f commit 9eec3e6
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-397.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Near Mainnet",
"chain": "NEAR",
"rpc": [],
"icon": "near",
"faucets": [],
"nativeCurrency": {
"name": "NEAR",
"symbol": "NEAR",
"decimals": 18
},
"infoURL": "https://near.org/",
"shortName": "near",
"chainId": 397,
"networkId": 397,
"explorers": [
{
"name": "Near Blocks",
"url": "https://nearblocks.io",
"standard": "none"
}
]
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-398.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Near Testnet",
"chain": "NEAR",
"rpc": [],
"icon": "near",
"faucets": [],
"nativeCurrency": {
"name": "Testnet NEAR",
"symbol": "NEAR",
"decimals": 18
},
"infoURL": "https://aurora.dev",
"shortName": "near-testnet",
"chainId": 398,
"networkId": 398,
"explorers": [
{
"name": "Near blocks",
"url": "https://testnet.nearblocks.io",
"standard": "none"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/near.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafkreiayxzdbu3e5ahri3ooieg6k6pjxrwkrkc2x5cnyadqeu5zbmaummq",
"width": 639,
"height": 639,
"format": "png"
}
]

0 comments on commit 9eec3e6

Please sign in to comment.