eth-chainlist 0.0.182 → 0.0.184
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 +98 -24
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.184 (2023-07-14)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.183 ([8296b7b](https://github.com/poowf/eth-chainlist/commit/8296b7b89d5cc412663ef3f38b6a84b4a05c02e9))
|
9
|
+
* update chain data ([b4950e7](https://github.com/poowf/eth-chainlist/commit/b4950e780d12b2a84b353fd10bc471f7b8bcd1aa))
|
10
|
+
|
11
|
+
### 0.0.183 (2023-07-13)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.182 ([7ff1f40](https://github.com/poowf/eth-chainlist/commit/7ff1f40340d2e7fc4c5376ad48cb6fdd400ac897))
|
17
|
+
* update chain data ([0e935a4](https://github.com/poowf/eth-chainlist/commit/0e935a4b283509208b5f2ca0bcc2e682063a7b41))
|
18
|
+
|
3
19
|
### 0.0.182 (2023-07-12)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -996,13 +996,13 @@ const chainArray = [
|
|
996
996
|
]
|
997
997
|
},
|
998
998
|
{
|
999
|
-
name: '
|
999
|
+
name: 'BNB Smart Chain Mainnet',
|
1000
1000
|
chain: 'BSC',
|
1001
1001
|
rpc: [
|
1002
|
-
'https://bsc-dataseed1.
|
1003
|
-
'https://bsc-dataseed2.
|
1004
|
-
'https://bsc-dataseed3.
|
1005
|
-
'https://bsc-dataseed4.
|
1002
|
+
'https://bsc-dataseed1.bnbchain.org',
|
1003
|
+
'https://bsc-dataseed2.bnbchain.org',
|
1004
|
+
'https://bsc-dataseed3.bnbchain.org',
|
1005
|
+
'https://bsc-dataseed4.bnbchain.org',
|
1006
1006
|
'https://bsc-dataseed1.defibit.io',
|
1007
1007
|
'https://bsc-dataseed2.defibit.io',
|
1008
1008
|
'https://bsc-dataseed3.defibit.io',
|
@@ -1015,8 +1015,8 @@ const chainArray = [
|
|
1015
1015
|
'wss://bsc-ws-node.nariox.org'
|
1016
1016
|
],
|
1017
1017
|
faucets: [ 'https://free-online-app.com/faucet-for-eth-evm-chains/' ],
|
1018
|
-
nativeCurrency: { name: '
|
1019
|
-
infoURL: 'https://www.
|
1018
|
+
nativeCurrency: { name: 'BNB Chain Native Token', symbol: 'BNB', decimals: 18 },
|
1019
|
+
infoURL: 'https://www.bnbchain.org/en',
|
1020
1020
|
shortName: 'bnb',
|
1021
1021
|
chainId: 56,
|
1022
1022
|
networkId: 56,
|
@@ -1771,24 +1771,20 @@ const chainArray = [
|
|
1771
1771
|
redFlags: [ 'reusedChainId' ]
|
1772
1772
|
},
|
1773
1773
|
{
|
1774
|
-
name: '
|
1774
|
+
name: 'BNB Smart Chain Testnet',
|
1775
1775
|
chain: 'BSC',
|
1776
1776
|
rpc: [
|
1777
|
-
'https://data-seed-prebsc-1-s1.
|
1778
|
-
'https://data-seed-prebsc-2-s1.
|
1779
|
-
'https://data-seed-prebsc-1-s2.
|
1780
|
-
'https://data-seed-prebsc-2-s2.
|
1781
|
-
'https://data-seed-prebsc-1-s3.
|
1782
|
-
'https://data-seed-prebsc-2-s3.
|
1777
|
+
'https://data-seed-prebsc-1-s1.bnbchain.org:8545',
|
1778
|
+
'https://data-seed-prebsc-2-s1.bnbchain.org:8545',
|
1779
|
+
'https://data-seed-prebsc-1-s2.bnbchain.org:8545',
|
1780
|
+
'https://data-seed-prebsc-2-s2.bnbchain.org:8545',
|
1781
|
+
'https://data-seed-prebsc-1-s3.bnbchain.org:8545',
|
1782
|
+
'https://data-seed-prebsc-2-s3.bnbchain.org:8545',
|
1783
1783
|
'https://bsc-testnet.publicnode.com'
|
1784
1784
|
],
|
1785
|
-
faucets: [ 'https://testnet.
|
1786
|
-
nativeCurrency: {
|
1787
|
-
|
1788
|
-
symbol: 'tBNB',
|
1789
|
-
decimals: 18
|
1790
|
-
},
|
1791
|
-
infoURL: 'https://testnet.binance.org/',
|
1785
|
+
faucets: [ 'https://testnet.bnbchain.org/faucet-smart' ],
|
1786
|
+
nativeCurrency: { name: 'BNB Chain Native Token', symbol: 'tBNB', decimals: 18 },
|
1787
|
+
infoURL: 'https://www.bnbchain.org/en',
|
1792
1788
|
shortName: 'bnbt',
|
1793
1789
|
chainId: 97,
|
1794
1790
|
networkId: 97,
|
@@ -3976,6 +3972,32 @@ const chainArray = [
|
|
3976
3972
|
chainId: 420,
|
3977
3973
|
networkId: 420
|
3978
3974
|
},
|
3975
|
+
{
|
3976
|
+
name: 'PGN (Public Goods Network)',
|
3977
|
+
chain: 'ETH',
|
3978
|
+
rpc: [ 'https://rpc.publicgoods.network' ],
|
3979
|
+
faucets: [],
|
3980
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
3981
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
3982
|
+
infoURL: 'https://publicgoods.network/',
|
3983
|
+
shortName: 'PGN',
|
3984
|
+
chainId: 424,
|
3985
|
+
networkId: 424,
|
3986
|
+
icon: 'publicGoodsNetwork',
|
3987
|
+
explorers: [
|
3988
|
+
{
|
3989
|
+
name: 'blockscout',
|
3990
|
+
url: 'https://explorer.publicgoods.network',
|
3991
|
+
icon: 'blockscout',
|
3992
|
+
standard: 'EIP3091'
|
3993
|
+
}
|
3994
|
+
],
|
3995
|
+
parent: {
|
3996
|
+
type: 'L2',
|
3997
|
+
chain: 'eip155-1',
|
3998
|
+
bridges: [ { url: 'https://bridge.publicgoods.network' } ]
|
3999
|
+
}
|
4000
|
+
},
|
3979
4001
|
{
|
3980
4002
|
name: 'Zeeth Chain',
|
3981
4003
|
chain: 'ZeethChain',
|
@@ -10858,14 +10880,27 @@ const chainArray = [
|
|
10858
10880
|
{
|
10859
10881
|
name: 'Base',
|
10860
10882
|
chain: 'ETH',
|
10861
|
-
rpc: [],
|
10883
|
+
rpc: [ 'https://developer-access-mainnet.base.org/' ],
|
10862
10884
|
faucets: [],
|
10863
10885
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
10864
10886
|
infoURL: 'https://base.org',
|
10865
10887
|
shortName: 'base',
|
10866
10888
|
chainId: 8453,
|
10867
10889
|
networkId: 8453,
|
10868
|
-
|
10890
|
+
icon: 'base',
|
10891
|
+
explorers: [
|
10892
|
+
{
|
10893
|
+
name: 'basescan',
|
10894
|
+
url: 'https://basescan.org',
|
10895
|
+
standard: 'none'
|
10896
|
+
},
|
10897
|
+
{
|
10898
|
+
name: 'basescout',
|
10899
|
+
url: 'https://base.blockscout.com',
|
10900
|
+
standard: 'none'
|
10901
|
+
}
|
10902
|
+
],
|
10903
|
+
status: 'active'
|
10869
10904
|
},
|
10870
10905
|
{
|
10871
10906
|
name: 'Toki Network',
|
@@ -12389,6 +12424,25 @@ const chainArray = [
|
|
12389
12424
|
}
|
12390
12425
|
]
|
12391
12426
|
},
|
12427
|
+
{
|
12428
|
+
name: 'MXC zkEVM Mainnet',
|
12429
|
+
chain: 'MXC zkEVM',
|
12430
|
+
icon: 'mxczkevm',
|
12431
|
+
rpc: [ 'https://rpc.mxc.com' ],
|
12432
|
+
faucets: [],
|
12433
|
+
nativeCurrency: { name: 'MXC zkEVM Mainnet', symbol: 'MXC', decimals: 18 },
|
12434
|
+
infoURL: 'https://doc.mxc.com/docs/intro',
|
12435
|
+
shortName: 'MXCzkEVM',
|
12436
|
+
chainId: 18686,
|
12437
|
+
networkId: 18686,
|
12438
|
+
explorers: [
|
12439
|
+
{
|
12440
|
+
name: 'MXC zkEVM Mainnet',
|
12441
|
+
url: 'https://explorer.mxc.com',
|
12442
|
+
standard: 'EIP3091'
|
12443
|
+
}
|
12444
|
+
]
|
12445
|
+
},
|
12392
12446
|
{
|
12393
12447
|
name: 'HOME Verse Mainnet',
|
12394
12448
|
chain: 'HOME Verse',
|
@@ -12580,6 +12634,25 @@ const chainArray = [
|
|
12580
12634
|
}
|
12581
12635
|
]
|
12582
12636
|
},
|
12637
|
+
{
|
12638
|
+
name: 'Antofy Testnet',
|
12639
|
+
chain: 'ABN',
|
12640
|
+
icon: 'antofy',
|
12641
|
+
rpc: [ 'https://testnet-rpc.antofy.io' ],
|
12642
|
+
faucets: [ 'https://faucet.antofy.io' ],
|
12643
|
+
nativeCurrency: { name: 'Antofy', symbol: 'ABN', decimals: 18 },
|
12644
|
+
infoURL: 'https://antofy.io',
|
12645
|
+
shortName: 'ABNt',
|
12646
|
+
chainId: 23006,
|
12647
|
+
networkId: 23006,
|
12648
|
+
explorers: [
|
12649
|
+
{
|
12650
|
+
name: 'Antofy Testnet',
|
12651
|
+
url: 'https://test.antofyscan.com',
|
12652
|
+
standard: 'EIP3091'
|
12653
|
+
}
|
12654
|
+
]
|
12655
|
+
},
|
12583
12656
|
{
|
12584
12657
|
name: 'Opside Testnet',
|
12585
12658
|
chain: 'Opside',
|
@@ -14485,6 +14558,7 @@ const chainArray = [
|
|
14485
14558
|
shortName: 'basegor',
|
14486
14559
|
chainId: 84531,
|
14487
14560
|
networkId: 84531,
|
14561
|
+
icon: 'baseTestnet',
|
14488
14562
|
explorers: [
|
14489
14563
|
{
|
14490
14564
|
name: 'basescan',
|
@@ -17493,7 +17567,7 @@ const chainArray = [
|
|
17493
17567
|
{
|
17494
17568
|
name: 'Neon EVM MainNet',
|
17495
17569
|
chain: 'Solana',
|
17496
|
-
rpc: [
|
17570
|
+
rpc: [],
|
17497
17571
|
faucets: [],
|
17498
17572
|
icon: 'neon',
|
17499
17573
|
nativeCurrency: { name: 'Neon', symbol: 'NEON', decimals: 18 },
|