eth-chainlist 0.0.329 → 0.0.331
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 +204 -15
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.331 (2024-01-31)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.330 ([69da32d](https://github.com/poowf/eth-chainlist/commit/69da32d49f88fba025275021f77078962fb50dfe))
|
9
|
+
* update chain data ([deb955c](https://github.com/poowf/eth-chainlist/commit/deb955cc08176b0f6e111a577221dc309b414ba1))
|
10
|
+
|
11
|
+
### 0.0.330 (2024-01-30)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.329 ([f0b59c5](https://github.com/poowf/eth-chainlist/commit/f0b59c5de773363c78f6f76cf5956e40509dc524))
|
17
|
+
* update chain data ([e96e5a8](https://github.com/poowf/eth-chainlist/commit/e96e5a8ea44df1432e70b581fd5563913b0d06e7))
|
18
|
+
|
3
19
|
### 0.0.329 (2024-01-29)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -3492,20 +3492,20 @@ const chainArray = [
|
|
3492
3492
|
networkId: 0
|
3493
3493
|
},
|
3494
3494
|
{
|
3495
|
-
name: '
|
3496
|
-
title: '
|
3497
|
-
chain: '
|
3495
|
+
name: 'MAPO Makalu',
|
3496
|
+
title: 'MAPO Testnet Makalu',
|
3497
|
+
chain: 'MAPO',
|
3498
3498
|
rpc: [ 'https://testnet-rpc.maplabs.io' ],
|
3499
|
-
faucets: [ 'https://faucet.
|
3500
|
-
nativeCurrency: { name: 'Makalu
|
3501
|
-
infoURL: 'https://
|
3499
|
+
faucets: [ 'https://faucet.mapprotocol.io' ],
|
3500
|
+
nativeCurrency: { name: 'Makalu MAPO', symbol: 'MAPO', decimals: 18 },
|
3501
|
+
infoURL: 'https://mapprotocol.io/',
|
3502
3502
|
shortName: 'makalu',
|
3503
3503
|
chainId: 212,
|
3504
3504
|
networkId: 212,
|
3505
3505
|
explorers: [
|
3506
3506
|
{
|
3507
|
-
name: '
|
3508
|
-
url: 'https://testnet.
|
3507
|
+
name: 'maposcan',
|
3508
|
+
url: 'https://testnet.maposcan.io',
|
3509
3509
|
standard: 'EIP3091'
|
3510
3510
|
}
|
3511
3511
|
]
|
@@ -4374,6 +4374,25 @@ const chainArray = [
|
|
4374
4374
|
}
|
4375
4375
|
]
|
4376
4376
|
},
|
4377
|
+
{
|
4378
|
+
name: 'Cosvm Mainnet',
|
4379
|
+
chain: 'CVM',
|
4380
|
+
rpc: [ 'https://rpc.cosvm.net' ],
|
4381
|
+
faucets: [],
|
4382
|
+
nativeCurrency: { name: 'Cosvm', symbol: 'CVM', decimals: 18 },
|
4383
|
+
infoURL: 'https://cosvm.network',
|
4384
|
+
shortName: 'cvm',
|
4385
|
+
chainId: 323,
|
4386
|
+
networkId: 323,
|
4387
|
+
explorers: [
|
4388
|
+
{
|
4389
|
+
name: 'Blockscout',
|
4390
|
+
url: 'https://explorer.cosvm.net',
|
4391
|
+
icon: 'blockscout',
|
4392
|
+
standard: 'EIP3091'
|
4393
|
+
}
|
4394
|
+
]
|
4395
|
+
},
|
4377
4396
|
{
|
4378
4397
|
name: 'zkSync Mainnet',
|
4379
4398
|
chain: 'ETH',
|
@@ -5829,6 +5848,35 @@ const chainArray = [
|
|
5829
5848
|
}
|
5830
5849
|
]
|
5831
5850
|
},
|
5851
|
+
{
|
5852
|
+
name: 'Vrcscan Mainnet',
|
5853
|
+
chain: 'VRC',
|
5854
|
+
rpc: [
|
5855
|
+
'https://rpc-mainnet-5.vrcscan.com',
|
5856
|
+
'https://rpc-mainnet-6.vrcscan.com',
|
5857
|
+
'https://rpc-mainnet-7.vrcscan.com',
|
5858
|
+
'https://rpc-mainnet-8.vrcscan.com'
|
5859
|
+
],
|
5860
|
+
faucets: [],
|
5861
|
+
nativeCurrency: { name: 'VRC Chain', symbol: 'VRC', decimals: 18 },
|
5862
|
+
infoURL: 'https://vrccoin.com',
|
5863
|
+
shortName: 'vrc',
|
5864
|
+
chainId: 713,
|
5865
|
+
networkId: 713,
|
5866
|
+
explorers: [
|
5867
|
+
{
|
5868
|
+
name: 'vrcscan',
|
5869
|
+
url: 'https://vrcscan.com',
|
5870
|
+
standard: 'EIP3091'
|
5871
|
+
},
|
5872
|
+
{
|
5873
|
+
name: 'dxbscan',
|
5874
|
+
url: 'https://dxb.vrcscan.com',
|
5875
|
+
standard: 'EIP3091'
|
5876
|
+
}
|
5877
|
+
],
|
5878
|
+
icon: 'vrcscan'
|
5879
|
+
},
|
5832
5880
|
{
|
5833
5881
|
name: 'Shibarium Beta',
|
5834
5882
|
chain: 'Shibarium',
|
@@ -10383,7 +10431,10 @@ const chainArray = [
|
|
10383
10431
|
'https://kava-evm.rpc.thirdweb.com',
|
10384
10432
|
'wss://wevm.kava.io',
|
10385
10433
|
'https://kava-evm.publicnode.com',
|
10386
|
-
'wss://kava-evm.publicnode.com'
|
10434
|
+
'wss://kava-evm.publicnode.com',
|
10435
|
+
'https://evm.kava-rpc.com',
|
10436
|
+
'https://rpc.ankr.com/kava_evm',
|
10437
|
+
'wss://wevm.kava-rpc.com'
|
10387
10438
|
],
|
10388
10439
|
faucets: [],
|
10389
10440
|
nativeCurrency: { name: 'Kava', symbol: 'KAVA', decimals: 18 },
|
@@ -12084,6 +12135,26 @@ const chainArray = [
|
|
12084
12135
|
slip44: 1,
|
12085
12136
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ]
|
12086
12137
|
},
|
12138
|
+
{
|
12139
|
+
name: 'Lisk Sepolia Testnet',
|
12140
|
+
chain: 'ETH',
|
12141
|
+
rpc: [ 'https://rpc.sepolia-api.lisk.com' ],
|
12142
|
+
faucets: [],
|
12143
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
12144
|
+
infoURL: 'https://lisk.com',
|
12145
|
+
shortName: 'lisksep',
|
12146
|
+
chainId: 4202,
|
12147
|
+
networkId: 4202,
|
12148
|
+
slip44: 134,
|
12149
|
+
explorers: [
|
12150
|
+
{
|
12151
|
+
name: 'liskscout',
|
12152
|
+
url: 'https://sepolia-blockscout.lisk.com',
|
12153
|
+
icon: 'blockscout',
|
12154
|
+
standard: 'EIP3091'
|
12155
|
+
}
|
12156
|
+
]
|
12157
|
+
},
|
12087
12158
|
{
|
12088
12159
|
name: 'Nexi Mainnet',
|
12089
12160
|
chain: 'Nexi',
|
@@ -13391,6 +13462,25 @@ const chainArray = [
|
|
13391
13462
|
}
|
13392
13463
|
]
|
13393
13464
|
},
|
13465
|
+
{
|
13466
|
+
name: 'BST Chain',
|
13467
|
+
chain: 'BSTC',
|
13468
|
+
rpc: [ 'https://rpc.bstchain.io/' ],
|
13469
|
+
faucets: [],
|
13470
|
+
nativeCurrency: { name: 'BST Chain', symbol: 'BSTC', decimals: 18 },
|
13471
|
+
infoURL: 'https://bstchain.io',
|
13472
|
+
shortName: 'BSTC',
|
13473
|
+
chainId: 7007,
|
13474
|
+
networkId: 7007,
|
13475
|
+
icon: 'bstc',
|
13476
|
+
explorers: [
|
13477
|
+
{
|
13478
|
+
name: 'blockscout',
|
13479
|
+
url: 'https://bstscan.com',
|
13480
|
+
standard: 'EIP3091'
|
13481
|
+
}
|
13482
|
+
]
|
13483
|
+
},
|
13394
13484
|
{
|
13395
13485
|
name: 'Ella the heart',
|
13396
13486
|
chain: 'ella',
|
@@ -15713,6 +15803,25 @@ const chainArray = [
|
|
15713
15803
|
}
|
15714
15804
|
]
|
15715
15805
|
},
|
15806
|
+
{
|
15807
|
+
name: 'BEVM Testnet',
|
15808
|
+
chain: 'BEVM',
|
15809
|
+
rpc: [ 'https://testnet.bevm.io/' ],
|
15810
|
+
faucets: [],
|
15811
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
15812
|
+
infoURL: 'https://bevm.io',
|
15813
|
+
shortName: 'bevm',
|
15814
|
+
chainId: 11503,
|
15815
|
+
networkId: 11503,
|
15816
|
+
icon: 'bevmcanary',
|
15817
|
+
explorers: [
|
15818
|
+
{
|
15819
|
+
name: 'bevm testnet scan',
|
15820
|
+
url: 'https://scan-testnet.bevm.io',
|
15821
|
+
standard: 'none'
|
15822
|
+
}
|
15823
|
+
]
|
15824
|
+
},
|
15716
15825
|
{
|
15717
15826
|
name: 'Sardis Testnet',
|
15718
15827
|
chain: 'SRDX',
|
@@ -16721,6 +16830,25 @@ const chainArray = [
|
|
16721
16830
|
}
|
16722
16831
|
]
|
16723
16832
|
},
|
16833
|
+
{
|
16834
|
+
name: 'All About Healthy',
|
16835
|
+
chain: 'AAH',
|
16836
|
+
rpc: [ 'https://rpc.c4ex.net' ],
|
16837
|
+
faucets: [ 'https://t.me/c4eiAirdrop' ],
|
16838
|
+
nativeCurrency: { name: 'AAH', symbol: 'AAH', decimals: 18 },
|
16839
|
+
infoURL: 'https://c4ex.net',
|
16840
|
+
shortName: 'aah',
|
16841
|
+
chainId: 21133,
|
16842
|
+
networkId: 21133,
|
16843
|
+
explorers: [
|
16844
|
+
{
|
16845
|
+
name: 'AAH Blockscout',
|
16846
|
+
url: 'https://exp.c4ex.net',
|
16847
|
+
icon: 'aah',
|
16848
|
+
standard: 'EIP3091'
|
16849
|
+
}
|
16850
|
+
]
|
16851
|
+
},
|
16724
16852
|
{
|
16725
16853
|
name: 'CENNZnet Azalea',
|
16726
16854
|
chain: 'CENNZnet',
|
@@ -16865,21 +16993,21 @@ const chainArray = [
|
|
16865
16993
|
]
|
16866
16994
|
},
|
16867
16995
|
{
|
16868
|
-
name: 'MAP
|
16869
|
-
chain: '
|
16996
|
+
name: 'MAP Protocol',
|
16997
|
+
chain: 'MAPO',
|
16870
16998
|
icon: 'map',
|
16871
16999
|
rpc: [ 'https://rpc.maplabs.io' ],
|
16872
17000
|
faucets: [],
|
16873
17001
|
nativeCurrency: { name: 'MAPO', symbol: 'MAPO', decimals: 18 },
|
16874
|
-
infoURL: 'https://
|
16875
|
-
shortName: '
|
17002
|
+
infoURL: 'https://mapprotocol.io/',
|
17003
|
+
shortName: 'mapo',
|
16876
17004
|
chainId: 22776,
|
16877
17005
|
networkId: 22776,
|
16878
17006
|
slip44: 60,
|
16879
17007
|
explorers: [
|
16880
17008
|
{
|
16881
|
-
name: '
|
16882
|
-
url: 'https://
|
17009
|
+
name: 'maposcan',
|
17010
|
+
url: 'https://maposcan.io',
|
16883
17011
|
standard: 'EIP3091'
|
16884
17012
|
}
|
16885
17013
|
]
|
@@ -18360,6 +18488,27 @@ const chainArray = [
|
|
18360
18488
|
}
|
18361
18489
|
]
|
18362
18490
|
},
|
18491
|
+
{
|
18492
|
+
name: 'DOID',
|
18493
|
+
chain: 'DOID',
|
18494
|
+
rpc: [ 'https://rpc.doid.tech' ],
|
18495
|
+
faucets: [],
|
18496
|
+
nativeCurrency: { name: 'DOID', symbol: 'DOID', decimals: 18 },
|
18497
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
18498
|
+
infoURL: 'https://doid.tech',
|
18499
|
+
shortName: 'DOID',
|
18500
|
+
chainId: 53277,
|
18501
|
+
networkId: 53277,
|
18502
|
+
icon: 'doid',
|
18503
|
+
explorers: [
|
18504
|
+
{
|
18505
|
+
name: 'DOID Scan',
|
18506
|
+
url: 'https://scan.doid.tech',
|
18507
|
+
icon: 'doid',
|
18508
|
+
standard: 'EIP3091'
|
18509
|
+
}
|
18510
|
+
]
|
18511
|
+
},
|
18363
18512
|
{
|
18364
18513
|
name: 'DFK Chain',
|
18365
18514
|
chain: 'DFK',
|
@@ -18529,6 +18678,27 @@ const chainArray = [
|
|
18529
18678
|
}
|
18530
18679
|
]
|
18531
18680
|
},
|
18681
|
+
{
|
18682
|
+
name: 'DOID Testnet',
|
18683
|
+
chain: 'DOID',
|
18684
|
+
rpc: [ 'https://rpc.testnet.doid.tech' ],
|
18685
|
+
faucets: [],
|
18686
|
+
nativeCurrency: { name: 'DOID', symbol: 'DOID', decimals: 18 },
|
18687
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
18688
|
+
infoURL: 'https://doid.tech',
|
18689
|
+
shortName: 'doidTestnet',
|
18690
|
+
chainId: 56797,
|
18691
|
+
networkId: 56797,
|
18692
|
+
icon: 'doid',
|
18693
|
+
explorers: [
|
18694
|
+
{
|
18695
|
+
name: 'DOID Testnet Scan',
|
18696
|
+
url: 'https://scan.testnet.doid.tech',
|
18697
|
+
icon: 'doid',
|
18698
|
+
standard: 'EIP3091'
|
18699
|
+
}
|
18700
|
+
]
|
18701
|
+
},
|
18532
18702
|
{
|
18533
18703
|
name: 'Rollux Testnet',
|
18534
18704
|
chain: 'SYS',
|
@@ -24035,6 +24205,25 @@ const chainArray = [
|
|
24035
24205
|
}
|
24036
24206
|
]
|
24037
24207
|
},
|
24208
|
+
{
|
24209
|
+
name: 'Ancient8',
|
24210
|
+
chain: 'Ancient8',
|
24211
|
+
icon: 'ancient8',
|
24212
|
+
rpc: [ 'https://rpc.ancient8.gg' ],
|
24213
|
+
faucets: [],
|
24214
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
24215
|
+
infoURL: 'https://ancient8.gg/',
|
24216
|
+
shortName: 'ancient8',
|
24217
|
+
chainId: 888888888,
|
24218
|
+
networkId: 888888888,
|
24219
|
+
explorers: [
|
24220
|
+
{
|
24221
|
+
name: 'Ancient8 Explorer',
|
24222
|
+
url: 'https://scan.ancient8.gg',
|
24223
|
+
standard: 'EIP3091'
|
24224
|
+
}
|
24225
|
+
]
|
24226
|
+
},
|
24038
24227
|
{
|
24039
24228
|
name: 'Zora Sepolia Testnet',
|
24040
24229
|
chain: 'ETH',
|