eth-chainlist 0.0.364 → 0.0.365
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 +183 -14
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.365 (2024-03-29)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.364 ([5431e4f](https://github.com/poowf/eth-chainlist/commit/5431e4f43329118cc6e77d8a34a1778af303f35b))
|
9
|
+
* update chain data ([b063a62](https://github.com/poowf/eth-chainlist/commit/b063a62ec66f6c35ea2adc2741a0b7d9153468d1))
|
10
|
+
|
3
11
|
### 0.0.364 (2024-03-28)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -307,6 +307,8 @@ const chainArray = [
|
|
307
307
|
'https://flare.rpc.thirdweb.com',
|
308
308
|
'https://flare-bundler.etherspot.io',
|
309
309
|
'https://rpc.ankr.com/flare',
|
310
|
+
'https://01-gravelines-003-01.rpc.tatum.io/ext/bc/C/rpc',
|
311
|
+
'https://01-vinthill-003-02.rpc.tatum.io/ext/bc/C/rpc',
|
310
312
|
'https://rpc.ftso.au/flare',
|
311
313
|
'https://flare.enosys.global/ext/C/rpc',
|
312
314
|
'https://flare.solidifi.app/ext/C/rpc'
|
@@ -351,7 +353,10 @@ const chainArray = [
|
|
351
353
|
icon: 'coston',
|
352
354
|
rpc: [
|
353
355
|
'https://coston-api.flare.network/ext/C/rpc',
|
354
|
-
'https://
|
356
|
+
'https://songbird-testnet-coston.rpc.thirdweb.com',
|
357
|
+
'https://01-gravelines-004-01.rpc.tatum.io/ext/bc/C/rpc',
|
358
|
+
'https://02-chicago-004-02.rpc.tatum.io/ext/bc/C/rpc',
|
359
|
+
'https://02-tokyo-004-03.rpc.tatum.io/ext/bc/C/rpc',
|
355
360
|
'https://coston.enosys.global/ext/C/rpc'
|
356
361
|
],
|
357
362
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
@@ -415,6 +420,9 @@ const chainArray = [
|
|
415
420
|
icon: 'songbird',
|
416
421
|
rpc: [
|
417
422
|
'https://songbird-api.flare.network/ext/C/rpc',
|
423
|
+
'https://01-gravelines-006-01.rpc.tatum.io/ext/bc/C/rpc',
|
424
|
+
'https://01-vinthill-006-02.rpc.tatum.io/ext/bc/C/rpc',
|
425
|
+
'https://02-tokyo-006-03.rpc.tatum.io/ext/bc/C/rpc',
|
418
426
|
'https://rpc.ftso.au/songbird',
|
419
427
|
'https://songbird.enosys.global/ext/C/rpc',
|
420
428
|
'https://songbird.solidifi.app/ext/C/rpc'
|
@@ -2378,6 +2386,9 @@ const chainArray = [
|
|
2378
2386
|
'https://coston2-api.flare.network/ext/C/rpc',
|
2379
2387
|
'https://flare-testnet-coston2.rpc.thirdweb.com',
|
2380
2388
|
'https://flaretestnet-bundler.etherspot.io',
|
2389
|
+
'https://01-gravelines-005-01.rpc.tatum.io/ext/bc/C/rpc',
|
2390
|
+
'https://02-chicago-005-02.rpc.tatum.io/ext/bc/C/rpc',
|
2391
|
+
'https://02-tokyo-005-03.rpc.tatum.io/ext/bc/C/rpc',
|
2381
2392
|
'https://coston2.enosys.global/ext/C/rpc'
|
2382
2393
|
],
|
2383
2394
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
@@ -4947,6 +4958,27 @@ const chainArray = [
|
|
4947
4958
|
chainId: 385,
|
4948
4959
|
networkId: 385
|
4949
4960
|
},
|
4961
|
+
{
|
4962
|
+
name: 'CamDL Testnet',
|
4963
|
+
chain: 'CADL',
|
4964
|
+
rpc: [ 'https://rpc1.testnet.camdl.gov.kh/' ],
|
4965
|
+
faucets: [ 'https://faucet.testnet.camdl.gov.kh/' ],
|
4966
|
+
nativeCurrency: { name: 'CADL', symbol: 'CADL', decimals: 18 },
|
4967
|
+
features: [ { name: 'EIP155' } ],
|
4968
|
+
infoURL: 'https://camdl.gov.kh/',
|
4969
|
+
shortName: 'camdl-testnet',
|
4970
|
+
chainId: 395,
|
4971
|
+
networkId: 395,
|
4972
|
+
icon: 'camdl',
|
4973
|
+
explorers: [
|
4974
|
+
{
|
4975
|
+
name: 'CamDL Testnet Explorer',
|
4976
|
+
url: 'https://explorer.testnet.camdl.gov.kh',
|
4977
|
+
standard: 'EIP3091'
|
4978
|
+
}
|
4979
|
+
],
|
4980
|
+
status: 'active'
|
4981
|
+
},
|
4950
4982
|
{
|
4951
4983
|
name: 'Nativ3 Mainnet',
|
4952
4984
|
chainId: 399,
|
@@ -6971,6 +7003,27 @@ const chainArray = [
|
|
6971
7003
|
networkId: 910,
|
6972
7004
|
slip44: 1
|
6973
7005
|
},
|
7006
|
+
{
|
7007
|
+
name: 'TAPROOT Mainnet',
|
7008
|
+
title: 'TAPROOT Mainnet',
|
7009
|
+
chain: 'TAPROOT CHAIN',
|
7010
|
+
rpc: [ 'https://rpc.taprootchain.io' ],
|
7011
|
+
faucets: [],
|
7012
|
+
nativeCurrency: { name: 'TBTC', symbol: 'TBTC', decimals: 18 },
|
7013
|
+
infoURL: 'https://taprootchain.io',
|
7014
|
+
shortName: 'TAPROOT-Mainnet',
|
7015
|
+
chainId: 911,
|
7016
|
+
networkId: 911,
|
7017
|
+
icon: 'taproot',
|
7018
|
+
explorers: [
|
7019
|
+
{
|
7020
|
+
name: 'TAPROOT Scan',
|
7021
|
+
url: 'https://scan.taprootchain.io',
|
7022
|
+
icon: 'taproot',
|
7023
|
+
standard: 'EIP3091'
|
7024
|
+
}
|
7025
|
+
]
|
7026
|
+
},
|
6974
7027
|
{
|
6975
7028
|
name: 'Rinia Testnet',
|
6976
7029
|
chain: 'FIRE',
|
@@ -13837,6 +13890,24 @@ const chainArray = [
|
|
13837
13890
|
}
|
13838
13891
|
]
|
13839
13892
|
},
|
13893
|
+
{
|
13894
|
+
name: 'Egochain',
|
13895
|
+
chainId: 5439,
|
13896
|
+
shortName: 'egax',
|
13897
|
+
chain: 'EGAX',
|
13898
|
+
networkId: 5439,
|
13899
|
+
nativeCurrency: { name: 'EGAX', symbol: 'EGAX', decimals: 18 },
|
13900
|
+
rpc: [ 'https://mainnet.egochain.org' ],
|
13901
|
+
faucets: [],
|
13902
|
+
infoURL: 'https://docs.egochain.org/',
|
13903
|
+
explorers: [
|
13904
|
+
{
|
13905
|
+
name: 'egoscan',
|
13906
|
+
url: 'https://egoscan.io',
|
13907
|
+
standard: 'EIP3091'
|
13908
|
+
}
|
13909
|
+
]
|
13910
|
+
},
|
13840
13911
|
{
|
13841
13912
|
name: 'VEX EVM TESTNET',
|
13842
13913
|
chain: 'vex',
|
@@ -17132,11 +17203,11 @@ const chainArray = [
|
|
17132
17203
|
]
|
17133
17204
|
},
|
17134
17205
|
{
|
17135
|
-
name: '
|
17136
|
-
chain: '
|
17206
|
+
name: 'Santiment Intelligence Network',
|
17207
|
+
chain: 'Santiment Intelligence Network',
|
17137
17208
|
rpc: [ 'https://sanrchain-node.santiment.net' ],
|
17138
17209
|
faucets: [],
|
17139
|
-
nativeCurrency: { name: '
|
17210
|
+
nativeCurrency: { name: 'SANR', symbol: 'SANR', decimals: 18 },
|
17140
17211
|
infoURL: 'https://sanr.app',
|
17141
17212
|
shortName: 'SAN',
|
17142
17213
|
chainId: 11888,
|
@@ -17149,8 +17220,8 @@ const chainArray = [
|
|
17149
17220
|
},
|
17150
17221
|
explorers: [
|
17151
17222
|
{
|
17152
|
-
name: '
|
17153
|
-
url: 'https://
|
17223
|
+
name: 'Santiment Intelligence Explorer',
|
17224
|
+
url: 'https://app-explorer-pos.sanr.app',
|
17154
17225
|
standard: 'none'
|
17155
17226
|
}
|
17156
17227
|
]
|
@@ -18038,7 +18109,7 @@ const chainArray = [
|
|
18038
18109
|
]
|
18039
18110
|
},
|
18040
18111
|
{
|
18041
|
-
name: 'unreal',
|
18112
|
+
name: 'unreal-old',
|
18042
18113
|
title: 'unreal testnet for re.al',
|
18043
18114
|
chain: 'unreal',
|
18044
18115
|
rpc: [
|
@@ -18048,7 +18119,7 @@ const chainArray = [
|
|
18048
18119
|
nativeCurrency: { name: 'unreal Ether', symbol: 'ETH', decimals: 18 },
|
18049
18120
|
infoURL: 'https://raas.gelato.network/rollups/details/public/unreal',
|
18050
18121
|
faucets: [],
|
18051
|
-
shortName: 'unreal',
|
18122
|
+
shortName: 'unreal-old',
|
18052
18123
|
chainId: 18231,
|
18053
18124
|
networkId: 18231,
|
18054
18125
|
slip44: 60,
|
@@ -18061,10 +18132,37 @@ const chainArray = [
|
|
18061
18132
|
standard: 'EIP3091'
|
18062
18133
|
}
|
18063
18134
|
],
|
18135
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
|
18136
|
+
status: 'deprecated'
|
18137
|
+
},
|
18138
|
+
{
|
18139
|
+
name: 'unreal',
|
18140
|
+
title: 'unreal testnet for re.al',
|
18141
|
+
chain: 'unreal',
|
18142
|
+
rpc: [
|
18143
|
+
'https://rpc.unreal-orbit.gelato.digital',
|
18144
|
+
'wss://ws.unreal-orbit.gelato.digital'
|
18145
|
+
],
|
18146
|
+
nativeCurrency: { name: 'unreal Ether', symbol: 'reETH', decimals: 18 },
|
18147
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/unreal',
|
18148
|
+
faucets: [],
|
18149
|
+
shortName: 'unreal',
|
18150
|
+
chainId: 18233,
|
18151
|
+
networkId: 18233,
|
18152
|
+
slip44: 60,
|
18153
|
+
icon: 'unreal',
|
18154
|
+
explorers: [
|
18155
|
+
{
|
18156
|
+
name: 'blockscout',
|
18157
|
+
url: 'https://unreal.blockscout.com',
|
18158
|
+
icon: 'unreal',
|
18159
|
+
standard: 'EIP3091'
|
18160
|
+
}
|
18161
|
+
],
|
18064
18162
|
parent: {
|
18065
18163
|
type: 'L2',
|
18066
|
-
chain: 'eip155-
|
18067
|
-
bridges: [ { url: 'https://bridge.
|
18164
|
+
chain: 'eip155-17000',
|
18165
|
+
bridges: [ { url: 'https://bridge.gelato.network/bridge/unreal' } ]
|
18068
18166
|
}
|
18069
18167
|
},
|
18070
18168
|
{
|
@@ -19680,6 +19778,26 @@ const chainArray = [
|
|
19680
19778
|
}
|
19681
19779
|
]
|
19682
19780
|
},
|
19781
|
+
{
|
19782
|
+
name: 'Quantum Network',
|
19783
|
+
chain: 'Quantum',
|
19784
|
+
rpc: [ 'https://rpcqtm.avescoin.io' ],
|
19785
|
+
faucets: [],
|
19786
|
+
nativeCurrency: { name: 'Quantum', symbol: 'QTM', decimals: 18 },
|
19787
|
+
infoURL: 'https://avescoin.io/',
|
19788
|
+
shortName: 'QTM',
|
19789
|
+
chainId: 44445,
|
19790
|
+
networkId: 44445,
|
19791
|
+
icon: 'quantum',
|
19792
|
+
explorers: [
|
19793
|
+
{
|
19794
|
+
name: 'Quantum Explorer',
|
19795
|
+
url: 'https://qtm.avescoin.io',
|
19796
|
+
icon: 'quantum',
|
19797
|
+
standard: 'EIP3091'
|
19798
|
+
}
|
19799
|
+
]
|
19800
|
+
},
|
19683
19801
|
{
|
19684
19802
|
name: 'Celo Alfajores Testnet',
|
19685
19803
|
chainId: 44787,
|
@@ -22453,6 +22571,37 @@ const chainArray = [
|
|
22453
22571
|
}
|
22454
22572
|
]
|
22455
22573
|
},
|
22574
|
+
{
|
22575
|
+
name: 're.al',
|
22576
|
+
title: 're.al Real-World Assets network',
|
22577
|
+
chain: 're.al',
|
22578
|
+
rpc: [ 'https://real.drpc.org', 'wss://real.drpc.org' ],
|
22579
|
+
nativeCurrency: { name: 're.al Ether', symbol: 'reETH', decimals: 18 },
|
22580
|
+
infoURL: 'https://re.al',
|
22581
|
+
faucets: [],
|
22582
|
+
shortName: 're-al',
|
22583
|
+
chainId: 111188,
|
22584
|
+
networkId: 111188,
|
22585
|
+
slip44: 60,
|
22586
|
+
icon: 'real',
|
22587
|
+
explorers: [
|
22588
|
+
{
|
22589
|
+
name: 'blockscout',
|
22590
|
+
url: 'https://explorer.re.al',
|
22591
|
+
icon: 'real',
|
22592
|
+
standard: 'EIP3091'
|
22593
|
+
}
|
22594
|
+
],
|
22595
|
+
parent: {
|
22596
|
+
type: 'L2',
|
22597
|
+
chain: 'eip155-1',
|
22598
|
+
bridges: [
|
22599
|
+
{ url: 'https://re.al/bridge' },
|
22600
|
+
{ url: 'https://bridge.gelato.network/bridge/real' }
|
22601
|
+
]
|
22602
|
+
},
|
22603
|
+
status: 'incubating'
|
22604
|
+
},
|
22456
22605
|
{
|
22457
22606
|
name: 'Metachain One Mainnet',
|
22458
22607
|
chain: 'METAO',
|
@@ -24259,13 +24408,13 @@ const chainArray = [
|
|
24259
24408
|
]
|
24260
24409
|
},
|
24261
24410
|
{
|
24262
|
-
name: 'Galadriel
|
24411
|
+
name: 'Galadriel Devnet',
|
24263
24412
|
chain: 'Galadriel',
|
24264
|
-
rpc: [ 'https://
|
24413
|
+
rpc: [ 'https://devnet.galadriel.com' ],
|
24265
24414
|
faucets: [ 'https://docs.galadriel.com/faucet' ],
|
24266
|
-
nativeCurrency: { name: 'Galadriel
|
24415
|
+
nativeCurrency: { name: 'Galadriel Devnet token', symbol: 'GAL', decimals: 18 },
|
24267
24416
|
infoURL: 'https://galadriel.com',
|
24268
|
-
shortName: 'galadriel-
|
24417
|
+
shortName: 'galadriel-devnet',
|
24269
24418
|
chainId: 696969,
|
24270
24419
|
networkId: 696969,
|
24271
24420
|
explorers: [
|
@@ -25721,6 +25870,26 @@ const chainArray = [
|
|
25721
25870
|
}
|
25722
25871
|
]
|
25723
25872
|
},
|
25873
|
+
{
|
25874
|
+
name: 'DeBank Sepolia Testnet',
|
25875
|
+
chain: 'DeBank',
|
25876
|
+
rpc: [ 'https://sepolia-rpc.testnet.debank.com' ],
|
25877
|
+
faucets: [],
|
25878
|
+
icon: 'debank',
|
25879
|
+
nativeCurrency: { name: 'DeBank USD', symbol: 'USD', decimals: 18 },
|
25880
|
+
infoURL: 'https://debank.com',
|
25881
|
+
shortName: 'dbkse',
|
25882
|
+
chainId: 20240324,
|
25883
|
+
networkId: 20240324,
|
25884
|
+
slip44: 1,
|
25885
|
+
explorers: [
|
25886
|
+
{
|
25887
|
+
name: 'DeBank Chain Explorer',
|
25888
|
+
url: 'https://sepolia-explorer.testnet.debank.com',
|
25889
|
+
standard: 'EIP3091'
|
25890
|
+
}
|
25891
|
+
]
|
25892
|
+
},
|
25724
25893
|
{
|
25725
25894
|
name: 'Hokum Testnet',
|
25726
25895
|
chain: 'HokumTestnet',
|