eth-chainlist 0.0.384 → 0.0.385
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 +62 -15
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.385 (2024-04-23)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.384 ([5c1300c](https://github.com/poowf/eth-chainlist/commit/5c1300c11af63d6fba7c3bb1d7bedb2bd056c2aa))
|
9
|
+
* update chain data ([7d9d674](https://github.com/poowf/eth-chainlist/commit/7d9d6749a5fa7089823057acfec1ec9db30e03b5))
|
10
|
+
|
3
11
|
### 0.0.384 (2024-04-22)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -2169,10 +2169,13 @@ const chainArray = [
|
|
2169
2169
|
slip44: 1
|
2170
2170
|
},
|
2171
2171
|
{
|
2172
|
-
name: '
|
2172
|
+
name: 'WorldLand Mainnet',
|
2173
2173
|
chain: 'Worldland',
|
2174
2174
|
icon: 'worldland',
|
2175
|
-
rpc: [
|
2175
|
+
rpc: [
|
2176
|
+
'https://seoul.worldland.foundation',
|
2177
|
+
'https://seoul2.worldland.foundation'
|
2178
|
+
],
|
2176
2179
|
faucets: [],
|
2177
2180
|
nativeCurrency: { name: 'Worldland', symbol: 'WLC', decimals: 18 },
|
2178
2181
|
infoURL: 'https://worldland.foundation',
|
@@ -9678,6 +9681,25 @@ const chainArray = [
|
|
9678
9681
|
}
|
9679
9682
|
]
|
9680
9683
|
},
|
9684
|
+
{
|
9685
|
+
name: 'iDos Games Chain Testnet',
|
9686
|
+
chain: 'IGC',
|
9687
|
+
icon: 'igc-testnet',
|
9688
|
+
rpc: [ 'https://rpc-testnet.idos.games' ],
|
9689
|
+
faucets: [],
|
9690
|
+
nativeCurrency: { name: 'iDos Games Coin', symbol: 'IGC', decimals: 18 },
|
9691
|
+
infoURL: 'https://idosgames.com/',
|
9692
|
+
shortName: 'IGC',
|
9693
|
+
chainId: 1499,
|
9694
|
+
networkId: 1499,
|
9695
|
+
explorers: [
|
9696
|
+
{
|
9697
|
+
name: 'IGC-Scan',
|
9698
|
+
url: 'https://igcscan.com',
|
9699
|
+
standard: 'EIP3091'
|
9700
|
+
}
|
9701
|
+
]
|
9702
|
+
},
|
9681
9703
|
{
|
9682
9704
|
name: 'BEVM Canary',
|
9683
9705
|
chain: 'ChainX',
|
@@ -11039,15 +11061,15 @@ const chainArray = [
|
|
11039
11061
|
icon: 'edgeware',
|
11040
11062
|
rpc: [
|
11041
11063
|
'https://edgeware-evm.jelliedowl.net',
|
11042
|
-
'https://
|
11043
|
-
'https://
|
11044
|
-
'https://
|
11045
|
-
'https://
|
11064
|
+
'https://edgeware-evm0.jelliedowl.net',
|
11065
|
+
'https://edgeware-evm1.jelliedowl.net',
|
11066
|
+
'https://edgeware-evm2.jelliedowl.net',
|
11067
|
+
'https://edgeware-evm3.jelliedowl.net',
|
11046
11068
|
'wss://edgeware.jelliedowl.net',
|
11047
|
-
'wss://
|
11048
|
-
'wss://
|
11049
|
-
'wss://
|
11050
|
-
'wss://
|
11069
|
+
'wss://edgeware-rpc0.jelliedowl.net',
|
11070
|
+
'wss://edgeware-rpc1.jelliedowl.net',
|
11071
|
+
'wss://edgeware-rpc2.jelliedowl.net',
|
11072
|
+
'wss://edgeware-rpc3.jelliedowl.net'
|
11051
11073
|
],
|
11052
11074
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
11053
11075
|
faucets: [],
|
@@ -11059,15 +11081,15 @@ const chainArray = [
|
|
11059
11081
|
slip44: 523,
|
11060
11082
|
explorers: [
|
11061
11083
|
{
|
11062
|
-
name: 'Edgscan by Bharathcoorg',
|
11084
|
+
name: 'Edgscan EdgeEVM explorer by Bharathcoorg',
|
11063
11085
|
url: 'https://edgscan.live',
|
11064
11086
|
standard: 'EIP3091'
|
11065
11087
|
},
|
11066
11088
|
{
|
11067
|
-
name: '
|
11068
|
-
url: 'https://
|
11089
|
+
name: 'Edgscan EdgeWASM explorer by Bharathcoorg',
|
11090
|
+
url: 'https://edgscan.ink',
|
11069
11091
|
standard: 'none',
|
11070
|
-
icon: '
|
11092
|
+
icon: 'edgscan'
|
11071
11093
|
}
|
11072
11094
|
]
|
11073
11095
|
},
|
@@ -18063,7 +18085,7 @@ const chainArray = [
|
|
18063
18085
|
]
|
18064
18086
|
},
|
18065
18087
|
{
|
18066
|
-
name: '
|
18088
|
+
name: 'WorldLand Testnet',
|
18067
18089
|
chain: 'Worldland',
|
18068
18090
|
icon: 'worldland',
|
18069
18091
|
rpc: [ 'https://gwangju.worldland.foundation' ],
|
@@ -20358,6 +20380,31 @@ const chainArray = [
|
|
20358
20380
|
}
|
20359
20381
|
]
|
20360
20382
|
},
|
20383
|
+
{
|
20384
|
+
name: 'MiYou Mainnet',
|
20385
|
+
chain: 'MiYou Chain',
|
20386
|
+
icon: 'miyou',
|
20387
|
+
faucets: [],
|
20388
|
+
rpc: [
|
20389
|
+
'https://blockchain.miyou.io',
|
20390
|
+
'https://blockchain.miyoulab.com'
|
20391
|
+
],
|
20392
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
20393
|
+
nativeCurrency: { name: 'Miyou', symbol: 'MY', decimals: 18 },
|
20394
|
+
infoURL: 'https://www.miyou.io',
|
20395
|
+
shortName: 'MiYou',
|
20396
|
+
chainId: 30088,
|
20397
|
+
networkId: 30088,
|
20398
|
+
slip44: 60,
|
20399
|
+
ens: { registry: '0xFEfa9B3061435977424DD947E756566cFB60473E' },
|
20400
|
+
explorers: [
|
20401
|
+
{
|
20402
|
+
name: 'MiYou block explorer',
|
20403
|
+
url: 'https://myscan.miyou.io',
|
20404
|
+
standard: 'EIP3091'
|
20405
|
+
}
|
20406
|
+
]
|
20407
|
+
},
|
20361
20408
|
{
|
20362
20409
|
name: 'Cerium Testnet',
|
20363
20410
|
chain: 'CAU',
|