eth-chainlist 0.0.526 → 0.0.528
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/data/chain.js +344 -14
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.528 (2024-11-01)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.527 ([e3c6cb1](https://github.com/poowf/eth-chainlist/commit/e3c6cb1126df8e849ad3e87e20974f90203823cc))
|
9
|
+
* update chain data ([9266c12](https://github.com/poowf/eth-chainlist/commit/9266c128c865269183f5a3c8283266d6b3a96b2d))
|
10
|
+
|
11
|
+
### 0.0.527 (2024-10-31)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.526 ([b878b00](https://github.com/poowf/eth-chainlist/commit/b878b008651a0bcb411bea74b65198d9b63cad2f))
|
17
|
+
* update chain data ([ba3ae4e](https://github.com/poowf/eth-chainlist/commit/ba3ae4e9613dc7703102b51bbdf70e96aa90f134))
|
18
|
+
|
3
19
|
### 0.0.526 (2024-10-30)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -10742,6 +10742,28 @@ const chainArray = [
|
|
10742
10742
|
}
|
10743
10743
|
]
|
10744
10744
|
},
|
10745
|
+
{
|
10746
|
+
name: 'Argochain',
|
10747
|
+
chain: 'Argochain',
|
10748
|
+
icon: 'argochain',
|
10749
|
+
rpc: [
|
10750
|
+
'https://rpc.devolvedai.com',
|
10751
|
+
'https://rpc-mainnet.devolvedai.com'
|
10752
|
+
],
|
10753
|
+
faucets: [],
|
10754
|
+
nativeCurrency: { name: 'AGC', symbol: 'AGC', decimals: 18 },
|
10755
|
+
infoURL: 'https://devolvedai.com',
|
10756
|
+
shortName: 'AGC',
|
10757
|
+
chainId: 1299,
|
10758
|
+
networkId: 1299,
|
10759
|
+
explorers: [
|
10760
|
+
{
|
10761
|
+
name: 'Argochain Scanner',
|
10762
|
+
url: 'https://scanner.argoscan.net',
|
10763
|
+
standard: 'EIP3091'
|
10764
|
+
}
|
10765
|
+
]
|
10766
|
+
},
|
10745
10767
|
{
|
10746
10768
|
name: 'Unichain Sepolia Testnet',
|
10747
10769
|
chain: 'ETH',
|
@@ -11718,6 +11740,7 @@ const chainArray = [
|
|
11718
11740
|
shortName: 'minttest',
|
11719
11741
|
chainId: 1686,
|
11720
11742
|
networkId: 1686,
|
11743
|
+
status: 'deprecated',
|
11721
11744
|
icon: 'mintTestnet',
|
11722
11745
|
explorers: [
|
11723
11746
|
{
|
@@ -12446,6 +12469,25 @@ const chainArray = [
|
|
12446
12469
|
networkId: 1918,
|
12447
12470
|
explorers: []
|
12448
12471
|
},
|
12472
|
+
{
|
12473
|
+
name: 'Swell Network',
|
12474
|
+
chain: 'Swell L2',
|
12475
|
+
rpc: [ 'https://swell-mainnet.alt.technology' ],
|
12476
|
+
faucets: [],
|
12477
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
12478
|
+
infoURL: 'https://app.swellnetwork.io/layer2/swell-l2',
|
12479
|
+
shortName: 'swell-l2',
|
12480
|
+
chainId: 1923,
|
12481
|
+
networkId: 1923,
|
12482
|
+
explorers: [
|
12483
|
+
{
|
12484
|
+
name: 'swell-l2',
|
12485
|
+
icon: 'swell',
|
12486
|
+
url: 'https://swell-mainnet-explorer.alt.technology',
|
12487
|
+
standard: 'none'
|
12488
|
+
}
|
12489
|
+
]
|
12490
|
+
},
|
12449
12491
|
{
|
12450
12492
|
name: 'Arvix Testnet',
|
12451
12493
|
chain: 'Arvix',
|
@@ -15167,7 +15209,12 @@ const chainArray = [
|
|
15167
15209
|
name: 'Morph',
|
15168
15210
|
title: 'Morph Mainnet',
|
15169
15211
|
chain: 'ETH',
|
15170
|
-
rpc: [
|
15212
|
+
rpc: [
|
15213
|
+
'https://rpc.morphl2.io',
|
15214
|
+
'wss://rpc.morphl2.io:8443',
|
15215
|
+
'https://rpc-quicknode.morphl2.io',
|
15216
|
+
'wss://rpc-quicknode.morphl2.io'
|
15217
|
+
],
|
15171
15218
|
faucets: [],
|
15172
15219
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
15173
15220
|
infoURL: 'https://morphl2.io',
|
@@ -19114,6 +19161,19 @@ const chainArray = [
|
|
19114
19161
|
}
|
19115
19162
|
]
|
19116
19163
|
},
|
19164
|
+
{
|
19165
|
+
name: 'Nibiru Mainnet',
|
19166
|
+
chain: 'Nibiru',
|
19167
|
+
rpc: [ 'https://evm-rpc.nibiru.fi' ],
|
19168
|
+
faucets: [],
|
19169
|
+
nativeCurrency: { name: 'NIBI', symbol: 'NIBI', decimals: 18 },
|
19170
|
+
infoURL: 'https://nibiru.fi',
|
19171
|
+
shortName: 'cataclysm-1',
|
19172
|
+
chainId: 6900,
|
19173
|
+
networkId: 6900,
|
19174
|
+
icon: 'nibiru',
|
19175
|
+
explorers: []
|
19176
|
+
},
|
19117
19177
|
{
|
19118
19178
|
name: 'Laika Mainnet',
|
19119
19179
|
chain: 'LAIKA',
|
@@ -19740,6 +19800,26 @@ const chainArray = [
|
|
19740
19800
|
}
|
19741
19801
|
]
|
19742
19802
|
},
|
19803
|
+
{
|
19804
|
+
name: 'Phron Testnet',
|
19805
|
+
chain: 'PHR',
|
19806
|
+
icon: 'phron',
|
19807
|
+
rpc: [ 'https://testnet.phron.ai', 'wss://testnet.phron.ai' ],
|
19808
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
19809
|
+
faucets: [ 'https://faucet.phron.ai' ],
|
19810
|
+
nativeCurrency: { name: 'Phron', symbol: 'TPHR', decimals: 18 },
|
19811
|
+
infoURL: 'https://phron.ai',
|
19812
|
+
shortName: 'phr',
|
19813
|
+
chainId: 7744,
|
19814
|
+
networkId: 7744,
|
19815
|
+
explorers: [
|
19816
|
+
{
|
19817
|
+
name: 'phronscan',
|
19818
|
+
url: 'https://testnet.phronscan.io',
|
19819
|
+
standard: 'EIP3091'
|
19820
|
+
}
|
19821
|
+
]
|
19822
|
+
},
|
19743
19823
|
{
|
19744
19824
|
name: 'Bitrock Testnet',
|
19745
19825
|
chain: 'Bitrock',
|
@@ -22085,6 +22165,25 @@ const chainArray = [
|
|
22085
22165
|
}
|
22086
22166
|
]
|
22087
22167
|
},
|
22168
|
+
{
|
22169
|
+
name: 'Zytron Linea Mainnet',
|
22170
|
+
chain: 'ETH',
|
22171
|
+
icon: 'zytron',
|
22172
|
+
rpc: [ 'https://rpc.zypher.network/' ],
|
22173
|
+
faucets: [],
|
22174
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
22175
|
+
infoURL: 'https://zytron.zypher.network/',
|
22176
|
+
shortName: 'zytron-linea',
|
22177
|
+
chainId: 9901,
|
22178
|
+
networkId: 9901,
|
22179
|
+
explorers: [
|
22180
|
+
{
|
22181
|
+
name: 'blockscout',
|
22182
|
+
url: 'https://explorer.zypher.network',
|
22183
|
+
standard: 'EIP3091'
|
22184
|
+
}
|
22185
|
+
]
|
22186
|
+
},
|
22088
22187
|
{
|
22089
22188
|
name: 'Espento Mainnet',
|
22090
22189
|
chain: 'SPENT',
|
@@ -24869,6 +24968,25 @@ const chainArray = [
|
|
24869
24968
|
networkId: 19527,
|
24870
24969
|
explorers: []
|
24871
24970
|
},
|
24971
|
+
{
|
24972
|
+
name: 'Zytron Linea Testnet',
|
24973
|
+
chain: 'ETH',
|
24974
|
+
icon: 'zytron',
|
24975
|
+
rpc: [ 'https://linea-testnet-zytron.zypher.game/' ],
|
24976
|
+
faucets: [],
|
24977
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
24978
|
+
infoURL: 'https://zytron.zypher.network/',
|
24979
|
+
shortName: 'zytron-linea-testnet',
|
24980
|
+
chainId: 19546,
|
24981
|
+
networkId: 19546,
|
24982
|
+
explorers: [
|
24983
|
+
{
|
24984
|
+
name: 'blockscout',
|
24985
|
+
url: 'https://linea-testnet-zytron-blockscout.zypher.game',
|
24986
|
+
standard: 'EIP3091'
|
24987
|
+
}
|
24988
|
+
]
|
24989
|
+
},
|
24872
24990
|
{
|
24873
24991
|
name: 'LBRY Mainnet',
|
24874
24992
|
chain: 'LBRY',
|
@@ -28986,21 +29104,22 @@ const chainArray = [
|
|
28986
29104
|
]
|
28987
29105
|
},
|
28988
29106
|
{
|
28989
|
-
name: '
|
29107
|
+
name: 'eSync Network Mainnet',
|
29108
|
+
title: 'eSync Network Mainnet',
|
28990
29109
|
chain: 'ECS',
|
28991
|
-
rpc: [ 'https://rpc.ecredits.com' ],
|
29110
|
+
rpc: [ 'https://rpc.esync.network', 'https://rpc.ecredits.com' ],
|
28992
29111
|
faucets: [],
|
28993
29112
|
nativeCurrency: { name: 'eCredits', symbol: 'ECS', decimals: 18 },
|
28994
|
-
infoURL: 'https://
|
28995
|
-
shortName: '
|
29113
|
+
infoURL: 'https://esync.network',
|
29114
|
+
shortName: 'esync-mainnet',
|
28996
29115
|
chainId: 63000,
|
28997
29116
|
networkId: 63000,
|
28998
|
-
icon: '
|
29117
|
+
icon: 'esync',
|
28999
29118
|
explorers: [
|
29000
29119
|
{
|
29001
|
-
name: '
|
29002
|
-
url: 'https://explorer.
|
29003
|
-
icon: '
|
29120
|
+
name: 'eSync Network Mainnet Explorer',
|
29121
|
+
url: 'https://explorer.esync.network',
|
29122
|
+
icon: 'esync',
|
29004
29123
|
standard: 'EIP3091'
|
29005
29124
|
}
|
29006
29125
|
]
|
@@ -29052,17 +29171,23 @@ const chainArray = [
|
|
29052
29171
|
{
|
29053
29172
|
name: 'Geist Mainnet',
|
29054
29173
|
chain: 'Geist',
|
29055
|
-
rpc: [],
|
29174
|
+
rpc: [ 'https://geist-mainnet.g.alchemy.com/public' ],
|
29056
29175
|
faucets: [],
|
29057
29176
|
nativeCurrency: { name: 'Aavegotchi GHST Token', symbol: 'GHST', decimals: 18 },
|
29058
29177
|
features: [],
|
29059
29178
|
infoURL: 'https://playongeist.com',
|
29060
|
-
shortName: '
|
29179
|
+
shortName: 'geist',
|
29061
29180
|
chainId: 63157,
|
29062
29181
|
networkId: 63157,
|
29063
|
-
status: '
|
29182
|
+
status: 'active',
|
29064
29183
|
icon: 'geist',
|
29065
|
-
explorers: [
|
29184
|
+
explorers: [
|
29185
|
+
{
|
29186
|
+
name: 'Geist Explorer',
|
29187
|
+
url: 'https://geist-mainnet.explorer.alchemy.com',
|
29188
|
+
standard: 'EIP3091'
|
29189
|
+
}
|
29190
|
+
]
|
29066
29191
|
},
|
29067
29192
|
{
|
29068
29193
|
name: 'CratD2C Testnet',
|
@@ -31024,6 +31149,25 @@ const chainArray = [
|
|
31024
31149
|
networkId: 98881,
|
31025
31150
|
status: 'incubating'
|
31026
31151
|
},
|
31152
|
+
{
|
31153
|
+
name: 'Superposition Testnet',
|
31154
|
+
title: 'Sperposition Testnet',
|
31155
|
+
chain: 'SPN',
|
31156
|
+
rpc: [ 'https://testnet-rpc.superposition.so' ],
|
31157
|
+
faucets: [ 'https://faucet.superposition.so' ],
|
31158
|
+
nativeCurrency: { name: 'SPN', symbol: 'SPN', decimals: 18 },
|
31159
|
+
infoURL: 'https://superposition.so',
|
31160
|
+
shortName: 'superposition-testnet',
|
31161
|
+
chainId: 98985,
|
31162
|
+
networkId: 98985,
|
31163
|
+
explorers: [
|
31164
|
+
{
|
31165
|
+
name: 'Superposition Explorer',
|
31166
|
+
url: 'https://testnet-explorer.superposition.so',
|
31167
|
+
standard: 'EIP3091'
|
31168
|
+
}
|
31169
|
+
]
|
31170
|
+
},
|
31027
31171
|
{
|
31028
31172
|
name: 'eLiberty Testnet',
|
31029
31173
|
chain: '$EL',
|
@@ -33263,6 +33407,48 @@ const chainArray = [
|
|
33263
33407
|
}
|
33264
33408
|
]
|
33265
33409
|
},
|
33410
|
+
{
|
33411
|
+
name: 'Nxy Area 51',
|
33412
|
+
chain: 'NXY',
|
33413
|
+
rpc: [ 'https://nxy.social/testnet' ],
|
33414
|
+
faucets: [],
|
33415
|
+
nativeCurrency: { name: 'Nxy', symbol: 'NXY', decimals: 18 },
|
33416
|
+
infoURL: 'https://nxy.social/l1',
|
33417
|
+
shortName: 'nxytest',
|
33418
|
+
chainId: 272247,
|
33419
|
+
networkId: 272247,
|
33420
|
+
slip44: 272247,
|
33421
|
+
icon: 'nxy',
|
33422
|
+
explorers: [
|
33423
|
+
{
|
33424
|
+
name: 'Nxy Explorer',
|
33425
|
+
url: 'https://explorer.nxy.social',
|
33426
|
+
standard: 'none',
|
33427
|
+
icon: 'nxy'
|
33428
|
+
}
|
33429
|
+
]
|
33430
|
+
},
|
33431
|
+
{
|
33432
|
+
name: 'Nxy Oasis',
|
33433
|
+
chain: 'NXY',
|
33434
|
+
rpc: [ 'https://nxy.social/mainnet' ],
|
33435
|
+
faucets: [],
|
33436
|
+
nativeCurrency: { name: 'Nxy', symbol: 'NXY', decimals: 18 },
|
33437
|
+
infoURL: 'https://nxy.social/l1',
|
33438
|
+
shortName: 'nxy',
|
33439
|
+
chainId: 272520,
|
33440
|
+
networkId: 272520,
|
33441
|
+
slip44: 272520,
|
33442
|
+
icon: 'nxy',
|
33443
|
+
explorers: [
|
33444
|
+
{
|
33445
|
+
name: 'Nxy Explorer',
|
33446
|
+
url: 'https://explorer.nxy.social',
|
33447
|
+
standard: 'none',
|
33448
|
+
icon: 'nxy'
|
33449
|
+
}
|
33450
|
+
]
|
33451
|
+
},
|
33266
33452
|
{
|
33267
33453
|
name: 'Social Smart Chain Mainnet',
|
33268
33454
|
chain: 'SoChain',
|
@@ -34534,6 +34720,31 @@ const chainArray = [
|
|
34534
34720
|
}
|
34535
34721
|
]
|
34536
34722
|
},
|
34723
|
+
{
|
34724
|
+
name: 'ZERO Network',
|
34725
|
+
chain: 'ZERONetwork',
|
34726
|
+
icon: 'zero',
|
34727
|
+
rpc: [ 'https://rpc.zerion.io/v1/zero' ],
|
34728
|
+
parent: {
|
34729
|
+
type: 'L2',
|
34730
|
+
chain: 'eip155-1',
|
34731
|
+
bridges: [ { url: 'https://bridge.zero.network' } ]
|
34732
|
+
},
|
34733
|
+
faucets: [],
|
34734
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
34735
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
34736
|
+
infoURL: 'https://docs.zero.network',
|
34737
|
+
shortName: 'zero-network',
|
34738
|
+
chainId: 543210,
|
34739
|
+
networkId: 543210,
|
34740
|
+
explorers: [
|
34741
|
+
{
|
34742
|
+
name: 'ZERO Network Explorer',
|
34743
|
+
url: 'https://explorer.zero.network',
|
34744
|
+
standard: 'EIP3091'
|
34745
|
+
}
|
34746
|
+
]
|
34747
|
+
},
|
34537
34748
|
{
|
34538
34749
|
name: 'One World Chain Testnet',
|
34539
34750
|
chain: 'One World Chain',
|
@@ -34676,7 +34887,7 @@ const chainArray = [
|
|
34676
34887
|
shortName: 'poltergeist',
|
34677
34888
|
chainId: 631571,
|
34678
34889
|
networkId: 631571,
|
34679
|
-
status: '
|
34890
|
+
status: 'active',
|
34680
34891
|
icon: 'polterGeist',
|
34681
34892
|
explorers: [
|
34682
34893
|
{
|
@@ -35026,6 +35237,28 @@ const chainArray = [
|
|
35026
35237
|
}
|
35027
35238
|
]
|
35028
35239
|
},
|
35240
|
+
{
|
35241
|
+
name: 'Ink Sepolia',
|
35242
|
+
chain: 'ETH',
|
35243
|
+
rpc: [
|
35244
|
+
'https://rpc-gel-sepolia.inkonchain.com',
|
35245
|
+
'wss://ws-gel-sepolia.inkonchain.com'
|
35246
|
+
],
|
35247
|
+
faucets: [],
|
35248
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
35249
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
35250
|
+
infoURL: 'https://inkonchain.com/',
|
35251
|
+
shortName: 'inksepolia',
|
35252
|
+
chainId: 763373,
|
35253
|
+
networkId: 763373,
|
35254
|
+
explorers: [
|
35255
|
+
{
|
35256
|
+
name: 'Ink Sepolia Explorer',
|
35257
|
+
url: 'https://explorer-sepolia.inkonchain.com',
|
35258
|
+
standard: 'EIP3091'
|
35259
|
+
}
|
35260
|
+
]
|
35261
|
+
},
|
35029
35262
|
{
|
35030
35263
|
name: 'Lamina1 Testnet',
|
35031
35264
|
chain: 'Lamina1 Testnet',
|
@@ -36107,6 +36340,20 @@ const chainArray = [
|
|
36107
36340
|
chainId: 1731313,
|
36108
36341
|
networkId: 1731313
|
36109
36342
|
},
|
36343
|
+
{
|
36344
|
+
name: 'Xphere Testnet',
|
36345
|
+
chain: 'Xphere Testnet',
|
36346
|
+
icon: 'xphere',
|
36347
|
+
rpc: [ 'http://testnet.x-phere.com' ],
|
36348
|
+
features: [ { name: 'EIP1559' } ],
|
36349
|
+
faucets: [],
|
36350
|
+
nativeCurrency: { name: 'Xphere Testnet', symbol: 'XPT', decimals: 18 },
|
36351
|
+
infoURL: 'https://x-phere.com/',
|
36352
|
+
shortName: 'xp-test',
|
36353
|
+
chainId: 1998991,
|
36354
|
+
networkId: 1998991,
|
36355
|
+
explorers: []
|
36356
|
+
},
|
36110
36357
|
{
|
36111
36358
|
name: 'DeBank Testnet',
|
36112
36359
|
chain: 'DeBank',
|
@@ -36192,6 +36439,26 @@ const chainArray = [
|
|
36192
36439
|
}
|
36193
36440
|
]
|
36194
36441
|
},
|
36442
|
+
{
|
36443
|
+
name: 'Coinweb BNB shard',
|
36444
|
+
title: 'Coinweb BNB shard',
|
36445
|
+
chain: 'CWEB BNB',
|
36446
|
+
rpc: [ 'https://api-cloud.coinweb.io/eth-rpc-service/bnb' ],
|
36447
|
+
faucets: [],
|
36448
|
+
nativeCurrency: { name: 'CWEB', symbol: 'CWEB', decimals: 18 },
|
36449
|
+
infoURL: 'https://coinweb.io',
|
36450
|
+
shortName: 'cweb-bnb',
|
36451
|
+
chainId: 2222222,
|
36452
|
+
networkId: 2222222,
|
36453
|
+
slip44: 1,
|
36454
|
+
explorers: [
|
36455
|
+
{
|
36456
|
+
name: 'Coinweb block explorer',
|
36457
|
+
url: 'https://explorer.coinweb.io',
|
36458
|
+
standard: 'none'
|
36459
|
+
}
|
36460
|
+
]
|
36461
|
+
},
|
36195
36462
|
{
|
36196
36463
|
name: 'DPU Chain',
|
36197
36464
|
chain: 'DPU',
|
@@ -38545,6 +38812,27 @@ const chainArray = [
|
|
38545
38812
|
}
|
38546
38813
|
]
|
38547
38814
|
},
|
38815
|
+
{
|
38816
|
+
name: 'Flame',
|
38817
|
+
chain: 'Flame',
|
38818
|
+
rpc: [ 'https://rpc.flame.astria.org' ],
|
38819
|
+
faucets: [],
|
38820
|
+
nativeCurrency: { name: 'TIA', symbol: 'TIA', decimals: 18 },
|
38821
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
38822
|
+
infoURL: 'https://astria.org',
|
38823
|
+
shortName: 'flame',
|
38824
|
+
chainId: 253368190,
|
38825
|
+
networkId: 253368190,
|
38826
|
+
icon: 'flame',
|
38827
|
+
explorers: [
|
38828
|
+
{
|
38829
|
+
name: 'blockscout',
|
38830
|
+
url: 'https://explorer.flame.astria.org',
|
38831
|
+
icon: 'blockscout',
|
38832
|
+
standard: 'EIP3091'
|
38833
|
+
}
|
38834
|
+
]
|
38835
|
+
},
|
38548
38836
|
{
|
38549
38837
|
name: 'Razor Skale Chain',
|
38550
38838
|
chain: 'Razor Schain',
|
@@ -39712,6 +40000,27 @@ const chainArray = [
|
|
39712
40000
|
}
|
39713
40001
|
]
|
39714
40002
|
},
|
40003
|
+
{
|
40004
|
+
name: 'Mekong',
|
40005
|
+
chain: 'ETH',
|
40006
|
+
rpc: [ 'https://rpc.mekong.ethpandaops.io' ],
|
40007
|
+
faucets: [ 'https://faucet.mekong.ethpandaops.io' ],
|
40008
|
+
nativeCurrency: { name: 'Testnet ETH', symbol: 'ETH', decimals: 18 },
|
40009
|
+
infoURL: 'https://mekong.ethpandaops.io',
|
40010
|
+
shortName: 'mekong',
|
40011
|
+
chainId: 7078815900,
|
40012
|
+
networkId: 7078815900,
|
40013
|
+
icon: 'ethereum',
|
40014
|
+
status: 'incubating',
|
40015
|
+
explorers: [
|
40016
|
+
{
|
40017
|
+
name: 'Holesky Dora Explorer',
|
40018
|
+
url: 'https://explorer.mekong.ethpandaops.io',
|
40019
|
+
icon: 'ethereum',
|
40020
|
+
standard: 'EIP3091'
|
40021
|
+
}
|
40022
|
+
]
|
40023
|
+
},
|
39715
40024
|
{
|
39716
40025
|
name: 'Palm Testnet',
|
39717
40026
|
chain: 'Palm',
|
@@ -40025,6 +40334,27 @@ const chainArray = [
|
|
40025
40334
|
chainId: 6022140761023,
|
40026
40335
|
networkId: 6022140761023
|
40027
40336
|
},
|
40337
|
+
{
|
40338
|
+
name: 'Flame Testnet',
|
40339
|
+
chain: 'Flame',
|
40340
|
+
rpc: [ 'https://rpc.flame.dawn-1.astria.org' ],
|
40341
|
+
faucets: [],
|
40342
|
+
nativeCurrency: { name: 'TIA', symbol: 'TIA', decimals: 18 },
|
40343
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
40344
|
+
infoURL: 'https://astria.org',
|
40345
|
+
shortName: 'flame-testnet',
|
40346
|
+
chainId: 16604737732183,
|
40347
|
+
networkId: 16604737732183,
|
40348
|
+
icon: 'flame',
|
40349
|
+
explorers: [
|
40350
|
+
{
|
40351
|
+
name: 'blockscout',
|
40352
|
+
url: 'https://explorer.flame.dawn-1.astria.org',
|
40353
|
+
icon: 'blockscout',
|
40354
|
+
standard: 'EIP3091'
|
40355
|
+
}
|
40356
|
+
]
|
40357
|
+
},
|
40028
40358
|
{
|
40029
40359
|
name: 'Godwoken Testnet (V1)',
|
40030
40360
|
chain: 'GWT',
|