eth-chainlist 0.0.454 → 0.0.456
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 +16 -0
- package/data/chain.js +235 -15
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.456 (2024-08-03)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.455 ([9604bf2](https://github.com/poowf/eth-chainlist/commit/9604bf25ade0d65780023d70b6565bab8ad26145))
|
9
|
+
* update chain data ([8edfb0e](https://github.com/poowf/eth-chainlist/commit/8edfb0e84ab15f86b80ce99a3da366b68a4946bc))
|
10
|
+
|
11
|
+
### 0.0.455 (2024-08-02)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.454 ([d24590b](https://github.com/poowf/eth-chainlist/commit/d24590bcb08baafbf919365f1c6b309eb3a8cc18))
|
17
|
+
* update chain data ([460fdd8](https://github.com/poowf/eth-chainlist/commit/460fdd87a3615cebdbedf627eeca0f68327dd736))
|
18
|
+
|
3
19
|
### 0.0.454 (2024-07-29)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -3264,32 +3264,22 @@ const chainArray = [
|
|
3264
3264
|
networkId: 163
|
3265
3265
|
},
|
3266
3266
|
{
|
3267
|
-
name: 'Omni
|
3267
|
+
name: 'Omni Omega',
|
3268
3268
|
chain: 'Omni',
|
3269
3269
|
status: 'active',
|
3270
|
-
rpc: [ 'https://
|
3270
|
+
rpc: [ 'https://omega.omni.network' ],
|
3271
3271
|
features: [ { name: 'EIP155' } ],
|
3272
3272
|
faucets: [],
|
3273
3273
|
nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
|
3274
3274
|
infoURL: 'https://docs.omni.network',
|
3275
|
-
shortName: '
|
3275
|
+
shortName: 'omni_omega',
|
3276
3276
|
chainId: 164,
|
3277
3277
|
networkId: 164,
|
3278
3278
|
slip44: 1,
|
3279
3279
|
explorers: [
|
3280
3280
|
{
|
3281
|
-
name: 'Omni
|
3282
|
-
url: 'https://
|
3283
|
-
standard: 'none'
|
3284
|
-
},
|
3285
|
-
{
|
3286
|
-
name: 'Omni EVM Explorer on Blockscout',
|
3287
|
-
url: 'https://omni-testnet.blockscout.com',
|
3288
|
-
standard: 'EIP3091'
|
3289
|
-
},
|
3290
|
-
{
|
3291
|
-
name: 'Omni EVM Explorer on Routescan',
|
3292
|
-
url: 'https://testnet.omniscan.network',
|
3281
|
+
name: 'Omni EVM and cross-chain Explorer',
|
3282
|
+
url: 'https://omega.omniscan.network',
|
3293
3283
|
standard: 'EIP3091'
|
3294
3284
|
}
|
3295
3285
|
]
|
@@ -6708,6 +6698,42 @@ const chainArray = [
|
|
6708
6698
|
}
|
6709
6699
|
]
|
6710
6700
|
},
|
6701
|
+
{
|
6702
|
+
name: 'Binary Mainnet',
|
6703
|
+
chain: 'The Binary Holdings',
|
6704
|
+
rpc: [ 'https://rpc.zero.thebinaryholdings.com' ],
|
6705
|
+
faucets: [],
|
6706
|
+
nativeCurrency: { name: 'Binary Token', symbol: 'BNRY', decimals: 18 },
|
6707
|
+
infoURL: '',
|
6708
|
+
shortName: 'thebinaryholdings-mainnet',
|
6709
|
+
chainId: 624,
|
6710
|
+
networkId: 624,
|
6711
|
+
explorers: [
|
6712
|
+
{
|
6713
|
+
name: 'Tracehawk',
|
6714
|
+
url: 'https://explorer.thebinaryholdings.com',
|
6715
|
+
standard: 'none'
|
6716
|
+
}
|
6717
|
+
]
|
6718
|
+
},
|
6719
|
+
{
|
6720
|
+
name: 'Binary Sepolia',
|
6721
|
+
chain: 'The Binary Holdings',
|
6722
|
+
rpc: [ 'https://rpc.testnet.thebinaryholdings.com' ],
|
6723
|
+
faucets: [],
|
6724
|
+
nativeCurrency: { name: 'Test BNRY', symbol: 'BNRY', decimals: 18 },
|
6725
|
+
infoURL: '',
|
6726
|
+
shortName: 'thebinaryholdings-sepolia',
|
6727
|
+
chainId: 625,
|
6728
|
+
networkId: 625,
|
6729
|
+
explorers: [
|
6730
|
+
{
|
6731
|
+
name: 'Tracehawk',
|
6732
|
+
url: 'https://explorer.sepolia.thebinaryholdings.com',
|
6733
|
+
standard: 'none'
|
6734
|
+
}
|
6735
|
+
]
|
6736
|
+
},
|
6711
6737
|
{
|
6712
6738
|
name: 'Avocado',
|
6713
6739
|
chain: 'Avocado',
|
@@ -14525,6 +14551,29 @@ const chainArray = [
|
|
14525
14551
|
],
|
14526
14552
|
status: 'incubating'
|
14527
14553
|
},
|
14554
|
+
{
|
14555
|
+
name: 'XL Network Testnet',
|
14556
|
+
chain: 'XL Network Testnet',
|
14557
|
+
rpc: [
|
14558
|
+
'https://subnets.avax.network/xlnetworkt/testnet/rpc',
|
14559
|
+
'wss://subnets.avax.network/xlnetworkt/testnet/ws'
|
14560
|
+
],
|
14561
|
+
features: [ { name: 'EIP1559' } ],
|
14562
|
+
faucets: [],
|
14563
|
+
nativeCurrency: { name: 'XLNetwork', symbol: 'XLN', decimals: 18 },
|
14564
|
+
infoURL: 'https://www.nysl.io/',
|
14565
|
+
shortName: 'nysl',
|
14566
|
+
icon: 'nysl',
|
14567
|
+
chainId: 3084,
|
14568
|
+
networkId: 3084,
|
14569
|
+
explorers: [
|
14570
|
+
{
|
14571
|
+
name: 'XL Network Explorer',
|
14572
|
+
url: 'https://subnets-test.avax.network/xlnetworkt',
|
14573
|
+
standard: 'EIP3091'
|
14574
|
+
}
|
14575
|
+
]
|
14576
|
+
},
|
14528
14577
|
{
|
14529
14578
|
name: 'Immu3 EVM',
|
14530
14579
|
chain: 'EVMCC',
|
@@ -15780,6 +15829,27 @@ const chainArray = [
|
|
15780
15829
|
}
|
15781
15830
|
]
|
15782
15831
|
},
|
15832
|
+
{
|
15833
|
+
name: 'SX Rollup',
|
15834
|
+
chain: 'SX',
|
15835
|
+
icon: 'SX',
|
15836
|
+
rpc: [ 'https://rpc.sx-rollup.gelato.digital' ],
|
15837
|
+
faucets: [],
|
15838
|
+
nativeCurrency: { name: 'SX Network', symbol: 'SX', decimals: 18 },
|
15839
|
+
infoURL: 'https://www.sx.technology',
|
15840
|
+
shortName: 'SXR',
|
15841
|
+
chainId: 4162,
|
15842
|
+
networkId: 4162,
|
15843
|
+
explorers: [
|
15844
|
+
{
|
15845
|
+
name: 'SX L2 Explorer',
|
15846
|
+
url: 'https://explorerl2.sx.technology',
|
15847
|
+
standard: 'EIP3091',
|
15848
|
+
icon: 'SX'
|
15849
|
+
}
|
15850
|
+
],
|
15851
|
+
parent: { type: 'L2', chain: 'eip155-1' }
|
15852
|
+
},
|
15783
15853
|
{
|
15784
15854
|
name: 'PHI Network V1',
|
15785
15855
|
chain: 'PHI V1',
|
@@ -19002,6 +19072,25 @@ const chainArray = [
|
|
19002
19072
|
}
|
19003
19073
|
]
|
19004
19074
|
},
|
19075
|
+
{
|
19076
|
+
name: 'B3',
|
19077
|
+
chain: 'B3',
|
19078
|
+
icon: 'b3',
|
19079
|
+
rpc: [ 'https://mainnet-rpc.b3.fun' ],
|
19080
|
+
faucets: [],
|
19081
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
19082
|
+
infoURL: 'https://b3.fun',
|
19083
|
+
shortName: 'b3',
|
19084
|
+
chainId: 8333,
|
19085
|
+
networkId: 8333,
|
19086
|
+
explorers: [
|
19087
|
+
{
|
19088
|
+
name: 'Blockscout',
|
19089
|
+
url: 'https://explorer.b3.fun',
|
19090
|
+
standard: 'EIP3091'
|
19091
|
+
}
|
19092
|
+
]
|
19093
|
+
},
|
19005
19094
|
{
|
19006
19095
|
name: 'Dracones Financial Services',
|
19007
19096
|
title: 'The Dracones Mainnet',
|
@@ -21047,6 +21136,29 @@ const chainArray = [
|
|
21047
21136
|
}
|
21048
21137
|
]
|
21049
21138
|
},
|
21139
|
+
{
|
21140
|
+
name: 'Abstract Testnet',
|
21141
|
+
chain: 'Abstract Testnet',
|
21142
|
+
rpc: [ 'https://api.testnet.abs.xyz' ],
|
21143
|
+
faucets: [ 'https://faucet.triangleplatform.com/abstract/testnet' ],
|
21144
|
+
chainId: 11124,
|
21145
|
+
networkId: 11124,
|
21146
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
21147
|
+
infoURL: 'https://abs.xyz/',
|
21148
|
+
shortName: 'Abstract',
|
21149
|
+
parent: {
|
21150
|
+
type: 'L2',
|
21151
|
+
chain: 'eip155-11155111',
|
21152
|
+
bridges: [ { url: 'https://portal.testnet.abs.xyz/bridge' } ]
|
21153
|
+
},
|
21154
|
+
explorers: [
|
21155
|
+
{
|
21156
|
+
name: 'Abstract Block Explorer',
|
21157
|
+
url: 'https://explorer.testnet.abs.xyz',
|
21158
|
+
standard: 'none'
|
21159
|
+
}
|
21160
|
+
]
|
21161
|
+
},
|
21050
21162
|
{
|
21051
21163
|
name: 'Shine Chain',
|
21052
21164
|
chain: 'SC20',
|
@@ -27567,6 +27679,24 @@ const chainArray = [
|
|
27567
27679
|
}
|
27568
27680
|
]
|
27569
27681
|
},
|
27682
|
+
{
|
27683
|
+
name: 'ZKasino Mainnet',
|
27684
|
+
chain: 'ZKasino',
|
27685
|
+
rpc: [ 'https://rpc.zkas.zeeve.net' ],
|
27686
|
+
faucets: [],
|
27687
|
+
nativeCurrency: { name: 'ZKAS', symbol: 'ZKAS', decimals: 18 },
|
27688
|
+
infoURL: '',
|
27689
|
+
shortName: 'ZKasino',
|
27690
|
+
chainId: 88800,
|
27691
|
+
networkId: 88800,
|
27692
|
+
explorers: [
|
27693
|
+
{
|
27694
|
+
name: 'Tracehawk',
|
27695
|
+
url: 'https://explorer.zkas.zeeve.net',
|
27696
|
+
standard: 'none'
|
27697
|
+
}
|
27698
|
+
]
|
27699
|
+
},
|
27570
27700
|
{
|
27571
27701
|
name: 'Unit Zero Testnet',
|
27572
27702
|
chain: 'Unit Zero',
|
@@ -27847,6 +27977,24 @@ const chainArray = [
|
|
27847
27977
|
}
|
27848
27978
|
]
|
27849
27979
|
},
|
27980
|
+
{
|
27981
|
+
name: 'StratoVM Testnet',
|
27982
|
+
chain: 'StratoVM',
|
27983
|
+
rpc: [ 'https://rpc.stratovm.io' ],
|
27984
|
+
faucets: [],
|
27985
|
+
nativeCurrency: { name: 'SVM', symbol: 'SVM', decimals: 18 },
|
27986
|
+
infoURL: 'https://www.stratovm.io/',
|
27987
|
+
shortName: 'stratovm',
|
27988
|
+
chainId: 93747,
|
27989
|
+
networkId: 93747,
|
27990
|
+
explorers: [
|
27991
|
+
{
|
27992
|
+
name: 'StratoVM Block Explorer',
|
27993
|
+
url: 'https://explorer.stratovm.io',
|
27994
|
+
standard: 'none'
|
27995
|
+
}
|
27996
|
+
]
|
27997
|
+
},
|
27850
27998
|
{
|
27851
27999
|
name: 'Mantis Testnet (Hexapod)',
|
27852
28000
|
chain: 'Mantis',
|
@@ -31563,6 +31711,35 @@ const chainArray = [
|
|
31563
31711
|
}
|
31564
31712
|
]
|
31565
31713
|
},
|
31714
|
+
{
|
31715
|
+
name: 'BOB Sepolia',
|
31716
|
+
chain: 'ETH',
|
31717
|
+
rpc: [
|
31718
|
+
'https://bob-sepolia.rpc.gobob.xyz',
|
31719
|
+
'wss://bob-sepolia.rpc.gobob.xyz'
|
31720
|
+
],
|
31721
|
+
faucets: [],
|
31722
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
31723
|
+
infoURL: 'https://gobob.xyz',
|
31724
|
+
shortName: 'bob-sepolia',
|
31725
|
+
chainId: 808813,
|
31726
|
+
networkId: 808813,
|
31727
|
+
icon: 'bob',
|
31728
|
+
explorers: [
|
31729
|
+
{
|
31730
|
+
name: 'bobscout',
|
31731
|
+
url: 'https://bob-sepolia.explorer.gobob.xyz',
|
31732
|
+
icon: 'blockscout',
|
31733
|
+
standard: 'EIP3091'
|
31734
|
+
}
|
31735
|
+
],
|
31736
|
+
status: 'active',
|
31737
|
+
parent: {
|
31738
|
+
type: 'L2',
|
31739
|
+
chain: 'eip155-11155111',
|
31740
|
+
bridges: [ { url: 'https://bob-sepolia.gobob.xyz/' } ]
|
31741
|
+
}
|
31742
|
+
},
|
31566
31743
|
{
|
31567
31744
|
name: 'zkLink Nova Mainnet',
|
31568
31745
|
chain: 'ETH',
|
@@ -34112,6 +34289,27 @@ const chainArray = [
|
|
34112
34289
|
bridges: [ { url: 'https://app.optimism.io/bridge/deposit' } ]
|
34113
34290
|
}
|
34114
34291
|
},
|
34292
|
+
{
|
34293
|
+
name: 'SX Toronto Rollup',
|
34294
|
+
chain: 'SX',
|
34295
|
+
icon: 'SX',
|
34296
|
+
rpc: [ 'https://rpc.sx-rollup-testnet.t.raas.gelato.cloud' ],
|
34297
|
+
faucets: [ 'https://faucet.toronto.sx.technology' ],
|
34298
|
+
nativeCurrency: { name: 'SX Network', symbol: 'SX', decimals: 18 },
|
34299
|
+
infoURL: 'https://www.sx.technology',
|
34300
|
+
shortName: 'SXR-Testnet',
|
34301
|
+
chainId: 79479957,
|
34302
|
+
networkId: 79479957,
|
34303
|
+
explorers: [
|
34304
|
+
{
|
34305
|
+
name: 'SX Toronto L2 Explorer',
|
34306
|
+
url: 'https://explorerl2.toronto.sx.technology',
|
34307
|
+
standard: 'EIP3091',
|
34308
|
+
icon: 'SX'
|
34309
|
+
}
|
34310
|
+
],
|
34311
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
34312
|
+
},
|
34115
34313
|
{
|
34116
34314
|
name: 'Backstop Testnet',
|
34117
34315
|
chain: 'backstopTestnet',
|
@@ -35619,6 +35817,28 @@ const chainArray = [
|
|
35619
35817
|
}
|
35620
35818
|
]
|
35621
35819
|
},
|
35820
|
+
{
|
35821
|
+
name: 'Fluence Stage',
|
35822
|
+
chain: 'Fluence Stage (Testnet)',
|
35823
|
+
rpc: [
|
35824
|
+
'https://rpc-123420000220.raas-testnet.gelato.digital/',
|
35825
|
+
'wss://ws-123420000220.raas-testnet.gelato.digital/'
|
35826
|
+
],
|
35827
|
+
faucets: [],
|
35828
|
+
nativeCurrency: { name: 'tFLT', symbol: 'tFLT', decimals: 18 },
|
35829
|
+
infoURL: 'https://fluence.network/',
|
35830
|
+
shortName: 'fluence-stage',
|
35831
|
+
chainId: 123420000220,
|
35832
|
+
networkId: 123420000220,
|
35833
|
+
explorers: [
|
35834
|
+
{
|
35835
|
+
name: 'blockscout',
|
35836
|
+
url: 'https://blockscout-123420000220.raas-testnet.gelato.digital',
|
35837
|
+
standard: 'EIP3091'
|
35838
|
+
}
|
35839
|
+
],
|
35840
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
35841
|
+
},
|
35622
35842
|
{
|
35623
35843
|
name: 'Ntity Mainnet',
|
35624
35844
|
chain: 'Ntity',
|