eth-chainlist 0.0.337 → 0.0.339
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 +363 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.339 (2024-02-14)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.338 ([a76e36d](https://github.com/poowf/eth-chainlist/commit/a76e36d4ed9f47b89f6b7c14312e11309a847638))
|
9
|
+
* update chain data ([f77aaa6](https://github.com/poowf/eth-chainlist/commit/f77aaa6c57ea8ac95c5e3fcc92ab1bbbe2e25345))
|
10
|
+
|
11
|
+
### 0.0.338 (2024-02-13)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.337 ([09a7206](https://github.com/poowf/eth-chainlist/commit/09a720678e9ad676a0478c29e62e640603116b21))
|
17
|
+
* update chain data ([2185d29](https://github.com/poowf/eth-chainlist/commit/2185d2950b3fb80ae8a9b6a7419046cee7978e01))
|
18
|
+
|
3
19
|
### 0.0.337 (2024-02-10)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -3611,6 +3611,25 @@ const chainArray = [
|
|
3611
3611
|
slip44: 2221,
|
3612
3612
|
status: 'deprecated'
|
3613
3613
|
},
|
3614
|
+
{
|
3615
|
+
name: 'Viridis Testnet',
|
3616
|
+
chain: 'VRD',
|
3617
|
+
icon: 'viridis',
|
3618
|
+
rpc: [ 'https://testnet-rpc.vrd.network' ],
|
3619
|
+
faucets: [ 'https://faucet.vrd.network' ],
|
3620
|
+
nativeCurrency: { name: 'Viridis Token', symbol: 'VRD', decimals: 18 },
|
3621
|
+
infoURL: 'https://viridis.network',
|
3622
|
+
shortName: 'VRD-Testnet',
|
3623
|
+
chainId: 224,
|
3624
|
+
networkId: 224,
|
3625
|
+
explorers: [
|
3626
|
+
{
|
3627
|
+
name: 'Viridis Testnet',
|
3628
|
+
url: 'https://testnet.vrd.network',
|
3629
|
+
standard: 'EIP3091'
|
3630
|
+
}
|
3631
|
+
]
|
3632
|
+
},
|
3614
3633
|
{
|
3615
3634
|
name: 'LACHAIN Mainnet',
|
3616
3635
|
chain: 'LA',
|
@@ -4256,6 +4275,27 @@ const chainArray = [
|
|
4256
4275
|
}
|
4257
4276
|
]
|
4258
4277
|
},
|
4278
|
+
{
|
4279
|
+
name: 'ZKSats Mainnet',
|
4280
|
+
title: 'ZKSats Mainnet',
|
4281
|
+
chain: 'ZKSats',
|
4282
|
+
rpc: [ 'https://mainnet.zksats.io' ],
|
4283
|
+
faucets: [],
|
4284
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
4285
|
+
infoURL: 'https://zksats.io',
|
4286
|
+
shortName: 'ZKSats-Mainnet',
|
4287
|
+
chainId: 305,
|
4288
|
+
networkId: 305,
|
4289
|
+
icon: 'zksats',
|
4290
|
+
explorers: [
|
4291
|
+
{
|
4292
|
+
name: 'blockscout',
|
4293
|
+
url: 'https://explorer.zksats.io',
|
4294
|
+
icon: 'zksats',
|
4295
|
+
standard: 'EIP3091'
|
4296
|
+
}
|
4297
|
+
]
|
4298
|
+
},
|
4259
4299
|
{
|
4260
4300
|
name: 'Lovely Network Testnet',
|
4261
4301
|
chain: 'Lovely',
|
@@ -4911,6 +4951,25 @@ const chainArray = [
|
|
4911
4951
|
}
|
4912
4952
|
]
|
4913
4953
|
},
|
4954
|
+
{
|
4955
|
+
name: 'Viridis Mainnet',
|
4956
|
+
chain: 'VRD',
|
4957
|
+
icon: 'viridis',
|
4958
|
+
rpc: [ 'https://mainnet-rpc.vrd.network' ],
|
4959
|
+
faucets: [],
|
4960
|
+
nativeCurrency: { name: 'Viridis Token', symbol: 'VRD', decimals: 18 },
|
4961
|
+
infoURL: 'https://viridis.network',
|
4962
|
+
shortName: 'vrd',
|
4963
|
+
chainId: 422,
|
4964
|
+
networkId: 422,
|
4965
|
+
explorers: [
|
4966
|
+
{
|
4967
|
+
name: 'Viridis Mainnet',
|
4968
|
+
url: 'https://explorer.vrd.network',
|
4969
|
+
standard: 'EIP3091'
|
4970
|
+
}
|
4971
|
+
]
|
4972
|
+
},
|
4914
4973
|
{
|
4915
4974
|
name: 'PGN (Public Goods Network)',
|
4916
4975
|
chain: 'ETH',
|
@@ -6377,6 +6436,24 @@ const chainArray = [
|
|
6377
6436
|
slip44: 1,
|
6378
6437
|
status: 'deprecated'
|
6379
6438
|
},
|
6439
|
+
{
|
6440
|
+
name: 'CheckDot Blockchain Devnet',
|
6441
|
+
chain: 'CDT Blockchain',
|
6442
|
+
rpc: [ 'https://devnet.checkdot.io' ],
|
6443
|
+
faucets: [],
|
6444
|
+
nativeCurrency: { name: 'CDT', symbol: 'CDT', decimals: 18 },
|
6445
|
+
infoURL: 'https://checkdot.io',
|
6446
|
+
shortName: 'cdt',
|
6447
|
+
chainId: 831,
|
6448
|
+
networkId: 831,
|
6449
|
+
explorers: [
|
6450
|
+
{
|
6451
|
+
name: 'CDT Explorer',
|
6452
|
+
url: 'https://explorer.checkdot.io',
|
6453
|
+
standard: 'none'
|
6454
|
+
}
|
6455
|
+
]
|
6456
|
+
},
|
6380
6457
|
{
|
6381
6458
|
name: 'Taraxa Mainnet',
|
6382
6459
|
chain: 'Tara',
|
@@ -10849,6 +10926,26 @@ const chainArray = [
|
|
10849
10926
|
],
|
10850
10927
|
parent: { type: 'L2', chain: 'eip155-248' }
|
10851
10928
|
},
|
10929
|
+
{
|
10930
|
+
name: 'Karak Mainnet',
|
10931
|
+
chain: 'Karak',
|
10932
|
+
icon: 'karak',
|
10933
|
+
rpc: [ 'https://rpc.karak.network' ],
|
10934
|
+
faucets: [],
|
10935
|
+
nativeCurrency: { name: 'Karak', symbol: 'KRK', decimals: 18 },
|
10936
|
+
infoURL: 'https://karak.network',
|
10937
|
+
shortName: 'karak-mainnet',
|
10938
|
+
chainId: 2410,
|
10939
|
+
networkId: 2410,
|
10940
|
+
explorers: [
|
10941
|
+
{
|
10942
|
+
name: 'Karak Mainnet Explorer',
|
10943
|
+
url: 'https://explorer.karak.network',
|
10944
|
+
standard: 'EIP3091'
|
10945
|
+
}
|
10946
|
+
],
|
10947
|
+
parent: { type: 'L2', chain: 'eip155-1' }
|
10948
|
+
},
|
10852
10949
|
{
|
10853
10950
|
name: 'XODEX',
|
10854
10951
|
chain: 'XODEX',
|
@@ -10938,6 +11035,26 @@ const chainArray = [
|
|
10938
11035
|
}
|
10939
11036
|
]
|
10940
11037
|
},
|
11038
|
+
{
|
11039
|
+
name: 'Karak Testnet',
|
11040
|
+
chain: 'Karak',
|
11041
|
+
icon: 'karak',
|
11042
|
+
rpc: [ 'https://goerli.node1.karak.network' ],
|
11043
|
+
faucets: [],
|
11044
|
+
nativeCurrency: { name: 'Karak', symbol: 'KRK', decimals: 18 },
|
11045
|
+
infoURL: 'https://karak.network',
|
11046
|
+
shortName: 'karak-testnet',
|
11047
|
+
chainId: 2511,
|
11048
|
+
networkId: 2511,
|
11049
|
+
explorers: [
|
11050
|
+
{
|
11051
|
+
name: 'Karak Testnet Explorer',
|
11052
|
+
url: 'https://goerli.scan.karak.network',
|
11053
|
+
standard: 'EIP3091'
|
11054
|
+
}
|
11055
|
+
],
|
11056
|
+
parent: { type: 'L2', chain: 'eip155-5' }
|
11057
|
+
},
|
10941
11058
|
{
|
10942
11059
|
name: 'Fraxtal Testnet',
|
10943
11060
|
chain: 'FRAX',
|
@@ -12436,6 +12553,8 @@ const chainArray = [
|
|
12436
12553
|
name: 'Beam',
|
12437
12554
|
chain: 'BEAM',
|
12438
12555
|
rpc: [
|
12556
|
+
'https://build.onbeam.com/rpc',
|
12557
|
+
'wss://build.onbeam.com/ws',
|
12439
12558
|
'https://subnets.avax.network/beam/mainnet/rpc',
|
12440
12559
|
'wss://subnets.avax.network/beam/mainnet/ws'
|
12441
12560
|
],
|
@@ -12518,6 +12637,27 @@ const chainArray = [
|
|
12518
12637
|
}
|
12519
12638
|
]
|
12520
12639
|
},
|
12640
|
+
{
|
12641
|
+
name: 'Emoney Network Testnet',
|
12642
|
+
chain: 'Emoney',
|
12643
|
+
rpc: [ 'https://testnet.emoney.network/' ],
|
12644
|
+
faucets: [ 'https://faucet.emoney.network/faucet' ],
|
12645
|
+
nativeCurrency: { name: 'Emoney Network', symbol: 'EMYC', decimals: 18 },
|
12646
|
+
infoURL: 'https://emoney.network/',
|
12647
|
+
shortName: 'emoney',
|
12648
|
+
chainId: 4544,
|
12649
|
+
networkId: 4544,
|
12650
|
+
slip44: 118,
|
12651
|
+
icon: 'emoney',
|
12652
|
+
explorers: [
|
12653
|
+
{
|
12654
|
+
name: 'EMoney ethscan',
|
12655
|
+
url: 'https://ethscan.emoney.network',
|
12656
|
+
icon: 'emoney',
|
12657
|
+
standard: 'EIP3091'
|
12658
|
+
}
|
12659
|
+
]
|
12660
|
+
},
|
12521
12661
|
{
|
12522
12662
|
name: 'IoTeX Network Mainnet',
|
12523
12663
|
chain: 'iotex.io',
|
@@ -14928,6 +15068,30 @@ const chainArray = [
|
|
14928
15068
|
chainId: 8889,
|
14929
15069
|
networkId: 8889
|
14930
15070
|
},
|
15071
|
+
{
|
15072
|
+
name: 'Orenium Testnet Protocol',
|
15073
|
+
chain: 'ORE',
|
15074
|
+
rpc: [
|
15075
|
+
'https://rpc-dev-testnet.orenium.org/',
|
15076
|
+
'https://rpc-testnet.orenium.org/'
|
15077
|
+
],
|
15078
|
+
nativeCurrency: { name: 'ORENIUM', symbol: 'tORE', decimals: 18 },
|
15079
|
+
infoURL: 'https://orenium.org',
|
15080
|
+
shortName: 'tore',
|
15081
|
+
chainId: 8890,
|
15082
|
+
networkId: 8890,
|
15083
|
+
slip44: 1,
|
15084
|
+
icon: 'ore',
|
15085
|
+
faucets: [ 'https://faucetcoin.orenium.org' ],
|
15086
|
+
explorers: [
|
15087
|
+
{
|
15088
|
+
name: 'ORE Testnet Explorer',
|
15089
|
+
icon: 'ore',
|
15090
|
+
url: 'https://testnet.oreniumscan.org',
|
15091
|
+
standard: 'none'
|
15092
|
+
}
|
15093
|
+
]
|
15094
|
+
},
|
14931
15095
|
{
|
14932
15096
|
name: 'Mammoth Mainnet',
|
14933
15097
|
title: 'Mammoth Chain',
|
@@ -15078,19 +15242,39 @@ const chainArray = [
|
|
15078
15242
|
]
|
15079
15243
|
},
|
15080
15244
|
{
|
15081
|
-
name: 'Nexa Block',
|
15082
|
-
chain: 'Nexa',
|
15245
|
+
name: 'Nexa Testnet Block',
|
15246
|
+
chain: 'Nexa Testnet',
|
15083
15247
|
rpc: [ 'https://rpc-testnet-nodes.nexablockscan.io' ],
|
15084
|
-
faucets: [ 'https://nexablockscan.io/faucet' ],
|
15085
|
-
nativeCurrency: { name: 'Nexa Token', symbol: 'NEXB', decimals: 18 },
|
15086
|
-
infoURL: 'https://www.nexablock.io
|
15087
|
-
shortName: '
|
15248
|
+
faucets: [ 'https://testnet.nexablockscan.io/faucet' ],
|
15249
|
+
nativeCurrency: { name: 'Nexa Testnet Token', symbol: 'NEXB', decimals: 18 },
|
15250
|
+
infoURL: 'https://www.nexablock.io',
|
15251
|
+
shortName: 'NexaTestnet',
|
15088
15252
|
chainId: 9024,
|
15089
15253
|
networkId: 9024,
|
15090
15254
|
icon: 'nexaChain',
|
15091
15255
|
explorers: [
|
15092
15256
|
{
|
15093
|
-
name: 'Nexablock Explorer',
|
15257
|
+
name: 'Nexablock Testnet Explorer',
|
15258
|
+
url: 'https://testnet.nexablockscan.io',
|
15259
|
+
standard: 'none',
|
15260
|
+
icon: 'nexaChain'
|
15261
|
+
}
|
15262
|
+
]
|
15263
|
+
},
|
15264
|
+
{
|
15265
|
+
name: 'Nexa Mainnet Block',
|
15266
|
+
chain: 'Nexa Mainnet',
|
15267
|
+
rpc: [ 'https://rpc-nodes.nexablockscan.io' ],
|
15268
|
+
faucets: [],
|
15269
|
+
nativeCurrency: { name: 'Nexa Mainnet Token', symbol: 'NEXB', decimals: 18 },
|
15270
|
+
infoURL: 'https://www.nexablock.io',
|
15271
|
+
shortName: 'Nexa',
|
15272
|
+
chainId: 9025,
|
15273
|
+
networkId: 9025,
|
15274
|
+
icon: 'nexaChain',
|
15275
|
+
explorers: [
|
15276
|
+
{
|
15277
|
+
name: 'Nexablock Mainnet Explorer',
|
15094
15278
|
url: 'https://nexablockscan.io',
|
15095
15279
|
standard: 'none',
|
15096
15280
|
icon: 'nexaChain'
|
@@ -16137,6 +16321,26 @@ const chainArray = [
|
|
16137
16321
|
}
|
16138
16322
|
]
|
16139
16323
|
},
|
16324
|
+
{
|
16325
|
+
name: 'Aternos',
|
16326
|
+
chain: 'Aternos',
|
16327
|
+
icon: 'aternos',
|
16328
|
+
rpc: [ 'https://rpc.aternoschain.com' ],
|
16329
|
+
faucets: [ 'https://faucet.aternoschain.com' ],
|
16330
|
+
nativeCurrency: { name: 'Aternos', symbol: 'ATR', decimals: 18 },
|
16331
|
+
infoURL: 'https://aternoschain.com',
|
16332
|
+
shortName: 'ATR',
|
16333
|
+
chainId: 12020,
|
16334
|
+
networkId: 12020,
|
16335
|
+
explorers: [
|
16336
|
+
{
|
16337
|
+
name: 'blockscout',
|
16338
|
+
url: 'https://explorer.aternoschain.com',
|
16339
|
+
icon: 'blockscout',
|
16340
|
+
standard: 'EIP3091'
|
16341
|
+
}
|
16342
|
+
]
|
16343
|
+
},
|
16140
16344
|
{
|
16141
16345
|
name: 'Singularity ZERO Testnet',
|
16142
16346
|
chain: 'ZERO',
|
@@ -16368,6 +16572,8 @@ const chainArray = [
|
|
16368
16572
|
name: 'Beam Testnet',
|
16369
16573
|
chain: 'BEAM',
|
16370
16574
|
rpc: [
|
16575
|
+
'https://build.onbeam.com/rpc/testnet',
|
16576
|
+
'wss://build.onbeam.com/ws/testnet',
|
16371
16577
|
'https://subnets.avax.network/beam/testnet/rpc',
|
16372
16578
|
'wss://subnets.avax.network/beam/testnet/ws'
|
16373
16579
|
],
|
@@ -16923,6 +17129,36 @@ const chainArray = [
|
|
16923
17129
|
}
|
16924
17130
|
]
|
16925
17131
|
},
|
17132
|
+
{
|
17133
|
+
name: 'unreal',
|
17134
|
+
title: 'unreal testnet for re.al',
|
17135
|
+
chain: 'unreal',
|
17136
|
+
rpc: [
|
17137
|
+
'https://rpc.unreal.gelato.digital',
|
17138
|
+
'wss://ws.unreal.gelato.digital'
|
17139
|
+
],
|
17140
|
+
nativeCurrency: { name: 'unreal Ether', symbol: 'ETH', decimals: 18 },
|
17141
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/unreal',
|
17142
|
+
faucets: [],
|
17143
|
+
shortName: 'unreal',
|
17144
|
+
chainId: 18231,
|
17145
|
+
networkId: 18231,
|
17146
|
+
slip44: 60,
|
17147
|
+
icon: 'unreal',
|
17148
|
+
explorers: [
|
17149
|
+
{
|
17150
|
+
name: 'blockscout',
|
17151
|
+
url: 'https://unreal.blockscout.com',
|
17152
|
+
icon: 'unreal',
|
17153
|
+
standard: 'EIP3091'
|
17154
|
+
}
|
17155
|
+
],
|
17156
|
+
parent: {
|
17157
|
+
type: 'L2',
|
17158
|
+
chain: 'eip155-11155111',
|
17159
|
+
bridges: [ { url: 'https://bridge.unreal.gelato.digital' } ]
|
17160
|
+
}
|
17161
|
+
},
|
16926
17162
|
{
|
16927
17163
|
name: 'MXC zkEVM Mainnet',
|
16928
17164
|
chain: 'MXC zkEVM',
|
@@ -17063,6 +17299,25 @@ const chainArray = [
|
|
17063
17299
|
}
|
17064
17300
|
]
|
17065
17301
|
},
|
17302
|
+
{
|
17303
|
+
name: 'C4EI',
|
17304
|
+
chain: 'C4EI',
|
17305
|
+
rpc: [ 'https://rpc.c4ei.net' ],
|
17306
|
+
faucets: [ 'https://play.google.com/store/apps/details?id=net.c4ei.fps2' ],
|
17307
|
+
nativeCurrency: { name: 'C4EI', symbol: 'C4EI', decimals: 18 },
|
17308
|
+
infoURL: 'https://c4ei.net',
|
17309
|
+
shortName: 'c4ei',
|
17310
|
+
chainId: 21004,
|
17311
|
+
networkId: 21004,
|
17312
|
+
explorers: [
|
17313
|
+
{
|
17314
|
+
name: 'C4EI sirato',
|
17315
|
+
url: 'https://exp.c4ei.net',
|
17316
|
+
icon: 'c4ei',
|
17317
|
+
standard: 'none'
|
17318
|
+
}
|
17319
|
+
]
|
17320
|
+
},
|
17066
17321
|
{
|
17067
17322
|
name: 'All About Healthy',
|
17068
17323
|
chain: 'AAH',
|
@@ -19802,6 +20057,31 @@ const chainArray = [
|
|
19802
20057
|
}
|
19803
20058
|
]
|
19804
20059
|
},
|
20060
|
+
{
|
20061
|
+
name: 'Vanguard',
|
20062
|
+
title: 'Vanar Testnet Vanguard',
|
20063
|
+
chain: 'VANAR',
|
20064
|
+
rpc: [
|
20065
|
+
'https://rpc-vanguard.vanarchain.com',
|
20066
|
+
'wss://ws-vanguard.vanarchain.com'
|
20067
|
+
],
|
20068
|
+
faucets: [ 'https://faucet.vanarchain.com' ],
|
20069
|
+
nativeCurrency: { name: 'Vanguard Vanry', symbol: 'VG', decimals: 18 },
|
20070
|
+
features: [ { name: 'EIP155' } ],
|
20071
|
+
infoURL: 'https://vanarchain.com',
|
20072
|
+
shortName: 'vanguard',
|
20073
|
+
chainId: 78600,
|
20074
|
+
networkId: 78600,
|
20075
|
+
icon: 'vanguard',
|
20076
|
+
explorers: [
|
20077
|
+
{
|
20078
|
+
name: 'Vanguard Explorer',
|
20079
|
+
url: 'https://explorer-vanguard.vanarchain.com',
|
20080
|
+
icon: 'vanguard',
|
20081
|
+
standard: 'EIP3091'
|
20082
|
+
}
|
20083
|
+
]
|
20084
|
+
},
|
19805
20085
|
{
|
19806
20086
|
name: 'Gold Smart Chain Testnet',
|
19807
20087
|
chain: 'STAND',
|
@@ -19872,6 +20152,25 @@ const chainArray = [
|
|
19872
20152
|
}
|
19873
20153
|
]
|
19874
20154
|
},
|
20155
|
+
{
|
20156
|
+
name: 'Hizoco mainnet',
|
20157
|
+
chain: 'HZC',
|
20158
|
+
icon: 'hizoco',
|
20159
|
+
rpc: [ 'https://hizoco.net/rpc' ],
|
20160
|
+
faucets: [],
|
20161
|
+
nativeCurrency: { name: 'Hizoco', symbol: 'HZC', decimals: 18 },
|
20162
|
+
infoURL: 'http://hizoco.net',
|
20163
|
+
shortName: 'hzc',
|
20164
|
+
chainId: 80096,
|
20165
|
+
networkId: 80096,
|
20166
|
+
explorers: [
|
20167
|
+
{
|
20168
|
+
name: 'blockscout',
|
20169
|
+
url: 'https://hizoco.net:38443',
|
20170
|
+
standard: 'none'
|
20171
|
+
}
|
20172
|
+
]
|
20173
|
+
},
|
19875
20174
|
{
|
19876
20175
|
name: 'Nordek Mainnet',
|
19877
20176
|
chain: 'Nordek',
|
@@ -24254,6 +24553,33 @@ const chainArray = [
|
|
24254
24553
|
networkId: 99415706,
|
24255
24554
|
slip44: 1
|
24256
24555
|
},
|
24556
|
+
{
|
24557
|
+
name: 'Plume Testnet',
|
24558
|
+
title: 'Plume Sepolia Rollup Testnet',
|
24559
|
+
chain: 'ETH',
|
24560
|
+
rpc: [ 'https://plume-testnet.rpc.caldera.xyz/http' ],
|
24561
|
+
faucets: [],
|
24562
|
+
nativeCurrency: { name: 'Plume Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
24563
|
+
infoURL: 'https://www.plumenetwork.xyz/',
|
24564
|
+
shortName: 'plume-testnet',
|
24565
|
+
chainId: 161221135,
|
24566
|
+
networkId: 161221135,
|
24567
|
+
slip44: 1,
|
24568
|
+
icon: 'plume',
|
24569
|
+
explorers: [
|
24570
|
+
{
|
24571
|
+
name: 'Blockscout',
|
24572
|
+
url: 'https://plume-testnet.explorer.caldera.xyz',
|
24573
|
+
icon: 'blockscout',
|
24574
|
+
standard: 'EIP3091'
|
24575
|
+
}
|
24576
|
+
],
|
24577
|
+
parent: {
|
24578
|
+
type: 'L2',
|
24579
|
+
chain: 'eip155-11155111',
|
24580
|
+
bridges: [ { url: 'https://plume-testnet.calderabridge.xyz' } ]
|
24581
|
+
}
|
24582
|
+
},
|
24257
24583
|
{
|
24258
24584
|
name: 'Blast Sepolia Testnet',
|
24259
24585
|
chain: 'ETH',
|
@@ -25156,6 +25482,36 @@ const chainArray = [
|
|
25156
25482
|
}
|
25157
25483
|
]
|
25158
25484
|
},
|
25485
|
+
{
|
25486
|
+
name: 'GitSwarm Test Network',
|
25487
|
+
title: 'GitSwarm Test Network',
|
25488
|
+
chain: 'ETH',
|
25489
|
+
icon: 'gitswarm',
|
25490
|
+
rpc: [ 'https://gitswarm.com:2096' ],
|
25491
|
+
faucets: [],
|
25492
|
+
nativeCurrency: { name: 'GitSwarm Ether', symbol: 'GS-ETH', decimals: 18 },
|
25493
|
+
infoURL: 'https://gitswarm.com/',
|
25494
|
+
shortName: 'GS-ETH',
|
25495
|
+
chainId: 28872323069,
|
25496
|
+
networkId: 28872323069,
|
25497
|
+
slip44: 1,
|
25498
|
+
explorers: [],
|
25499
|
+
status: 'incubating'
|
25500
|
+
},
|
25501
|
+
{
|
25502
|
+
name: 'Kakarot Sepolia',
|
25503
|
+
chain: 'ETH',
|
25504
|
+
icon: 'kakarot',
|
25505
|
+
rpc: [],
|
25506
|
+
faucets: [],
|
25507
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
25508
|
+
infoURL: 'https://kakarot.org',
|
25509
|
+
shortName: 'kkrt-sepolia',
|
25510
|
+
chainId: 107107114116,
|
25511
|
+
networkId: 107107114116,
|
25512
|
+
explorers: [],
|
25513
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
|
25514
|
+
},
|
25159
25515
|
{
|
25160
25516
|
name: 'Alphabet Mainnet',
|
25161
25517
|
chain: 'Alphabet Network',
|