eth-chainlist 0.0.360 → 0.0.362
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 +163 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.362 (2024-03-22)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.361 ([0ac27fe](https://github.com/poowf/eth-chainlist/commit/0ac27fe61ad447d81cf91f4b9ee4d310223c8961))
|
9
|
+
* update chain data ([e17940b](https://github.com/poowf/eth-chainlist/commit/e17940bb84f3f5dbfe7d387d2070f2d8ba60112f))
|
10
|
+
|
11
|
+
### 0.0.361 (2024-03-19)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.360 ([b5626d0](https://github.com/poowf/eth-chainlist/commit/b5626d05687395bc86f3373fc1e3d7a6308417e0))
|
17
|
+
* update chain data ([7a990a7](https://github.com/poowf/eth-chainlist/commit/7a990a7fd2e62f81e41a2d771af6f258667cff22))
|
18
|
+
|
3
19
|
### 0.0.360 (2024-03-15)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -2902,6 +2902,33 @@ const chainArray = [
|
|
2902
2902
|
}
|
2903
2903
|
]
|
2904
2904
|
},
|
2905
|
+
{
|
2906
|
+
name: 'SoraAI Testnet',
|
2907
|
+
chain: 'SETH',
|
2908
|
+
icon: 'ethereum',
|
2909
|
+
rpc: [ 'https://rpc-testnet.soraai.bot' ],
|
2910
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
2911
|
+
faucets: [],
|
2912
|
+
nativeCurrency: { name: 'SoraETH', symbol: 'SETH', decimals: 18 },
|
2913
|
+
infoURL: 'https://soraai.bot',
|
2914
|
+
shortName: 'SETH',
|
2915
|
+
chainId: 145,
|
2916
|
+
networkId: 145,
|
2917
|
+
slip44: 1,
|
2918
|
+
explorers: [
|
2919
|
+
{
|
2920
|
+
name: 'blockscout',
|
2921
|
+
url: 'https://explorer.soraai.bot',
|
2922
|
+
icon: 'blockscout',
|
2923
|
+
standard: 'EIP3091'
|
2924
|
+
}
|
2925
|
+
],
|
2926
|
+
parent: {
|
2927
|
+
type: 'L2',
|
2928
|
+
chain: 'eip155-1',
|
2929
|
+
bridges: [ { url: 'https://bridge.soraai.bot' } ]
|
2930
|
+
}
|
2931
|
+
},
|
2905
2932
|
{
|
2906
2933
|
name: 'ShimmerEVM',
|
2907
2934
|
title: 'ShimmerEVM',
|
@@ -6518,7 +6545,7 @@ const chainArray = [
|
|
6518
6545
|
]
|
6519
6546
|
},
|
6520
6547
|
{
|
6521
|
-
name: 'Qitmeer',
|
6548
|
+
name: 'Qitmeer Network Mainnet',
|
6522
6549
|
chain: 'MEER',
|
6523
6550
|
rpc: [
|
6524
6551
|
'https://evm-dataseed1.meerscan.io',
|
@@ -6810,6 +6837,26 @@ const chainArray = [
|
|
6810
6837
|
networkId: 888,
|
6811
6838
|
slip44: 5718350
|
6812
6839
|
},
|
6840
|
+
{
|
6841
|
+
name: 'MAXI Chain Testnet',
|
6842
|
+
chain: 'MAXI',
|
6843
|
+
rpc: [ 'https://rpc-testnet.maxi.network' ],
|
6844
|
+
faucets: [ 'https://faucet.maxi.network' ],
|
6845
|
+
nativeCurrency: { name: 'MAXICOIN', symbol: 'MAXI', decimals: 18 },
|
6846
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
6847
|
+
infoURL: 'https://maxi.network',
|
6848
|
+
shortName: 'maxi-testnet',
|
6849
|
+
chainId: 898,
|
6850
|
+
networkId: 898,
|
6851
|
+
icon: 'maxi',
|
6852
|
+
explorers: [
|
6853
|
+
{
|
6854
|
+
name: 'Maxi Chain Testnet Explorer',
|
6855
|
+
url: 'https://testnet.maxi.network',
|
6856
|
+
standard: 'EIP3091'
|
6857
|
+
}
|
6858
|
+
]
|
6859
|
+
},
|
6813
6860
|
{
|
6814
6861
|
name: 'Garizon Testnet Stage0',
|
6815
6862
|
chain: 'GAR',
|
@@ -15608,6 +15655,27 @@ const chainArray = [
|
|
15608
15655
|
chainId: 8768,
|
15609
15656
|
networkId: 8768
|
15610
15657
|
},
|
15658
|
+
{
|
15659
|
+
name: 'IOTA EVM',
|
15660
|
+
title: 'IOTA EVM',
|
15661
|
+
chain: 'IOTA EVM',
|
15662
|
+
rpc: [ 'https://json-rpc.evm.iotaledger.net' ],
|
15663
|
+
faucets: [],
|
15664
|
+
nativeCurrency: { name: 'IOTA', symbol: 'IOTA', decimals: 18 },
|
15665
|
+
infoURL: 'https://www.iota.org',
|
15666
|
+
shortName: 'iotaevm',
|
15667
|
+
chainId: 8822,
|
15668
|
+
networkId: 8822,
|
15669
|
+
icon: 'iotaevm',
|
15670
|
+
explorers: [
|
15671
|
+
{
|
15672
|
+
name: 'explorer',
|
15673
|
+
url: 'https://iota-evm.blockscout.com',
|
15674
|
+
icon: 'iotaevm',
|
15675
|
+
standard: 'EIP3091'
|
15676
|
+
}
|
15677
|
+
]
|
15678
|
+
},
|
15611
15679
|
{
|
15612
15680
|
name: 'MARO Blockchain Mainnet',
|
15613
15681
|
chain: 'MARO Blockchain',
|
@@ -15974,7 +16042,11 @@ const chainArray = [
|
|
15974
16042
|
{
|
15975
16043
|
name: 'Nexa Mainnet Block',
|
15976
16044
|
chain: 'Nexa Mainnet',
|
15977
|
-
rpc: [
|
16045
|
+
rpc: [
|
16046
|
+
'https://rpc-nodes.nexablockscan.io',
|
16047
|
+
'wss://wss-nodes.nexablockscan.io',
|
16048
|
+
'https://rpc-nodes-delta.nexablockscan.io'
|
16049
|
+
],
|
15978
16050
|
faucets: [],
|
15979
16051
|
nativeCurrency: { name: 'Nexa Mainnet Token', symbol: 'NEXB', decimals: 18 },
|
15980
16052
|
infoURL: 'https://www.nexablock.io',
|
@@ -19618,6 +19690,26 @@ const chainArray = [
|
|
19618
19690
|
}
|
19619
19691
|
]
|
19620
19692
|
},
|
19693
|
+
{
|
19694
|
+
name: 'Swamps L2',
|
19695
|
+
chain: 'SWP',
|
19696
|
+
icon: 'swamps',
|
19697
|
+
rpc: [ 'https://swamps.tc.l2aas.com' ],
|
19698
|
+
faucets: [],
|
19699
|
+
nativeCurrency: { name: 'SWP', symbol: 'SWP', decimals: 18 },
|
19700
|
+
infoURL: 'https://www.swamps.fi',
|
19701
|
+
shortName: 'SWP',
|
19702
|
+
chainId: 45454,
|
19703
|
+
networkId: 45454,
|
19704
|
+
explorers: [
|
19705
|
+
{
|
19706
|
+
name: 'blockscout',
|
19707
|
+
url: 'https://swamps-explorer.tc.l2aas.com',
|
19708
|
+
icon: 'blockscout',
|
19709
|
+
standard: 'EIP3091'
|
19710
|
+
}
|
19711
|
+
]
|
19712
|
+
},
|
19621
19713
|
{
|
19622
19714
|
name: 'Deelance Mainnet',
|
19623
19715
|
title: 'Deelance Network Mainnet',
|
@@ -21056,6 +21148,27 @@ const chainArray = [
|
|
21056
21148
|
}
|
21057
21149
|
]
|
21058
21150
|
},
|
21151
|
+
{
|
21152
|
+
name: 'Amoy',
|
21153
|
+
title: 'Polygon Amoy Testnet',
|
21154
|
+
chain: 'Polygon',
|
21155
|
+
icon: 'polygon',
|
21156
|
+
rpc: [ 'https://rpc-amoy.polygon.technology' ],
|
21157
|
+
faucets: [ 'https://faucet.polygon.technology/' ],
|
21158
|
+
nativeCurrency: { name: 'MATIC', symbol: 'MATIC', decimals: 18 },
|
21159
|
+
infoURL: 'https://polygon.technology/',
|
21160
|
+
shortName: 'polygonamoy',
|
21161
|
+
chainId: 80002,
|
21162
|
+
networkId: 80002,
|
21163
|
+
slip44: 1,
|
21164
|
+
explorers: [
|
21165
|
+
{
|
21166
|
+
name: 'polygonamoy',
|
21167
|
+
url: 'https://www.oklink.com/amoy',
|
21168
|
+
standard: 'EIP3091'
|
21169
|
+
}
|
21170
|
+
]
|
21171
|
+
},
|
21059
21172
|
{
|
21060
21173
|
name: 'Berachain Artio',
|
21061
21174
|
chain: 'Berachain Artio',
|
@@ -21944,6 +22057,27 @@ const chainArray = [
|
|
21944
22057
|
],
|
21945
22058
|
redFlags: [ 'reusedChainId' ]
|
21946
22059
|
},
|
22060
|
+
{
|
22061
|
+
name: 'Creditcoin Testnet',
|
22062
|
+
chain: 'CTC',
|
22063
|
+
icon: 'creditcoin',
|
22064
|
+
rpc: [ 'https://rpc.cc3-testnet.creditcoin.network' ],
|
22065
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
22066
|
+
nativeCurrency: { name: 'Testnet CTC', symbol: 'tCTC', decimals: 18 },
|
22067
|
+
infoURL: 'https://creditcoin.org',
|
22068
|
+
shortName: 'ctctest',
|
22069
|
+
chainId: 102031,
|
22070
|
+
networkId: 102031,
|
22071
|
+
faucets: [],
|
22072
|
+
explorers: [
|
22073
|
+
{
|
22074
|
+
name: 'blockscout',
|
22075
|
+
url: 'https://creditcoin-testnet.blockscout.com',
|
22076
|
+
icon: 'blockscout',
|
22077
|
+
standard: 'EIP3091'
|
22078
|
+
}
|
22079
|
+
]
|
22080
|
+
},
|
21947
22081
|
{
|
21948
22082
|
name: 'Crystaleum',
|
21949
22083
|
chain: 'crystal',
|
@@ -25855,6 +25989,33 @@ const chainArray = [
|
|
25855
25989
|
}
|
25856
25990
|
]
|
25857
25991
|
},
|
25992
|
+
{
|
25993
|
+
name: '0xHash Testnet',
|
25994
|
+
chain: 'HETH',
|
25995
|
+
icon: 'ethereum',
|
25996
|
+
rpc: [ 'https://rpc-test.0xhash.io' ],
|
25997
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
25998
|
+
faucets: [],
|
25999
|
+
nativeCurrency: { name: '0xHash', symbol: 'HETH', decimals: 18 },
|
26000
|
+
infoURL: 'https://0xhash.io',
|
26001
|
+
shortName: 'HETH',
|
26002
|
+
chainId: 77787778,
|
26003
|
+
networkId: 77787778,
|
26004
|
+
slip44: 1,
|
26005
|
+
explorers: [
|
26006
|
+
{
|
26007
|
+
name: 'blockscout',
|
26008
|
+
url: 'https://test.0xhashscan.io',
|
26009
|
+
icon: 'blockscout',
|
26010
|
+
standard: 'EIP3091'
|
26011
|
+
}
|
26012
|
+
],
|
26013
|
+
parent: {
|
26014
|
+
type: 'L2',
|
26015
|
+
chain: 'eip155-1',
|
26016
|
+
bridges: [ { url: 'https://app.optimism.io/bridge/deposit' } ]
|
26017
|
+
}
|
26018
|
+
},
|
25858
26019
|
{
|
25859
26020
|
name: 'T.E.A.M Blockchain',
|
25860
26021
|
chain: 'TEAM',
|