eth-chainlist 0.0.639 → 0.0.640
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/data/chain.js +32 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.640 (2025-03-15)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.639 ([1ad31aa](https://github.com/poowf/eth-chainlist/commit/1ad31aaa909ce20c46290ee1231f7121948d73f4))
|
9
|
+
* update chain data ([4bd41db](https://github.com/poowf/eth-chainlist/commit/4bd41db6d072ac83b5068881edeca85ffeb30f7f))
|
10
|
+
|
3
11
|
### 0.0.639 (2025-03-14)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -21916,6 +21916,7 @@ const chainArray = [
|
|
21916
21916
|
rpc: [ 'https://evm-rpc.testnet-1.nibiru.fi' ],
|
21917
21917
|
faucets: [],
|
21918
21918
|
nativeCurrency: { name: 'NIBI', symbol: 'NIBI', decimals: 18 },
|
21919
|
+
status: 'deprecated',
|
21919
21920
|
infoURL: 'https://nibiru.fi',
|
21920
21921
|
shortName: 'nibiru-testnet-1',
|
21921
21922
|
chainId: 7210,
|
@@ -21929,6 +21930,7 @@ const chainArray = [
|
|
21929
21930
|
rpc: [ 'https://evm-rpc.devnet-3.nibiru.fi' ],
|
21930
21931
|
faucets: [],
|
21931
21932
|
nativeCurrency: { name: 'NIBI', symbol: 'NIBI', decimals: 18 },
|
21933
|
+
status: 'deprecated',
|
21932
21934
|
infoURL: 'https://nibiru.fi',
|
21933
21935
|
shortName: 'nibiru-devnet-3',
|
21934
21936
|
chainId: 7222,
|
@@ -27796,6 +27798,25 @@ const chainArray = [
|
|
27796
27798
|
}
|
27797
27799
|
]
|
27798
27800
|
},
|
27801
|
+
{
|
27802
|
+
name: 'Esports Chain',
|
27803
|
+
chain: 'ESPT',
|
27804
|
+
icon: 'esports',
|
27805
|
+
rpc: [ 'https://esportsblock.org/rpc/' ],
|
27806
|
+
faucets: [],
|
27807
|
+
nativeCurrency: { name: 'Esport Token', symbol: 'ESPT', decimals: 18 },
|
27808
|
+
infoURL: 'https://esportsblock.org',
|
27809
|
+
shortName: 'Esports',
|
27810
|
+
chainId: 17735,
|
27811
|
+
networkId: 17735,
|
27812
|
+
explorers: [
|
27813
|
+
{
|
27814
|
+
name: 'esportsblock_explorer',
|
27815
|
+
url: 'https://esportsblock.org/explorer',
|
27816
|
+
standard: 'none'
|
27817
|
+
}
|
27818
|
+
]
|
27819
|
+
},
|
27799
27820
|
{
|
27800
27821
|
name: 'EOS EVM Network',
|
27801
27822
|
chain: 'EOS',
|
@@ -40968,8 +40989,8 @@ const chainArray = [
|
|
40968
40989
|
name: 'Dodao',
|
40969
40990
|
chain: 'EVMCC',
|
40970
40991
|
rpc: [
|
40971
|
-
'https://fraa-
|
40972
|
-
'wss://fraa-
|
40992
|
+
'https://fraa-flashbox-4643-rpc.a.stagenet.tanssi.network',
|
40993
|
+
'wss://fraa-flashbox-4643-rpc.a.stagenet.tanssi.network'
|
40973
40994
|
],
|
40974
40995
|
faucets: [],
|
40975
40996
|
nativeCurrency: { name: 'Dodao', symbol: 'DODAO', decimals: 18 },
|
@@ -40980,10 +41001,16 @@ const chainArray = [
|
|
40980
41001
|
icon: 'dodao',
|
40981
41002
|
explorers: [
|
40982
41003
|
{
|
40983
|
-
name: 'Dodao Explorer',
|
40984
|
-
url: 'https://tanssi-
|
41004
|
+
name: 'Dodao EVM Explorer',
|
41005
|
+
url: 'https://evmexplorer.tanssi-chains.network/?rpcUrl=https://fraa-flashbox-4643-rpc.a.stagenet.tanssi.network',
|
40985
41006
|
icon: 'dodao',
|
40986
|
-
standard: '
|
41007
|
+
standard: 'none'
|
41008
|
+
},
|
41009
|
+
{
|
41010
|
+
name: 'Dodao Polkadot Explorer',
|
41011
|
+
url: 'https://polkadot.js.org/apps/?rpc=wss://fraa-flashbox-4643-rpc.a.stagenet.tanssi.network#/explorer',
|
41012
|
+
icon: 'dodao',
|
41013
|
+
standard: 'none'
|
40987
41014
|
}
|
40988
41015
|
]
|
40989
41016
|
},
|