From ddd093e67094ef912678a81d37caab479d8acfea Mon Sep 17 00:00:00 2001 From: paouvrard Date: Tue, 3 Sep 2024 10:54:59 +0900 Subject: [PATCH 1/3] fix: Update NEAR network info and official endpoints. --- _data/chains/eip155-1313161554.json | 4 ++-- _data/chains/eip155-1313161555.json | 4 ++-- _data/chains/eip155-397.json | 12 ++++++------ _data/chains/eip155-398.json | 14 +++++++------- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/_data/chains/eip155-1313161554.json b/_data/chains/eip155-1313161554.json index ceccc1305777..d887b330506b 100644 --- a/_data/chains/eip155-1313161554.json +++ b/_data/chains/eip155-1313161554.json @@ -18,8 +18,8 @@ "networkId": 1313161554, "explorers": [ { - "name": "aurorascan.dev", - "url": "https://aurorascan.dev", + "name": "Aurora Explorer", + "url": "https://explorer.aurora.dev", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-1313161555.json b/_data/chains/eip155-1313161555.json index ff3abdda1d7c..b4b1d8318c3d 100644 --- a/_data/chains/eip155-1313161555.json +++ b/_data/chains/eip155-1313161555.json @@ -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" } ] diff --git a/_data/chains/eip155-397.json b/_data/chains/eip155-397.json index 4eee6db46f72..ede53d7410cb 100644 --- a/_data/chains/eip155-397.json +++ b/_data/chains/eip155-397.json @@ -1,7 +1,7 @@ { - "name": "Near Mainnet", + "name": "NEAR Protocol", "chain": "NEAR", - "rpc": [], + "rpc": ["https://eth-rpc.mainnet.near.org"], "icon": "near", "faucets": [], "nativeCurrency": { @@ -9,15 +9,15 @@ "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" } ] } diff --git a/_data/chains/eip155-398.json b/_data/chains/eip155-398.json index 040d64fd0951..a907c77fc0a1 100644 --- a/_data/chains/eip155-398.json +++ b/_data/chains/eip155-398.json @@ -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" } ] } From 0b5bc717512aa19019039bba836430c1ec97a9ba Mon Sep 17 00:00:00 2001 From: paouvrard Date: Thu, 5 Sep 2024 09:34:05 +0900 Subject: [PATCH 2/3] fix: Remove explorer standard. --- _data/chains/eip155-397.json | 2 +- _data/chains/eip155-398.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-397.json b/_data/chains/eip155-397.json index ede53d7410cb..d116c555c290 100644 --- a/_data/chains/eip155-397.json +++ b/_data/chains/eip155-397.json @@ -17,7 +17,7 @@ { "name": "NEAR Explorer", "url": "https://eth-explorer.near.org", - "standard": "EIP3091" + "standard": "none" } ] } diff --git a/_data/chains/eip155-398.json b/_data/chains/eip155-398.json index a907c77fc0a1..3cd4ffb1ab9a 100644 --- a/_data/chains/eip155-398.json +++ b/_data/chains/eip155-398.json @@ -17,7 +17,7 @@ { "name": "NEAR Explorer", "url": "https://eth-explorer-testnet.near.org", - "standard": "EIP3091" + "standard": "none" } ] } From db761d5a160e1f8bb37a38aee089ef72ceb3edd5 Mon Sep 17 00:00:00 2001 From: paouvrard Date: Thu, 5 Sep 2024 21:33:24 +0900 Subject: [PATCH 3/3] Revert "fix: Remove explorer standard." This reverts commit 0b5bc717512aa19019039bba836430c1ec97a9ba. --- _data/chains/eip155-397.json | 2 +- _data/chains/eip155-398.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-397.json b/_data/chains/eip155-397.json index d116c555c290..ede53d7410cb 100644 --- a/_data/chains/eip155-397.json +++ b/_data/chains/eip155-397.json @@ -17,7 +17,7 @@ { "name": "NEAR Explorer", "url": "https://eth-explorer.near.org", - "standard": "none" + "standard": "EIP3091" } ] } diff --git a/_data/chains/eip155-398.json b/_data/chains/eip155-398.json index 3cd4ffb1ab9a..a907c77fc0a1 100644 --- a/_data/chains/eip155-398.json +++ b/_data/chains/eip155-398.json @@ -17,7 +17,7 @@ { "name": "NEAR Explorer", "url": "https://eth-explorer-testnet.near.org", - "standard": "none" + "standard": "EIP3091" } ] }