eth-chainlist 0.0.526 → 0.0.527
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 +117 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.527 (2024-10-31)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.526 ([b878b00](https://github.com/poowf/eth-chainlist/commit/b878b008651a0bcb411bea74b65198d9b63cad2f))
|
|
9
|
+
* update chain data ([ba3ae4e](https://github.com/poowf/eth-chainlist/commit/ba3ae4e9613dc7703102b51bbdf70e96aa90f134))
|
|
10
|
+
|
|
3
11
|
### 0.0.526 (2024-10-30)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -15167,7 +15167,12 @@ const chainArray = [
|
|
|
15167
15167
|
name: 'Morph',
|
|
15168
15168
|
title: 'Morph Mainnet',
|
|
15169
15169
|
chain: 'ETH',
|
|
15170
|
-
rpc: [
|
|
15170
|
+
rpc: [
|
|
15171
|
+
'https://rpc.morphl2.io',
|
|
15172
|
+
'wss://rpc.morphl2.io:8443',
|
|
15173
|
+
'https://rpc-quicknode.morphl2.io',
|
|
15174
|
+
'wss://rpc-quicknode.morphl2.io'
|
|
15175
|
+
],
|
|
15171
15176
|
faucets: [],
|
|
15172
15177
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
15173
15178
|
infoURL: 'https://morphl2.io',
|
|
@@ -19114,6 +19119,19 @@ const chainArray = [
|
|
|
19114
19119
|
}
|
|
19115
19120
|
]
|
|
19116
19121
|
},
|
|
19122
|
+
{
|
|
19123
|
+
name: 'Nibiru Mainnet',
|
|
19124
|
+
chain: 'Nibiru',
|
|
19125
|
+
rpc: [ 'https://evm-rpc.nibiru.fi' ],
|
|
19126
|
+
faucets: [],
|
|
19127
|
+
nativeCurrency: { name: 'NIBI', symbol: 'NIBI', decimals: 18 },
|
|
19128
|
+
infoURL: 'https://nibiru.fi',
|
|
19129
|
+
shortName: 'cataclysm-1',
|
|
19130
|
+
chainId: 6900,
|
|
19131
|
+
networkId: 6900,
|
|
19132
|
+
icon: 'nibiru',
|
|
19133
|
+
explorers: []
|
|
19134
|
+
},
|
|
19117
19135
|
{
|
|
19118
19136
|
name: 'Laika Mainnet',
|
|
19119
19137
|
chain: 'LAIKA',
|
|
@@ -29052,17 +29070,23 @@ const chainArray = [
|
|
|
29052
29070
|
{
|
|
29053
29071
|
name: 'Geist Mainnet',
|
|
29054
29072
|
chain: 'Geist',
|
|
29055
|
-
rpc: [],
|
|
29073
|
+
rpc: [ 'https://geist-mainnet.g.alchemy.com/public' ],
|
|
29056
29074
|
faucets: [],
|
|
29057
29075
|
nativeCurrency: { name: 'Aavegotchi GHST Token', symbol: 'GHST', decimals: 18 },
|
|
29058
29076
|
features: [],
|
|
29059
29077
|
infoURL: 'https://playongeist.com',
|
|
29060
|
-
shortName: '
|
|
29078
|
+
shortName: 'geist',
|
|
29061
29079
|
chainId: 63157,
|
|
29062
29080
|
networkId: 63157,
|
|
29063
|
-
status: '
|
|
29081
|
+
status: 'active',
|
|
29064
29082
|
icon: 'geist',
|
|
29065
|
-
explorers: [
|
|
29083
|
+
explorers: [
|
|
29084
|
+
{
|
|
29085
|
+
name: 'Geist Explorer',
|
|
29086
|
+
url: 'https://geist-mainnet.explorer.alchemy.com',
|
|
29087
|
+
standard: 'EIP3091'
|
|
29088
|
+
}
|
|
29089
|
+
]
|
|
29066
29090
|
},
|
|
29067
29091
|
{
|
|
29068
29092
|
name: 'CratD2C Testnet',
|
|
@@ -34534,6 +34558,31 @@ const chainArray = [
|
|
|
34534
34558
|
}
|
|
34535
34559
|
]
|
|
34536
34560
|
},
|
|
34561
|
+
{
|
|
34562
|
+
name: 'ZERO Network',
|
|
34563
|
+
chain: 'ZERONetwork',
|
|
34564
|
+
icon: 'zero',
|
|
34565
|
+
rpc: [ 'https://rpc.zerion.io/v1/zero' ],
|
|
34566
|
+
parent: {
|
|
34567
|
+
type: 'L2',
|
|
34568
|
+
chain: 'eip155-1',
|
|
34569
|
+
bridges: [ { url: 'https://bridge.zero.network' } ]
|
|
34570
|
+
},
|
|
34571
|
+
faucets: [],
|
|
34572
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
34573
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
34574
|
+
infoURL: 'https://docs.zero.network',
|
|
34575
|
+
shortName: 'zero-network',
|
|
34576
|
+
chainId: 543210,
|
|
34577
|
+
networkId: 543210,
|
|
34578
|
+
explorers: [
|
|
34579
|
+
{
|
|
34580
|
+
name: 'ZERO Network Explorer',
|
|
34581
|
+
url: 'https://explorer.zero.network',
|
|
34582
|
+
standard: 'EIP3091'
|
|
34583
|
+
}
|
|
34584
|
+
]
|
|
34585
|
+
},
|
|
34537
34586
|
{
|
|
34538
34587
|
name: 'One World Chain Testnet',
|
|
34539
34588
|
chain: 'One World Chain',
|
|
@@ -34676,7 +34725,7 @@ const chainArray = [
|
|
|
34676
34725
|
shortName: 'poltergeist',
|
|
34677
34726
|
chainId: 631571,
|
|
34678
34727
|
networkId: 631571,
|
|
34679
|
-
status: '
|
|
34728
|
+
status: 'active',
|
|
34680
34729
|
icon: 'polterGeist',
|
|
34681
34730
|
explorers: [
|
|
34682
34731
|
{
|
|
@@ -36192,6 +36241,26 @@ const chainArray = [
|
|
|
36192
36241
|
}
|
|
36193
36242
|
]
|
|
36194
36243
|
},
|
|
36244
|
+
{
|
|
36245
|
+
name: 'Coinweb BNB shard',
|
|
36246
|
+
title: 'Coinweb BNB shard',
|
|
36247
|
+
chain: 'CWEB BNB',
|
|
36248
|
+
rpc: [ 'https://api-cloud.coinweb.io/eth-rpc-service/bnb' ],
|
|
36249
|
+
faucets: [],
|
|
36250
|
+
nativeCurrency: { name: 'CWEB', symbol: 'CWEB', decimals: 18 },
|
|
36251
|
+
infoURL: 'https://coinweb.io',
|
|
36252
|
+
shortName: 'cweb-bnb',
|
|
36253
|
+
chainId: 2222222,
|
|
36254
|
+
networkId: 2222222,
|
|
36255
|
+
slip44: 1,
|
|
36256
|
+
explorers: [
|
|
36257
|
+
{
|
|
36258
|
+
name: 'Coinweb block explorer',
|
|
36259
|
+
url: 'https://explorer.coinweb.io',
|
|
36260
|
+
standard: 'none'
|
|
36261
|
+
}
|
|
36262
|
+
]
|
|
36263
|
+
},
|
|
36195
36264
|
{
|
|
36196
36265
|
name: 'DPU Chain',
|
|
36197
36266
|
chain: 'DPU',
|
|
@@ -38545,6 +38614,27 @@ const chainArray = [
|
|
|
38545
38614
|
}
|
|
38546
38615
|
]
|
|
38547
38616
|
},
|
|
38617
|
+
{
|
|
38618
|
+
name: 'Flame',
|
|
38619
|
+
chain: 'Flame',
|
|
38620
|
+
rpc: [ 'https://rpc.flame.astria.org' ],
|
|
38621
|
+
faucets: [],
|
|
38622
|
+
nativeCurrency: { name: 'TIA', symbol: 'TIA', decimals: 18 },
|
|
38623
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
38624
|
+
infoURL: 'https://astria.org',
|
|
38625
|
+
shortName: 'flame',
|
|
38626
|
+
chainId: 253368190,
|
|
38627
|
+
networkId: 253368190,
|
|
38628
|
+
icon: 'flame',
|
|
38629
|
+
explorers: [
|
|
38630
|
+
{
|
|
38631
|
+
name: 'blockscout',
|
|
38632
|
+
url: 'https://explorer.flame.astria.org',
|
|
38633
|
+
icon: 'blockscout',
|
|
38634
|
+
standard: 'EIP3091'
|
|
38635
|
+
}
|
|
38636
|
+
]
|
|
38637
|
+
},
|
|
38548
38638
|
{
|
|
38549
38639
|
name: 'Razor Skale Chain',
|
|
38550
38640
|
chain: 'Razor Schain',
|
|
@@ -40025,6 +40115,27 @@ const chainArray = [
|
|
|
40025
40115
|
chainId: 6022140761023,
|
|
40026
40116
|
networkId: 6022140761023
|
|
40027
40117
|
},
|
|
40118
|
+
{
|
|
40119
|
+
name: 'Flame Testnet',
|
|
40120
|
+
chain: 'Flame',
|
|
40121
|
+
rpc: [ 'https://rpc.flame.dawn-1.astria.org' ],
|
|
40122
|
+
faucets: [],
|
|
40123
|
+
nativeCurrency: { name: 'TIA', symbol: 'TIA', decimals: 18 },
|
|
40124
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
40125
|
+
infoURL: 'https://astria.org',
|
|
40126
|
+
shortName: 'flame-testnet',
|
|
40127
|
+
chainId: 16604737732183,
|
|
40128
|
+
networkId: 16604737732183,
|
|
40129
|
+
icon: 'flame',
|
|
40130
|
+
explorers: [
|
|
40131
|
+
{
|
|
40132
|
+
name: 'blockscout',
|
|
40133
|
+
url: 'https://explorer.flame.dawn-1.astria.org',
|
|
40134
|
+
icon: 'blockscout',
|
|
40135
|
+
standard: 'EIP3091'
|
|
40136
|
+
}
|
|
40137
|
+
]
|
|
40138
|
+
},
|
|
40028
40139
|
{
|
|
40029
40140
|
name: 'Godwoken Testnet (V1)',
|
|
40030
40141
|
chain: 'GWT',
|