eth-chainlist 0.0.198 → 0.0.199
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 +8 -0
- package/data/chain.js +193 -51
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.199 (2023-08-01)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.198 ([7dba711](https://github.com/poowf/eth-chainlist/commit/7dba711b6a8a4ef690d7cbf71766ac7d8d6f3058))
|
9
|
+
* update chain data ([13a2334](https://github.com/poowf/eth-chainlist/commit/13a23344ff31fe588600f8a4f16d78aee9c6a772))
|
10
|
+
|
3
11
|
### 0.0.198 (2023-07-29)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -4495,39 +4495,71 @@ const chainArray = [
|
|
4495
4495
|
]
|
4496
4496
|
},
|
4497
4497
|
{
|
4498
|
-
name: 'Acala Mandala Testnet',
|
4498
|
+
name: 'Acala Mandala Testnet TC9',
|
4499
4499
|
chain: 'mACA',
|
4500
|
-
rpc: [
|
4500
|
+
rpc: [
|
4501
|
+
'https://eth-rpc-tc9.aca-staging.network',
|
4502
|
+
'wss://eth-rpc-tc9.aca-staging.network'
|
4503
|
+
],
|
4504
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
4501
4505
|
faucets: [],
|
4502
4506
|
nativeCurrency: { name: 'Acala Mandala Token', symbol: 'mACA', decimals: 18 },
|
4503
4507
|
infoURL: 'https://acala.network',
|
4504
4508
|
shortName: 'maca',
|
4505
4509
|
chainId: 595,
|
4506
|
-
networkId: 595
|
4510
|
+
networkId: 595,
|
4511
|
+
slip44: 595,
|
4512
|
+
explorers: [
|
4513
|
+
{
|
4514
|
+
name: 'blockscout',
|
4515
|
+
url: 'https://blockscout.mandala.aca-staging.network',
|
4516
|
+
standard: 'EIP3091'
|
4517
|
+
}
|
4518
|
+
]
|
4507
4519
|
},
|
4508
4520
|
{
|
4509
4521
|
name: 'Karura Network Testnet',
|
4510
4522
|
chain: 'KAR',
|
4511
|
-
rpc: [
|
4523
|
+
rpc: [
|
4524
|
+
'https://eth-rpc-karura-testnet.aca-staging.network',
|
4525
|
+
'wss://eth-rpc-karura-testnet.aca-staging.network'
|
4526
|
+
],
|
4512
4527
|
faucets: [],
|
4513
4528
|
nativeCurrency: { name: 'Karura Token', symbol: 'KAR', decimals: 18 },
|
4514
4529
|
infoURL: 'https://karura.network',
|
4515
4530
|
shortName: 'tkar',
|
4516
4531
|
chainId: 596,
|
4517
4532
|
networkId: 596,
|
4518
|
-
slip44: 596
|
4533
|
+
slip44: 596,
|
4534
|
+
explorers: [
|
4535
|
+
{
|
4536
|
+
name: 'blockscout',
|
4537
|
+
url: 'https://blockscout.karura-testnet.aca-staging.network',
|
4538
|
+
standard: 'EIP3091'
|
4539
|
+
}
|
4540
|
+
]
|
4519
4541
|
},
|
4520
4542
|
{
|
4521
4543
|
name: 'Acala Network Testnet',
|
4522
4544
|
chain: 'ACA',
|
4523
|
-
rpc: [
|
4545
|
+
rpc: [
|
4546
|
+
'https://eth-rpc-acala-testnet.aca-staging.network',
|
4547
|
+
'wss://eth-rpc-acala-testnet.aca-staging.network'
|
4548
|
+
],
|
4524
4549
|
faucets: [],
|
4525
4550
|
nativeCurrency: { name: 'Acala Token', symbol: 'ACA', decimals: 18 },
|
4526
4551
|
infoURL: 'https://acala.network',
|
4527
4552
|
shortName: 'taca',
|
4528
4553
|
chainId: 597,
|
4529
4554
|
networkId: 597,
|
4530
|
-
slip44: 597
|
4555
|
+
slip44: 597,
|
4556
|
+
explorers: [
|
4557
|
+
{
|
4558
|
+
name: 'blockscout',
|
4559
|
+
url: 'https://blockscout.acala-dev.aca-dev.network',
|
4560
|
+
standard: 'EIP3091'
|
4561
|
+
}
|
4562
|
+
]
|
4531
4563
|
},
|
4532
4564
|
{
|
4533
4565
|
name: 'Metis Goerli Testnet',
|
@@ -4689,14 +4721,25 @@ const chainArray = [
|
|
4689
4721
|
{
|
4690
4722
|
name: 'Karura Network',
|
4691
4723
|
chain: 'KAR',
|
4692
|
-
rpc: [
|
4724
|
+
rpc: [
|
4725
|
+
'https://eth-rpc-karura.aca-api.network',
|
4726
|
+
'wss://eth-rpc-karura.aca-api.network'
|
4727
|
+
],
|
4728
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
4693
4729
|
faucets: [],
|
4694
4730
|
nativeCurrency: { name: 'Karura Token', symbol: 'KAR', decimals: 18 },
|
4695
|
-
infoURL: 'https://
|
4731
|
+
infoURL: 'https://acala.network/karura',
|
4696
4732
|
shortName: 'kar',
|
4697
4733
|
chainId: 686,
|
4698
4734
|
networkId: 686,
|
4699
|
-
slip44: 686
|
4735
|
+
slip44: 686,
|
4736
|
+
explorers: [
|
4737
|
+
{
|
4738
|
+
name: 'blockscout',
|
4739
|
+
url: 'https://blockscout.karura.network',
|
4740
|
+
standard: 'EIP3091'
|
4741
|
+
}
|
4742
|
+
]
|
4700
4743
|
},
|
4701
4744
|
{
|
4702
4745
|
name: 'Star Social Testnet',
|
@@ -4928,14 +4971,25 @@ const chainArray = [
|
|
4928
4971
|
{
|
4929
4972
|
name: 'Acala Network',
|
4930
4973
|
chain: 'ACA',
|
4931
|
-
rpc: [
|
4974
|
+
rpc: [
|
4975
|
+
'https://eth-rpc-acala.aca-api.network',
|
4976
|
+
'wss://eth-rpc-acala.aca-api.network'
|
4977
|
+
],
|
4978
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
4932
4979
|
faucets: [],
|
4933
4980
|
nativeCurrency: { name: 'Acala Token', symbol: 'ACA', decimals: 18 },
|
4934
4981
|
infoURL: 'https://acala.network',
|
4935
4982
|
shortName: 'aca',
|
4936
4983
|
chainId: 787,
|
4937
4984
|
networkId: 787,
|
4938
|
-
slip44: 787
|
4985
|
+
slip44: 787,
|
4986
|
+
explorers: [
|
4987
|
+
{
|
4988
|
+
name: 'blockscout',
|
4989
|
+
url: 'https://blockscout.acala.network',
|
4990
|
+
standard: 'EIP3091'
|
4991
|
+
}
|
4992
|
+
]
|
4939
4993
|
},
|
4940
4994
|
{
|
4941
4995
|
name: 'Aerochain Testnet',
|
@@ -6856,6 +6910,26 @@ const chainArray = [
|
|
6856
6910
|
}
|
6857
6911
|
]
|
6858
6912
|
},
|
6913
|
+
{
|
6914
|
+
name: 'Kalar Chain Mainnet',
|
6915
|
+
chain: 'KLC',
|
6916
|
+
icon: 'kalarchain',
|
6917
|
+
rpc: [ 'http://rpc-api.kalarchain.tech' ],
|
6918
|
+
faucets: [],
|
6919
|
+
nativeCurrency: { name: 'Kalar', symbol: 'KLC', decimals: 18 },
|
6920
|
+
infoURL: 'https://kalarchain.tech',
|
6921
|
+
shortName: 'KLC',
|
6922
|
+
chainId: 1379,
|
6923
|
+
networkId: 1379,
|
6924
|
+
explorers: [
|
6925
|
+
{
|
6926
|
+
name: 'kalarscan',
|
6927
|
+
url: 'https://explorer.kalarchain.tech',
|
6928
|
+
icon: 'kalarscan',
|
6929
|
+
standard: 'EIP3091'
|
6930
|
+
}
|
6931
|
+
]
|
6932
|
+
},
|
6859
6933
|
{
|
6860
6934
|
name: 'AmStar Mainnet',
|
6861
6935
|
chain: 'AmStar',
|
@@ -10610,10 +10684,10 @@ const chainArray = [
|
|
10610
10684
|
]
|
10611
10685
|
},
|
10612
10686
|
{
|
10613
|
-
name: 'ZetaChain Athens Testnet',
|
10687
|
+
name: 'ZetaChain Athens 3 Testnet',
|
10614
10688
|
chain: 'ZetaChain',
|
10615
10689
|
icon: 'zetachain',
|
10616
|
-
rpc: [ 'https://
|
10690
|
+
rpc: [ 'https://rpc.ankr.com/zetachain_evm_athens_testnet' ],
|
10617
10691
|
faucets: [ 'https://labs.zetachain.com/get-zeta' ],
|
10618
10692
|
nativeCurrency: { name: 'Zeta', symbol: 'aZETA', decimals: 18 },
|
10619
10693
|
infoURL: 'https://zetachain.com/docs',
|
@@ -10624,7 +10698,7 @@ const chainArray = [
|
|
10624
10698
|
explorers: [
|
10625
10699
|
{
|
10626
10700
|
name: 'ZetaChain Athens Testnet Explorer',
|
10627
|
-
url: 'https://explorer.
|
10701
|
+
url: 'https://athens3.explorer.zetachain.com',
|
10628
10702
|
standard: 'none'
|
10629
10703
|
},
|
10630
10704
|
{
|
@@ -11979,6 +12053,50 @@ const chainArray = [
|
|
11979
12053
|
networkId: 9792,
|
11980
12054
|
explorers: []
|
11981
12055
|
},
|
12056
|
+
{
|
12057
|
+
name: 'IMPERIUM TESTNET',
|
12058
|
+
chain: 'tIMP',
|
12059
|
+
rpc: [
|
12060
|
+
'https://data-aws-testnet.imperiumchain.com, https://data-aws2-testnet.imperiumchain.com'
|
12061
|
+
],
|
12062
|
+
faucets: [ 'https://faucet.imperiumchain.com/' ],
|
12063
|
+
nativeCurrency: { name: 'tIMP', symbol: 'tIMP', decimals: 18 },
|
12064
|
+
infoURL: 'https://imperiumchain.com',
|
12065
|
+
shortName: 'tIMP',
|
12066
|
+
chainId: 9818,
|
12067
|
+
networkId: 9818,
|
12068
|
+
icon: 'timp',
|
12069
|
+
explorers: [
|
12070
|
+
{
|
12071
|
+
name: 'IMPERIUM TESTNET Explorer',
|
12072
|
+
icon: 'timp',
|
12073
|
+
url: 'https://network.impscan.com',
|
12074
|
+
standard: 'none'
|
12075
|
+
}
|
12076
|
+
]
|
12077
|
+
},
|
12078
|
+
{
|
12079
|
+
name: 'IMPERIUM MAINNET',
|
12080
|
+
chain: 'IMP',
|
12081
|
+
rpc: [
|
12082
|
+
'https://data-aws-mainnet.imperiumchain.com, https://data-aws2-mainnet.imperiumchain.com'
|
12083
|
+
],
|
12084
|
+
faucets: [ 'https://faucet.imperiumchain.com/' ],
|
12085
|
+
nativeCurrency: { name: 'IMP', symbol: 'IMP', decimals: 18 },
|
12086
|
+
infoURL: 'https://imperiumchain.com',
|
12087
|
+
shortName: 'IMP',
|
12088
|
+
chainId: 9819,
|
12089
|
+
networkId: 9819,
|
12090
|
+
icon: 'imp',
|
12091
|
+
explorers: [
|
12092
|
+
{
|
12093
|
+
name: 'IMPERIUM Explorer',
|
12094
|
+
icon: 'imp',
|
12095
|
+
url: 'https://impscan.com',
|
12096
|
+
standard: 'none'
|
12097
|
+
}
|
12098
|
+
]
|
12099
|
+
},
|
11982
12100
|
{
|
11983
12101
|
name: 'Mind Smart Chain Testnet',
|
11984
12102
|
chain: 'tMIND',
|
@@ -18733,10 +18851,19 @@ const chainArray = [
|
|
18733
18851
|
{
|
18734
18852
|
name: 'Harmony Mainnet Shard 0',
|
18735
18853
|
chain: 'Harmony',
|
18736
|
-
rpc: [
|
18737
|
-
|
18854
|
+
rpc: [
|
18855
|
+
'https://api.harmony.one',
|
18856
|
+
'https://a.api.s0.t.hmny.io',
|
18857
|
+
'https://api.s0.t.hmny.io',
|
18858
|
+
'https://rpc.ankr.com/harmony',
|
18859
|
+
'https://harmony.api.onfinality.io/public',
|
18860
|
+
'https://1rpc.io/one'
|
18861
|
+
],
|
18862
|
+
faucets: [],
|
18738
18863
|
nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
|
18739
18864
|
infoURL: 'https://www.harmony.one/',
|
18865
|
+
slip44: 1023,
|
18866
|
+
ens: { registry: '0x4cd2563118e57b19179d8dc033f2b0c5b5d69ff5' },
|
18740
18867
|
shortName: 'hmy-s0',
|
18741
18868
|
chainId: 1666600000,
|
18742
18869
|
networkId: 1666600000,
|
@@ -18755,9 +18882,17 @@ const chainArray = [
|
|
18755
18882
|
faucets: [],
|
18756
18883
|
nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
|
18757
18884
|
infoURL: 'https://www.harmony.one/',
|
18885
|
+
slip44: 1023,
|
18758
18886
|
shortName: 'hmy-s1',
|
18759
18887
|
chainId: 1666600001,
|
18760
|
-
networkId: 1666600001
|
18888
|
+
networkId: 1666600001,
|
18889
|
+
explorers: [
|
18890
|
+
{
|
18891
|
+
name: 'Harmony Block Explorer',
|
18892
|
+
url: 'https://explorer.harmony.one/blocks/shard/1',
|
18893
|
+
standard: 'none'
|
18894
|
+
}
|
18895
|
+
]
|
18761
18896
|
},
|
18762
18897
|
{
|
18763
18898
|
name: 'Harmony Mainnet Shard 2',
|
@@ -18766,9 +18901,17 @@ const chainArray = [
|
|
18766
18901
|
faucets: [],
|
18767
18902
|
nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
|
18768
18903
|
infoURL: 'https://www.harmony.one/',
|
18904
|
+
slip44: 1023,
|
18769
18905
|
shortName: 'hmy-s2',
|
18770
18906
|
chainId: 1666600002,
|
18771
|
-
networkId: 1666600002
|
18907
|
+
networkId: 1666600002,
|
18908
|
+
explorers: [
|
18909
|
+
{
|
18910
|
+
name: 'Harmony Block Explorer',
|
18911
|
+
url: 'https://explorer.harmony.one/blocks/shard/2',
|
18912
|
+
standard: 'none'
|
18913
|
+
}
|
18914
|
+
]
|
18772
18915
|
},
|
18773
18916
|
{
|
18774
18917
|
name: 'Harmony Mainnet Shard 3',
|
@@ -18777,9 +18920,17 @@ const chainArray = [
|
|
18777
18920
|
faucets: [],
|
18778
18921
|
nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
|
18779
18922
|
infoURL: 'https://www.harmony.one/',
|
18923
|
+
slip44: 1023,
|
18780
18924
|
shortName: 'hmy-s3',
|
18781
18925
|
chainId: 1666600003,
|
18782
|
-
networkId: 1666600003
|
18926
|
+
networkId: 1666600003,
|
18927
|
+
explorers: [
|
18928
|
+
{
|
18929
|
+
name: 'Harmony Block Explorer',
|
18930
|
+
url: 'https://explorer.harmony.one/blocks/shard/3',
|
18931
|
+
standard: 'none'
|
18932
|
+
}
|
18933
|
+
]
|
18783
18934
|
},
|
18784
18935
|
{
|
18785
18936
|
name: 'Harmony Testnet Shard 0',
|
@@ -18794,7 +18945,7 @@ const chainArray = [
|
|
18794
18945
|
explorers: [
|
18795
18946
|
{
|
18796
18947
|
name: 'Harmony Testnet Block Explorer',
|
18797
|
-
url: 'https://explorer.
|
18948
|
+
url: 'https://explorer.testnet.harmony.one',
|
18798
18949
|
standard: 'EIP3091'
|
18799
18950
|
}
|
18800
18951
|
]
|
@@ -18803,52 +18954,43 @@ const chainArray = [
|
|
18803
18954
|
name: 'Harmony Testnet Shard 1',
|
18804
18955
|
chain: 'Harmony',
|
18805
18956
|
rpc: [ 'https://api.s1.b.hmny.io' ],
|
18806
|
-
faucets: [],
|
18957
|
+
faucets: [ 'https://faucet.pops.one' ],
|
18807
18958
|
nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
|
18808
18959
|
infoURL: 'https://www.harmony.one/',
|
18809
18960
|
shortName: 'hmy-b-s1',
|
18810
18961
|
chainId: 1666700001,
|
18811
|
-
networkId: 1666700001
|
18962
|
+
networkId: 1666700001,
|
18963
|
+
explorers: [
|
18964
|
+
{
|
18965
|
+
name: 'Harmony Block Explorer',
|
18966
|
+
url: 'https://explorer.testnet.harmony.one',
|
18967
|
+
standard: 'none'
|
18968
|
+
}
|
18969
|
+
]
|
18812
18970
|
},
|
18813
18971
|
{
|
18814
|
-
name: 'Harmony
|
18972
|
+
name: 'Harmony Devnet Shard 0',
|
18815
18973
|
chain: 'Harmony',
|
18816
|
-
rpc: [ 'https://api.
|
18974
|
+
rpc: [ 'https://api.s0.ps.hmny.io' ],
|
18817
18975
|
faucets: [],
|
18818
18976
|
nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
|
18819
18977
|
infoURL: 'https://www.harmony.one/',
|
18820
|
-
shortName: 'hmy-
|
18821
|
-
chainId:
|
18822
|
-
networkId:
|
18978
|
+
shortName: 'hmy-ps-s0',
|
18979
|
+
chainId: 1666900000,
|
18980
|
+
networkId: 1666900000,
|
18981
|
+
explorers: []
|
18823
18982
|
},
|
18824
18983
|
{
|
18825
|
-
name: 'Harmony
|
18984
|
+
name: 'Harmony Devnet Shard 1',
|
18826
18985
|
chain: 'Harmony',
|
18827
|
-
rpc: [ 'https://api.
|
18986
|
+
rpc: [ 'https://api.s1.ps.hmny.io' ],
|
18828
18987
|
faucets: [],
|
18829
18988
|
nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
|
18830
18989
|
infoURL: 'https://www.harmony.one/',
|
18831
|
-
shortName: 'hmy-
|
18832
|
-
chainId:
|
18833
|
-
networkId:
|
18834
|
-
|
18835
|
-
{
|
18836
|
-
name: 'Harmony Devnet Shard 0',
|
18837
|
-
chain: 'Harmony',
|
18838
|
-
rpc: [ 'https://api.s1.ps.hmny.io', 'https://api.s1.ps.hmny.io' ],
|
18839
|
-
faucets: [ 'http://dev.faucet.easynode.one/' ],
|
18840
|
-
nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
|
18841
|
-
infoURL: 'https://www.harmony.one/',
|
18842
|
-
shortName: 'hmy-ps-s0',
|
18843
|
-
chainId: 1666900000,
|
18844
|
-
networkId: 1666900000,
|
18845
|
-
explorers: [
|
18846
|
-
{
|
18847
|
-
name: 'Harmony Block Explorer',
|
18848
|
-
url: 'https://explorer.ps.hmny.io',
|
18849
|
-
standard: 'EIP3091'
|
18850
|
-
}
|
18851
|
-
]
|
18990
|
+
shortName: 'hmy-ps-s1',
|
18991
|
+
chainId: 1666900001,
|
18992
|
+
networkId: 1666900001,
|
18993
|
+
explorers: []
|
18852
18994
|
},
|
18853
18995
|
{
|
18854
18996
|
name: 'DataHopper',
|