Skip to content

Commit

Permalink
fix: Update NEAR network info and official endpoints. (#5791)
Browse files Browse the repository at this point in the history
* fix: Update NEAR network info and official endpoints.

* fix: Remove explorer standard.

* Revert "fix: Remove explorer standard."

This reverts commit 0b5bc71.
  • Loading branch information
paouvrard authored Oct 1, 2024
1 parent 6fa66c0 commit 7c43632
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions _data/chains/eip155-1313161554.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"networkId": 1313161554,
"explorers": [
{
"name": "aurorascan.dev",
"url": "https://aurorascan.dev",
"name": "Aurora Explorer",
"url": "https://explorer.aurora.dev",
"standard": "EIP3091"
}
]
Expand Down
4 changes: 2 additions & 2 deletions _data/chains/eip155-1313161555.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"slip44": 1,
"explorers": [
{
"name": "aurorascan.dev",
"url": "https://testnet.aurorascan.dev",
"name": "Aurora Explorer",
"url": "https://explorer.testnet.aurora.dev",
"standard": "EIP3091"
}
]
Expand Down
12 changes: 6 additions & 6 deletions _data/chains/eip155-397.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "Near Mainnet",
"name": "NEAR Protocol",
"chain": "NEAR",
"rpc": [],
"rpc": ["https://eth-rpc.mainnet.near.org"],
"icon": "near",
"faucets": [],
"nativeCurrency": {
"name": "NEAR",
"symbol": "NEAR",
"decimals": 18
},
"infoURL": "https://near.org/",
"infoURL": "https://near.org",
"shortName": "near",
"chainId": 397,
"networkId": 397,
"explorers": [
{
"name": "Near Blocks",
"url": "https://nearblocks.io",
"standard": "none"
"name": "NEAR Explorer",
"url": "https://eth-explorer.near.org",
"standard": "EIP3091"
}
]
}
14 changes: 7 additions & 7 deletions _data/chains/eip155-398.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "Near Testnet",
"name": "NEAR Protocol Testnet",
"chain": "NEAR",
"rpc": [],
"rpc": ["https://eth-rpc.testnet.near.org"],
"icon": "near",
"faucets": [],
"nativeCurrency": {
"name": "Testnet NEAR",
"name": "NEAR",
"symbol": "NEAR",
"decimals": 18
},
"infoURL": "https://aurora.dev",
"infoURL": "https://near.org",
"shortName": "near-testnet",
"chainId": 398,
"networkId": 398,
"explorers": [
{
"name": "Near blocks",
"url": "https://testnet.nearblocks.io",
"standard": "none"
"name": "NEAR Explorer",
"url": "https://eth-explorer-testnet.near.org",
"standard": "EIP3091"
}
]
}

0 comments on commit 7c43632

Please sign in to comment.