eth-chainlist 0.0.175 → 0.0.177
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 +133 -19
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.177 (2023-07-06)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.176 ([edc2fd9](https://github.com/poowf/eth-chainlist/commit/edc2fd9c555a9636899b5e2e60e91e6859e9df5a))
|
9
|
+
* update chain data ([86457a1](https://github.com/poowf/eth-chainlist/commit/86457a143e34785c6c5cd93cbe70c9fc25ec0caa))
|
10
|
+
|
11
|
+
### 0.0.176 (2023-07-01)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.175 ([ebb9a6d](https://github.com/poowf/eth-chainlist/commit/ebb9a6d33279a85a8c6dfc6ed13d4af2c721c77d))
|
17
|
+
* update chain data ([9e42474](https://github.com/poowf/eth-chainlist/commit/9e4247425bee78a9c9924c75542d2eebf8299437))
|
18
|
+
|
3
19
|
### 0.0.175 (2023-06-28)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -4242,6 +4242,7 @@ const chainArray = [
|
|
4242
4242
|
chain: 'SYS',
|
4243
4243
|
rpc: [
|
4244
4244
|
'https://rpc.rollux.com',
|
4245
|
+
'https://rollux.public-rpc.com',
|
4245
4246
|
'wss://rpc.rollux.com/wss',
|
4246
4247
|
'https://rpc.ankr.com/rollux/${ANKR_API_KEY}'
|
4247
4248
|
],
|
@@ -7991,6 +7992,27 @@ const chainArray = [
|
|
7991
7992
|
}
|
7992
7993
|
]
|
7993
7994
|
},
|
7995
|
+
{
|
7996
|
+
name: 'Moonsama Network',
|
7997
|
+
chain: 'MSN',
|
7998
|
+
rpc: [ 'https://rpc.moonsama.com', 'wss://rpc.moonsama.com/ws' ],
|
7999
|
+
faucets: [ 'https://multiverse.moonsama.com/faucet' ],
|
8000
|
+
nativeCurrency: { name: 'Sama Token', symbol: 'SAMA', decimals: 18 },
|
8001
|
+
infoURL: 'https://moonsama.com',
|
8002
|
+
shortName: 'msn',
|
8003
|
+
chainId: 2199,
|
8004
|
+
networkId: 2199,
|
8005
|
+
slip44: 2199,
|
8006
|
+
icon: 'msn',
|
8007
|
+
explorers: [
|
8008
|
+
{
|
8009
|
+
name: 'blockscout',
|
8010
|
+
url: 'https://explorer.moonsama.com',
|
8011
|
+
icon: 'blockscout',
|
8012
|
+
standard: 'EIP3091'
|
8013
|
+
}
|
8014
|
+
]
|
8015
|
+
},
|
7994
8016
|
{
|
7995
8017
|
name: 'Bitcoin EVM',
|
7996
8018
|
chain: 'Bitcoin EVM',
|
@@ -9315,6 +9337,26 @@ const chainArray = [
|
|
9315
9337
|
}
|
9316
9338
|
]
|
9317
9339
|
},
|
9340
|
+
{
|
9341
|
+
name: 'MEVerse Chain Testnet',
|
9342
|
+
chain: 'MEVerse',
|
9343
|
+
rpc: [ 'https://rpc.meversetestnet.io' ],
|
9344
|
+
faucets: [],
|
9345
|
+
nativeCurrency: { name: 'MEVerse', symbol: 'MEV', decimals: 18 },
|
9346
|
+
infoURL: 'https://www.meverse.sg',
|
9347
|
+
shortName: 'TESTMEV',
|
9348
|
+
chainId: 4759,
|
9349
|
+
networkId: 4759,
|
9350
|
+
icon: 'meverse',
|
9351
|
+
explorers: [
|
9352
|
+
{
|
9353
|
+
name: 'MEVerse Chain Testnet Explorer',
|
9354
|
+
url: 'https://testnet.meversescan.io',
|
9355
|
+
standard: 'none',
|
9356
|
+
icon: 'meverse'
|
9357
|
+
}
|
9358
|
+
]
|
9359
|
+
},
|
9318
9360
|
{
|
9319
9361
|
name: 'BlackFort Exchange Network Testnet',
|
9320
9362
|
chain: 'TBXN',
|
@@ -9756,6 +9798,32 @@ const chainArray = [
|
|
9756
9798
|
}
|
9757
9799
|
]
|
9758
9800
|
},
|
9801
|
+
{
|
9802
|
+
name: 'Cascadia Testnet',
|
9803
|
+
chain: 'Cascadia',
|
9804
|
+
rpc: [ 'https://testnet.cascadia.foundation' ],
|
9805
|
+
faucets: [ 'https://www.cascadia.foundation/faucet' ],
|
9806
|
+
nativeCurrency: { name: 'CC', symbol: 'tCC', decimals: 18 },
|
9807
|
+
infoURL: 'https://www.cascadia.foundation',
|
9808
|
+
shortName: 'cascadia',
|
9809
|
+
chainId: 6102,
|
9810
|
+
networkId: 6102,
|
9811
|
+
icon: 'cascadia',
|
9812
|
+
explorers: [
|
9813
|
+
{
|
9814
|
+
name: 'Cascadia EVM Explorer',
|
9815
|
+
url: 'https://explorer.cascadia.foundation',
|
9816
|
+
standard: 'none',
|
9817
|
+
icon: 'cascadia'
|
9818
|
+
},
|
9819
|
+
{
|
9820
|
+
name: 'Cascadia Cosmos Explorer',
|
9821
|
+
url: 'https://validator.cascadia.foundation',
|
9822
|
+
standard: 'none',
|
9823
|
+
icon: 'cascadia'
|
9824
|
+
}
|
9825
|
+
]
|
9826
|
+
},
|
9759
9827
|
{
|
9760
9828
|
name: 'UPTN Testnet',
|
9761
9829
|
chain: 'UPTN',
|
@@ -10093,6 +10161,26 @@ const chainArray = [
|
|
10093
10161
|
}
|
10094
10162
|
]
|
10095
10163
|
},
|
10164
|
+
{
|
10165
|
+
name: 'MEVerse Chain Mainnet',
|
10166
|
+
chain: 'MEVerse',
|
10167
|
+
rpc: [ 'https://rpc.meversemainnet.io' ],
|
10168
|
+
faucets: [],
|
10169
|
+
nativeCurrency: { name: 'MEVerse', symbol: 'MEV', decimals: 18 },
|
10170
|
+
infoURL: 'https://www.meverse.sg',
|
10171
|
+
shortName: 'MEV',
|
10172
|
+
chainId: 7518,
|
10173
|
+
networkId: 7518,
|
10174
|
+
icon: 'meverse',
|
10175
|
+
explorers: [
|
10176
|
+
{
|
10177
|
+
name: 'MEVerse Chain Explorer',
|
10178
|
+
url: 'https://www.meversescan.io',
|
10179
|
+
standard: 'none',
|
10180
|
+
icon: 'meverse'
|
10181
|
+
}
|
10182
|
+
]
|
10183
|
+
},
|
10096
10184
|
{
|
10097
10185
|
name: 'ADIL Testnet',
|
10098
10186
|
chain: 'ADIL',
|
@@ -10947,14 +11035,8 @@ const chainArray = [
|
|
10947
11035
|
icon: 'evmos',
|
10948
11036
|
explorers: [
|
10949
11037
|
{
|
10950
|
-
name: 'Evmos
|
10951
|
-
url: 'https://
|
10952
|
-
standard: 'EIP3091',
|
10953
|
-
icon: 'evmos'
|
10954
|
-
},
|
10955
|
-
{
|
10956
|
-
name: 'Evmos Cosmos Explorer',
|
10957
|
-
url: 'https://explorer.evmos.dev',
|
11038
|
+
name: 'Evmos Explorer (Escan)',
|
11039
|
+
url: 'https://testnet.escan.live',
|
10958
11040
|
standard: 'none',
|
10959
11041
|
icon: 'evmos'
|
10960
11042
|
}
|
@@ -10963,10 +11045,7 @@ const chainArray = [
|
|
10963
11045
|
{
|
10964
11046
|
name: 'Evmos',
|
10965
11047
|
chain: 'Evmos',
|
10966
|
-
rpc: [
|
10967
|
-
'https://eth.bd.evmos.org:8545',
|
10968
|
-
'https://evmos-evm.publicnode.com'
|
10969
|
-
],
|
11048
|
+
rpc: [ 'https://evmos-evm.publicnode.com' ],
|
10970
11049
|
faucets: [],
|
10971
11050
|
nativeCurrency: { name: 'Evmos', symbol: 'EVMOS', decimals: 18 },
|
10972
11051
|
infoURL: 'https://evmos.org',
|
@@ -10976,16 +11055,10 @@ const chainArray = [
|
|
10976
11055
|
icon: 'evmos',
|
10977
11056
|
explorers: [
|
10978
11057
|
{
|
10979
|
-
name: 'Evmos
|
11058
|
+
name: 'Evmos Explorer (Escan)',
|
10980
11059
|
url: 'https://escan.live',
|
10981
11060
|
standard: 'none',
|
10982
11061
|
icon: 'evmos'
|
10983
|
-
},
|
10984
|
-
{
|
10985
|
-
name: 'Evmos Cosmos Explorer (Mintscan)',
|
10986
|
-
url: 'https://www.mintscan.io/evmos',
|
10987
|
-
standard: 'none',
|
10988
|
-
icon: 'evmos'
|
10989
11062
|
}
|
10990
11063
|
]
|
10991
11064
|
},
|
@@ -14962,6 +15035,26 @@ const chainArray = [
|
|
14962
15035
|
}
|
14963
15036
|
]
|
14964
15037
|
},
|
15038
|
+
{
|
15039
|
+
name: 'Metachain One Mainnet',
|
15040
|
+
chain: 'METAO',
|
15041
|
+
icon: 'metao',
|
15042
|
+
rpc: [ 'https://rpc.metachain.one', 'https://rpc2.metachain.one' ],
|
15043
|
+
faucets: [],
|
15044
|
+
nativeCurrency: { name: 'Metao', symbol: 'METAO', decimals: 18 },
|
15045
|
+
infoURL: 'https://metachain.one',
|
15046
|
+
shortName: 'metao',
|
15047
|
+
chainId: 112358,
|
15048
|
+
networkId: 112358,
|
15049
|
+
explorers: [
|
15050
|
+
{
|
15051
|
+
name: 'blockscout',
|
15052
|
+
url: 'https://explorer.metachain.one',
|
15053
|
+
icon: 'blockscout',
|
15054
|
+
standard: 'EIP3091'
|
15055
|
+
}
|
15056
|
+
]
|
15057
|
+
},
|
14965
15058
|
{
|
14966
15059
|
name: 'ADIL Devnet',
|
14967
15060
|
chain: 'ADIL',
|
@@ -16424,6 +16517,27 @@ const chainArray = [
|
|
16424
16517
|
slip44: 1,
|
16425
16518
|
explorers: []
|
16426
16519
|
},
|
16520
|
+
{
|
16521
|
+
name: 'AltLayer Zero Gas Network',
|
16522
|
+
chain: 'ETH',
|
16523
|
+
rpc: [ 'https://zero.alt.technology' ],
|
16524
|
+
faucets: [],
|
16525
|
+
nativeCurrency: { name: 'ZERO', symbol: 'ZERO', decimals: 18 },
|
16526
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
16527
|
+
infoURL: 'https://altlayer.io',
|
16528
|
+
shortName: 'alt-zerogas',
|
16529
|
+
chainId: 4000003,
|
16530
|
+
networkId: 4000003,
|
16531
|
+
icon: 'altlayer',
|
16532
|
+
explorers: [
|
16533
|
+
{
|
16534
|
+
name: 'blockscout',
|
16535
|
+
url: 'https://zero-explorer.alt.technology',
|
16536
|
+
icon: 'blockscout',
|
16537
|
+
standard: 'EIP3091'
|
16538
|
+
}
|
16539
|
+
]
|
16540
|
+
},
|
16427
16541
|
{
|
16428
16542
|
name: 'Worlds Caldera',
|
16429
16543
|
chain: 'WCal',
|