eth-chainlist 0.0.176 → 0.0.178
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 +122 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.178 (2023-07-07)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.177 ([1642198](https://github.com/poowf/eth-chainlist/commit/16421982a5812e71cbadd2f1f12db37fb68a74bd))
|
9
|
+
* update chain data ([1830896](https://github.com/poowf/eth-chainlist/commit/18308963d2574aec1be502e4a5c51403fe8b8e20))
|
10
|
+
|
11
|
+
### 0.0.177 (2023-07-06)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.176 ([edc2fd9](https://github.com/poowf/eth-chainlist/commit/edc2fd9c555a9636899b5e2e60e91e6859e9df5a))
|
17
|
+
* update chain data ([86457a1](https://github.com/poowf/eth-chainlist/commit/86457a143e34785c6c5cd93cbe70c9fc25ec0caa))
|
18
|
+
|
3
19
|
### 0.0.176 (2023-07-01)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -4395,6 +4395,26 @@ const chainArray = [
|
|
4395
4395
|
}
|
4396
4396
|
]
|
4397
4397
|
},
|
4398
|
+
{
|
4399
|
+
name: 'Avocado',
|
4400
|
+
chain: 'Avocado',
|
4401
|
+
rpc: [ 'https://rpc.avocado.instadapp.io' ],
|
4402
|
+
faucets: [],
|
4403
|
+
nativeCurrency: { name: 'USDC', symbol: 'USDC', decimals: 18 },
|
4404
|
+
infoURL: 'https://avocado.instadapp.io',
|
4405
|
+
shortName: 'avocado',
|
4406
|
+
chainId: 634,
|
4407
|
+
networkId: 634,
|
4408
|
+
icon: 'avocado',
|
4409
|
+
explorers: [
|
4410
|
+
{
|
4411
|
+
name: 'avoscan',
|
4412
|
+
url: 'https://avoscan.co',
|
4413
|
+
icon: 'avocado',
|
4414
|
+
standard: 'none'
|
4415
|
+
}
|
4416
|
+
]
|
4417
|
+
},
|
4398
4418
|
{
|
4399
4419
|
name: 'SX Network Testnet',
|
4400
4420
|
chain: 'SX',
|
@@ -5621,6 +5641,26 @@ const chainArray = [
|
|
5621
5641
|
}
|
5622
5642
|
]
|
5623
5643
|
},
|
5644
|
+
{
|
5645
|
+
name: 'Mintara Testnet',
|
5646
|
+
title: 'Mintara Testnet',
|
5647
|
+
chain: 'Mintara',
|
5648
|
+
icon: 'mintara',
|
5649
|
+
rpc: [ 'https://subnets.avax.network/mintara/testnet/rpc' ],
|
5650
|
+
faucets: [],
|
5651
|
+
nativeCurrency: { name: 'MINTARA', symbol: 'MNTR', decimals: 18 },
|
5652
|
+
infoURL: 'https://playthink.co.jp',
|
5653
|
+
shortName: 'mintara-testnet',
|
5654
|
+
chainId: 1079,
|
5655
|
+
networkId: 1079,
|
5656
|
+
explorers: [
|
5657
|
+
{
|
5658
|
+
name: 'explorer',
|
5659
|
+
url: 'https://subnets-test.avax.network/mintara',
|
5660
|
+
standard: 'EIP3091'
|
5661
|
+
}
|
5662
|
+
]
|
5663
|
+
},
|
5624
5664
|
{
|
5625
5665
|
name: 'Metis Andromeda Mainnet',
|
5626
5666
|
chain: 'ETH',
|
@@ -7992,6 +8032,27 @@ const chainArray = [
|
|
7992
8032
|
}
|
7993
8033
|
]
|
7994
8034
|
},
|
8035
|
+
{
|
8036
|
+
name: 'Moonsama Network',
|
8037
|
+
chain: 'MSN',
|
8038
|
+
rpc: [ 'https://rpc.moonsama.com', 'wss://rpc.moonsama.com/ws' ],
|
8039
|
+
faucets: [ 'https://multiverse.moonsama.com/faucet' ],
|
8040
|
+
nativeCurrency: { name: 'Sama Token', symbol: 'SAMA', decimals: 18 },
|
8041
|
+
infoURL: 'https://moonsama.com',
|
8042
|
+
shortName: 'msn',
|
8043
|
+
chainId: 2199,
|
8044
|
+
networkId: 2199,
|
8045
|
+
slip44: 2199,
|
8046
|
+
icon: 'msn',
|
8047
|
+
explorers: [
|
8048
|
+
{
|
8049
|
+
name: 'blockscout',
|
8050
|
+
url: 'https://explorer.moonsama.com',
|
8051
|
+
icon: 'blockscout',
|
8052
|
+
standard: 'EIP3091'
|
8053
|
+
}
|
8054
|
+
]
|
8055
|
+
},
|
7995
8056
|
{
|
7996
8057
|
name: 'Bitcoin EVM',
|
7997
8058
|
chain: 'Bitcoin EVM',
|
@@ -9316,6 +9377,26 @@ const chainArray = [
|
|
9316
9377
|
}
|
9317
9378
|
]
|
9318
9379
|
},
|
9380
|
+
{
|
9381
|
+
name: 'MEVerse Chain Testnet',
|
9382
|
+
chain: 'MEVerse',
|
9383
|
+
rpc: [ 'https://rpc.meversetestnet.io' ],
|
9384
|
+
faucets: [],
|
9385
|
+
nativeCurrency: { name: 'MEVerse', symbol: 'MEV', decimals: 18 },
|
9386
|
+
infoURL: 'https://www.meverse.sg',
|
9387
|
+
shortName: 'TESTMEV',
|
9388
|
+
chainId: 4759,
|
9389
|
+
networkId: 4759,
|
9390
|
+
icon: 'meverse',
|
9391
|
+
explorers: [
|
9392
|
+
{
|
9393
|
+
name: 'MEVerse Chain Testnet Explorer',
|
9394
|
+
url: 'https://testnet.meversescan.io',
|
9395
|
+
standard: 'none',
|
9396
|
+
icon: 'meverse'
|
9397
|
+
}
|
9398
|
+
]
|
9399
|
+
},
|
9319
9400
|
{
|
9320
9401
|
name: 'BlackFort Exchange Network Testnet',
|
9321
9402
|
chain: 'TBXN',
|
@@ -10120,6 +10201,26 @@ const chainArray = [
|
|
10120
10201
|
}
|
10121
10202
|
]
|
10122
10203
|
},
|
10204
|
+
{
|
10205
|
+
name: 'MEVerse Chain Mainnet',
|
10206
|
+
chain: 'MEVerse',
|
10207
|
+
rpc: [ 'https://rpc.meversemainnet.io' ],
|
10208
|
+
faucets: [],
|
10209
|
+
nativeCurrency: { name: 'MEVerse', symbol: 'MEV', decimals: 18 },
|
10210
|
+
infoURL: 'https://www.meverse.sg',
|
10211
|
+
shortName: 'MEV',
|
10212
|
+
chainId: 7518,
|
10213
|
+
networkId: 7518,
|
10214
|
+
icon: 'meverse',
|
10215
|
+
explorers: [
|
10216
|
+
{
|
10217
|
+
name: 'MEVerse Chain Explorer',
|
10218
|
+
url: 'https://www.meversescan.io',
|
10219
|
+
standard: 'none',
|
10220
|
+
icon: 'meverse'
|
10221
|
+
}
|
10222
|
+
]
|
10223
|
+
},
|
10123
10224
|
{
|
10124
10225
|
name: 'ADIL Testnet',
|
10125
10226
|
chain: 'ADIL',
|
@@ -16456,6 +16557,27 @@ const chainArray = [
|
|
16456
16557
|
slip44: 1,
|
16457
16558
|
explorers: []
|
16458
16559
|
},
|
16560
|
+
{
|
16561
|
+
name: 'AltLayer Zero Gas Network',
|
16562
|
+
chain: 'ETH',
|
16563
|
+
rpc: [ 'https://zero.alt.technology' ],
|
16564
|
+
faucets: [],
|
16565
|
+
nativeCurrency: { name: 'ZERO', symbol: 'ZERO', decimals: 18 },
|
16566
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
16567
|
+
infoURL: 'https://altlayer.io',
|
16568
|
+
shortName: 'alt-zerogas',
|
16569
|
+
chainId: 4000003,
|
16570
|
+
networkId: 4000003,
|
16571
|
+
icon: 'altlayer',
|
16572
|
+
explorers: [
|
16573
|
+
{
|
16574
|
+
name: 'blockscout',
|
16575
|
+
url: 'https://zero-explorer.alt.technology',
|
16576
|
+
icon: 'blockscout',
|
16577
|
+
standard: 'EIP3091'
|
16578
|
+
}
|
16579
|
+
]
|
16580
|
+
},
|
16459
16581
|
{
|
16460
16582
|
name: 'Worlds Caldera',
|
16461
16583
|
chain: 'WCal',
|