eth-chainlist 0.0.414 → 0.0.416
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 +288 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.416 (2024-05-30)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.415 ([5eef2e1](https://github.com/poowf/eth-chainlist/commit/5eef2e1fc56dc35e60be1a744b2301ffad3fb3a6))
|
9
|
+
* update chain data ([21881da](https://github.com/poowf/eth-chainlist/commit/21881da46e29ee42e15eb2cf00a9c4137a44b720))
|
10
|
+
|
11
|
+
### 0.0.415 (2024-05-29)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.414 ([4cf6a63](https://github.com/poowf/eth-chainlist/commit/4cf6a6384db84af73d24856968ec65967d434f4b))
|
17
|
+
* update chain data ([c5d210f](https://github.com/poowf/eth-chainlist/commit/c5d210f3ef9cfe5ab542a53bad82d2797f75c0bd))
|
18
|
+
|
3
19
|
### 0.0.414 (2024-05-28)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -2983,6 +2983,25 @@ const chainArray = [
|
|
2983
2983
|
bridges: [ { url: 'https://bridge.soraai.bot' } ]
|
2984
2984
|
}
|
2985
2985
|
},
|
2986
|
+
{
|
2987
|
+
name: 'Flag Mainnet',
|
2988
|
+
chain: 'Flag',
|
2989
|
+
icon: 'flag',
|
2990
|
+
rpc: [ 'https://mainnet-rpc.flagscan.xyz' ],
|
2991
|
+
faucets: [],
|
2992
|
+
nativeCurrency: { name: 'Flag', symbol: 'FLAG', decimals: 18 },
|
2993
|
+
infoURL: 'https://flagscan.xyz',
|
2994
|
+
shortName: 'FLAG',
|
2995
|
+
chainId: 147,
|
2996
|
+
networkId: 147,
|
2997
|
+
explorers: [
|
2998
|
+
{
|
2999
|
+
name: 'Flag Mainnet Explorer',
|
3000
|
+
url: 'https://flagscan.xyz',
|
3001
|
+
standard: 'EIP3091'
|
3002
|
+
}
|
3003
|
+
]
|
3004
|
+
},
|
2986
3005
|
{
|
2987
3006
|
name: 'ShimmerEVM',
|
2988
3007
|
title: 'ShimmerEVM',
|
@@ -8953,6 +8972,25 @@ const chainArray = [
|
|
8953
8972
|
networkId: 1140,
|
8954
8973
|
slip44: 1
|
8955
8974
|
},
|
8975
|
+
{
|
8976
|
+
name: 'Flag Testnet',
|
8977
|
+
chain: 'Flag',
|
8978
|
+
icon: 'flag',
|
8979
|
+
rpc: [ 'https://testnet-rpc.flagscan.xyz' ],
|
8980
|
+
faucets: [ 'https://faucet.flagscan.xyz' ],
|
8981
|
+
nativeCurrency: { name: 'Flag Testnet', symbol: 'FLAG', decimals: 18 },
|
8982
|
+
infoURL: 'https://testnet-explorer.flagscan.xyz',
|
8983
|
+
shortName: 'tFLAG',
|
8984
|
+
chainId: 1147,
|
8985
|
+
networkId: 1147,
|
8986
|
+
explorers: [
|
8987
|
+
{
|
8988
|
+
name: 'Flag Testnet Explorer',
|
8989
|
+
url: 'https://testnet-explorer.flagscan.xyz',
|
8990
|
+
standard: 'EIP3091'
|
8991
|
+
}
|
8992
|
+
]
|
8993
|
+
},
|
8956
8994
|
{
|
8957
8995
|
name: 'Symplexia Smart Chain',
|
8958
8996
|
chain: 'Plexchain',
|
@@ -9768,6 +9806,29 @@ const chainArray = [
|
|
9768
9806
|
}
|
9769
9807
|
]
|
9770
9808
|
},
|
9809
|
+
{
|
9810
|
+
name: 'Ramestta Mainnet',
|
9811
|
+
chain: 'Ramestta',
|
9812
|
+
icon: 'ramestta',
|
9813
|
+
rpc: [
|
9814
|
+
'https://blockchain.ramestta.com',
|
9815
|
+
'https://blockchain2.ramestta.com'
|
9816
|
+
],
|
9817
|
+
faucets: [],
|
9818
|
+
nativeCurrency: { name: 'Rama', symbol: 'RAMA', decimals: 18 },
|
9819
|
+
infoURL: 'https://www.ramestta.com',
|
9820
|
+
shortName: 'RAMA',
|
9821
|
+
chainId: 1370,
|
9822
|
+
networkId: 1370,
|
9823
|
+
explorers: [
|
9824
|
+
{
|
9825
|
+
name: 'ramascan',
|
9826
|
+
url: 'https://ramascan.com',
|
9827
|
+
icon: 'ramestta',
|
9828
|
+
standard: 'EIP3091'
|
9829
|
+
}
|
9830
|
+
]
|
9831
|
+
},
|
9771
9832
|
{
|
9772
9833
|
name: 'Kalar Chain',
|
9773
9834
|
chain: 'KLC',
|
@@ -10530,6 +10591,33 @@ const chainArray = [
|
|
10530
10591
|
}
|
10531
10592
|
]
|
10532
10593
|
},
|
10594
|
+
{
|
10595
|
+
name: 'ZKBase Sepolia Testnet',
|
10596
|
+
chain: 'ETH',
|
10597
|
+
rpc: [ 'https://sepolia-rpc.zkbase.app' ],
|
10598
|
+
faucets: [],
|
10599
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
10600
|
+
infoURL: 'https://zkbase.org/',
|
10601
|
+
shortName: 'zkbase-sepolia',
|
10602
|
+
chainId: 1789,
|
10603
|
+
networkId: 1789,
|
10604
|
+
slip44: 1,
|
10605
|
+
icon: 'zkbase',
|
10606
|
+
explorers: [
|
10607
|
+
{
|
10608
|
+
name: 'ZKbase Block Explorer',
|
10609
|
+
url: 'https://sepolia-explorer.zkbase.app',
|
10610
|
+
icon: 'zkbase',
|
10611
|
+
standard: 'EIP3091'
|
10612
|
+
}
|
10613
|
+
],
|
10614
|
+
parent: {
|
10615
|
+
type: 'L2',
|
10616
|
+
chain: 'eip155-1',
|
10617
|
+
bridges: [ { url: 'https://portral.zkbase.app/' } ]
|
10618
|
+
},
|
10619
|
+
redFlags: [ 'reusedChainId' ]
|
10620
|
+
},
|
10533
10621
|
{
|
10534
10622
|
name: 'Kerleano',
|
10535
10623
|
title: 'Proof of Climate awaReness testnet',
|
@@ -15639,6 +15727,24 @@ const chainArray = [
|
|
15639
15727
|
}
|
15640
15728
|
]
|
15641
15729
|
},
|
15730
|
+
{
|
15731
|
+
name: 'Settlus Testnet',
|
15732
|
+
chain: 'Settlus',
|
15733
|
+
rpc: [ 'https://settlus-test-eth.settlus.io' ],
|
15734
|
+
faucets: [ 'https://faucet.settlus.io' ],
|
15735
|
+
nativeCurrency: { name: 'Setl', symbol: 'SETL', decimals: 18 },
|
15736
|
+
infoURL: 'https://settlus.org',
|
15737
|
+
shortName: 'settlus-testnet',
|
15738
|
+
chainId: 5372,
|
15739
|
+
networkId: 5372,
|
15740
|
+
explorers: [
|
15741
|
+
{
|
15742
|
+
name: 'Settlus Scan',
|
15743
|
+
url: 'https://testnet.settlus.network',
|
15744
|
+
standard: 'EIP3091'
|
15745
|
+
}
|
15746
|
+
]
|
15747
|
+
},
|
15642
15748
|
{
|
15643
15749
|
name: 'edeXa Mainnet',
|
15644
15750
|
chain: 'edeXa Network',
|
@@ -16700,6 +16806,26 @@ const chainArray = [
|
|
16700
16806
|
}
|
16701
16807
|
]
|
16702
16808
|
},
|
16809
|
+
{
|
16810
|
+
name: 'XPLA Verse',
|
16811
|
+
chain: 'XPLA Verse',
|
16812
|
+
icon: 'xpla_verse',
|
16813
|
+
rpc: [ 'https://rpc-xpla-verse.xpla.dev' ],
|
16814
|
+
faucets: [],
|
16815
|
+
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
16816
|
+
infoURL: 'https://www.xpla.io',
|
16817
|
+
shortName: 'XPLAVERSE',
|
16818
|
+
chainId: 7300,
|
16819
|
+
networkId: 7300,
|
16820
|
+
explorers: [
|
16821
|
+
{
|
16822
|
+
name: 'XPLA Verse Explorer',
|
16823
|
+
url: 'https://explorer-xpla-verse.xpla.dev',
|
16824
|
+
standard: 'EIP3091'
|
16825
|
+
}
|
16826
|
+
],
|
16827
|
+
parent: { type: 'L2', chain: 'eip155-248' }
|
16828
|
+
},
|
16703
16829
|
{
|
16704
16830
|
name: 'KLYNTAR',
|
16705
16831
|
chain: 'KLY',
|
@@ -17272,6 +17398,28 @@ const chainArray = [
|
|
17272
17398
|
networkId: 8029,
|
17273
17399
|
slip44: 1
|
17274
17400
|
},
|
17401
|
+
{
|
17402
|
+
name: 'BOAT Mainnet',
|
17403
|
+
title: 'BOAT Mainnet',
|
17404
|
+
chain: 'BOAT',
|
17405
|
+
icon: 'boat',
|
17406
|
+
rpc: [ 'https://rpc0.come.boat/' ],
|
17407
|
+
faucets: [],
|
17408
|
+
nativeCurrency: { name: 'Best Of All Time Token', symbol: 'BOAT', decimals: 18 },
|
17409
|
+
infoURL: 'https://come.boats',
|
17410
|
+
shortName: 'boat',
|
17411
|
+
chainId: 8047,
|
17412
|
+
networkId: 8047,
|
17413
|
+
slip44: 1,
|
17414
|
+
explorers: [
|
17415
|
+
{
|
17416
|
+
name: 'BOAT Mainnet Explorer',
|
17417
|
+
url: 'https://scan.come.boats',
|
17418
|
+
icon: 'boat',
|
17419
|
+
standard: 'EIP3091'
|
17420
|
+
}
|
17421
|
+
]
|
17422
|
+
},
|
17275
17423
|
{
|
17276
17424
|
name: 'Karak Sepolia',
|
17277
17425
|
title: 'Karak Testnet Sepolia',
|
@@ -17597,6 +17745,27 @@ const chainArray = [
|
|
17597
17745
|
networkId: 8285,
|
17598
17746
|
slip44: 1
|
17599
17747
|
},
|
17748
|
+
{
|
17749
|
+
name: 'Lorenzo',
|
17750
|
+
chain: 'Lorenzo',
|
17751
|
+
rpc: [ 'https://rpc.lorenzo-protocol.xyz' ],
|
17752
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
17753
|
+
faucets: [],
|
17754
|
+
nativeCurrency: { name: 'Lorenzo stBTC', symbol: 'stBTC', decimals: 18 },
|
17755
|
+
infoURL: 'https://www.lorenzo-protocol.xyz/',
|
17756
|
+
shortName: 'lrz',
|
17757
|
+
chainId: 8329,
|
17758
|
+
networkId: 8329,
|
17759
|
+
icon: 'lorenzo',
|
17760
|
+
explorers: [
|
17761
|
+
{
|
17762
|
+
name: 'Lorenzo Explorer',
|
17763
|
+
url: 'https://scan.lorenzo-protocol.xyz',
|
17764
|
+
standard: 'none',
|
17765
|
+
icon: 'lorenzo'
|
17766
|
+
}
|
17767
|
+
]
|
17768
|
+
},
|
17600
17769
|
{
|
17601
17770
|
name: 'Dracones Financial Services',
|
17602
17771
|
title: 'The Dracones Mainnet',
|
@@ -19389,6 +19558,25 @@ const chainArray = [
|
|
19389
19558
|
}
|
19390
19559
|
]
|
19391
19560
|
},
|
19561
|
+
{
|
19562
|
+
name: 'Jiritsu Testnet Subnet',
|
19563
|
+
chain: 'JIRITSUTES',
|
19564
|
+
rpc: [ 'https://subnets.avax.network/jiritsutes/testnet/rpc' ],
|
19565
|
+
features: [ { name: 'EIP1559' } ],
|
19566
|
+
faucets: [],
|
19567
|
+
nativeCurrency: { name: 'JIRI', symbol: 'TZW', decimals: 18 },
|
19568
|
+
infoURL: 'https://jiritsu.network',
|
19569
|
+
shortName: 'jiritsutes',
|
19570
|
+
chainId: 11227,
|
19571
|
+
networkId: 11227,
|
19572
|
+
explorers: [
|
19573
|
+
{
|
19574
|
+
name: 'JIRITSUTES Explorer',
|
19575
|
+
url: 'https://subnets-test.avax.network/jiritsutes',
|
19576
|
+
standard: 'EIP3091'
|
19577
|
+
}
|
19578
|
+
]
|
19579
|
+
},
|
19392
19580
|
{
|
19393
19581
|
name: 'Haqq Network',
|
19394
19582
|
chain: 'Haqq',
|
@@ -20017,6 +20205,27 @@ const chainArray = [
|
|
20017
20205
|
}
|
20018
20206
|
]
|
20019
20207
|
},
|
20208
|
+
{
|
20209
|
+
name: 'Gravity Alpha Testnet Sepolia',
|
20210
|
+
chain: 'Gravity',
|
20211
|
+
rpc: [ 'https://rpc-sepolia.gravity.xyz' ],
|
20212
|
+
faucets: [],
|
20213
|
+
nativeCurrency: { name: 'Sepolia Gravity', symbol: 'G.', decimals: 18 },
|
20214
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' }, { name: 'EIP1108' } ],
|
20215
|
+
infoURL: 'https://gravity.xyz',
|
20216
|
+
shortName: 'gravitysep',
|
20217
|
+
chainId: 13505,
|
20218
|
+
networkId: 13505,
|
20219
|
+
icon: 'gravity',
|
20220
|
+
explorers: [
|
20221
|
+
{
|
20222
|
+
name: 'Gravity Alpha Testnet Sepolia Explorer',
|
20223
|
+
url: 'https://explorer-sepolia.gravity.xyz',
|
20224
|
+
standard: 'EIP3091'
|
20225
|
+
}
|
20226
|
+
],
|
20227
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
|
20228
|
+
},
|
20020
20229
|
{
|
20021
20230
|
name: 'Kronobit Mainnet',
|
20022
20231
|
title: 'Kronobit Mainnet',
|
@@ -20152,6 +20361,44 @@ const chainArray = [
|
|
20152
20361
|
}
|
20153
20362
|
]
|
20154
20363
|
},
|
20364
|
+
{
|
20365
|
+
name: 'Poodl Testnet',
|
20366
|
+
chain: 'Poodl',
|
20367
|
+
icon: 'poodlIcon',
|
20368
|
+
rpc: [ 'https://testnet-rpc.poodl.org' ],
|
20369
|
+
faucets: [ 'https://faucet.poodl.org' ],
|
20370
|
+
nativeCurrency: { name: 'Poodl', symbol: 'POODL', decimals: 18 },
|
20371
|
+
infoURL: 'https://poodl.org',
|
20372
|
+
shortName: 'poodlt',
|
20373
|
+
chainId: 15257,
|
20374
|
+
networkId: 15257,
|
20375
|
+
explorers: [
|
20376
|
+
{
|
20377
|
+
name: 'Poodl Testnet Explorer',
|
20378
|
+
url: 'https://testnet.poodl.org',
|
20379
|
+
standard: 'EIP3091'
|
20380
|
+
}
|
20381
|
+
]
|
20382
|
+
},
|
20383
|
+
{
|
20384
|
+
name: 'Poodl Mainnet',
|
20385
|
+
chain: 'Poodl',
|
20386
|
+
icon: 'poodlIcon',
|
20387
|
+
rpc: [ 'https://rpc.poodl.org' ],
|
20388
|
+
faucets: [],
|
20389
|
+
nativeCurrency: { name: 'Poodl', symbol: 'POODL', decimals: 18 },
|
20390
|
+
infoURL: 'https://poodl.org',
|
20391
|
+
shortName: 'poodle',
|
20392
|
+
chainId: 15259,
|
20393
|
+
networkId: 15259,
|
20394
|
+
explorers: [
|
20395
|
+
{
|
20396
|
+
name: 'Poodl Mainnet Explorer',
|
20397
|
+
url: 'https://explorer.poodl.org',
|
20398
|
+
standard: 'EIP3091'
|
20399
|
+
}
|
20400
|
+
]
|
20401
|
+
},
|
20155
20402
|
{
|
20156
20403
|
name: 'LoopNetwork Mainnet',
|
20157
20404
|
chain: 'LoopNetwork',
|
@@ -22435,6 +22682,25 @@ const chainArray = [
|
|
22435
22682
|
chainId: 42069,
|
22436
22683
|
networkId: 42069
|
22437
22684
|
},
|
22685
|
+
{
|
22686
|
+
name: 'AgentLayer Testnet',
|
22687
|
+
chain: 'AgentLayer',
|
22688
|
+
icon: 'agentLayerIcon',
|
22689
|
+
rpc: [ 'https://testnet-rpc.agentlayer.xyz' ],
|
22690
|
+
faucets: [],
|
22691
|
+
nativeCurrency: { name: 'Agent', symbol: 'AGENT', decimals: 18 },
|
22692
|
+
infoURL: 'https://agentlayer.xyz/home',
|
22693
|
+
shortName: 'agent',
|
22694
|
+
chainId: 42072,
|
22695
|
+
networkId: 42072,
|
22696
|
+
explorers: [
|
22697
|
+
{
|
22698
|
+
name: 'AgentLayer Testnet Explorer',
|
22699
|
+
url: 'https://testnet-explorer.agentlayer.xyz',
|
22700
|
+
standard: 'EIP3091'
|
22701
|
+
}
|
22702
|
+
]
|
22703
|
+
},
|
22438
22704
|
{
|
22439
22705
|
name: 'Arbitrum One',
|
22440
22706
|
chainId: 42161,
|
@@ -26378,16 +26644,22 @@ const chainArray = [
|
|
26378
26644
|
{
|
26379
26645
|
name: 'Taiko Mainnet',
|
26380
26646
|
chain: 'ETH',
|
26381
|
-
status: '
|
26647
|
+
status: 'active',
|
26382
26648
|
icon: 'taiko',
|
26383
|
-
rpc: [ 'https://rpc.taiko.xyz', 'wss://ws.taiko.xyz' ],
|
26649
|
+
rpc: [ 'https://rpc.mainnet.taiko.xyz', 'wss://ws.mainnet.taiko.xyz' ],
|
26384
26650
|
faucets: [],
|
26385
26651
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
26386
26652
|
infoURL: 'https://taiko.xyz',
|
26387
26653
|
shortName: 'tko-mainnet',
|
26388
26654
|
chainId: 167000,
|
26389
26655
|
networkId: 167000,
|
26390
|
-
explorers: [
|
26656
|
+
explorers: [
|
26657
|
+
{
|
26658
|
+
name: 'etherscan',
|
26659
|
+
url: 'https://taikoscan.io',
|
26660
|
+
standard: 'EIP3091'
|
26661
|
+
}
|
26662
|
+
]
|
26391
26663
|
},
|
26392
26664
|
{
|
26393
26665
|
name: 'Taiko (Alpha-2 Testnet)',
|
@@ -30839,6 +31111,19 @@ const chainArray = [
|
|
30839
31111
|
networkId: 99415706,
|
30840
31112
|
slip44: 1
|
30841
31113
|
},
|
31114
|
+
{
|
31115
|
+
name: 'Oraichain Mainnet',
|
31116
|
+
title: 'Oraichain Mainnet',
|
31117
|
+
chain: 'Oraichain',
|
31118
|
+
rpc: [ 'https://evm.orai.io' ],
|
31119
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
31120
|
+
faucets: [],
|
31121
|
+
nativeCurrency: { name: 'Oraichain Token', symbol: 'ORAI', decimals: 18 },
|
31122
|
+
infoURL: 'https://orai.io',
|
31123
|
+
shortName: 'Oraichain',
|
31124
|
+
chainId: 108160679,
|
31125
|
+
networkId: 108160679
|
31126
|
+
},
|
30842
31127
|
{
|
30843
31128
|
name: 'Cyber Testnet',
|
30844
31129
|
chain: 'Cyber',
|