eth-chainlist 0.0.493 → 0.0.495
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/data/chain.js +111 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.495 (2024-09-17)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.494 ([a7c1b99](https://github.com/poowf/eth-chainlist/commit/a7c1b99ddc9fa1f338f2317c8321718302380da9))
|
9
|
+
* update chain data ([d61cf20](https://github.com/poowf/eth-chainlist/commit/d61cf207d24f058ae18e2e9311bf7a60b027e366))
|
10
|
+
|
11
|
+
### 0.0.494 (2024-09-16)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.493 ([ac7406a](https://github.com/poowf/eth-chainlist/commit/ac7406ab2294bd1dd7f9e227c833aceb909edf0d))
|
17
|
+
* update chain data ([21653a7](https://github.com/poowf/eth-chainlist/commit/21653a798e21e06590a53cac6271aea097bb25b0))
|
18
|
+
|
3
19
|
### 0.0.493 (2024-09-14)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -3273,7 +3273,7 @@ const chainArray = [
|
|
3273
3273
|
networkId: 163
|
3274
3274
|
},
|
3275
3275
|
{
|
3276
|
-
name: 'Omni Omega',
|
3276
|
+
name: 'Omni Omega Testnet',
|
3277
3277
|
chain: 'Omni',
|
3278
3278
|
status: 'active',
|
3279
3279
|
rpc: [ 'https://omega.omni.network', 'wss://wss.omega.omni.network' ],
|
@@ -6177,14 +6177,21 @@ const chainArray = [
|
|
6177
6177
|
{
|
6178
6178
|
name: 'Rupaya',
|
6179
6179
|
chain: 'RUPX',
|
6180
|
-
rpc: [],
|
6181
|
-
faucets: [],
|
6180
|
+
rpc: [ 'https://rpc.rupaya.io' ],
|
6181
|
+
faucets: [ 'https://faucet.rupaya.io' ],
|
6182
6182
|
nativeCurrency: { name: 'Rupaya', symbol: 'RUPX', decimals: 18 },
|
6183
6183
|
infoURL: 'https://www.rupaya.io',
|
6184
6184
|
shortName: 'rupx',
|
6185
6185
|
chainId: 499,
|
6186
6186
|
networkId: 499,
|
6187
|
-
slip44: 499
|
6187
|
+
slip44: 499,
|
6188
|
+
explorers: [
|
6189
|
+
{
|
6190
|
+
name: 'Rupaya Explorer',
|
6191
|
+
url: 'https://scan.rupaya.io',
|
6192
|
+
standard: 'EIP3091'
|
6193
|
+
}
|
6194
|
+
]
|
6188
6195
|
},
|
6189
6196
|
{
|
6190
6197
|
name: 'Camino C-Chain',
|
@@ -14219,6 +14226,7 @@ const chainArray = [
|
|
14219
14226
|
shortName: '6do',
|
14220
14227
|
chainId: 2477,
|
14221
14228
|
networkId: 2477,
|
14229
|
+
icon: '6do',
|
14222
14230
|
explorers: [
|
14223
14231
|
{
|
14224
14232
|
name: '6Degree Chain Explorer',
|
@@ -14672,6 +14680,25 @@ const chainArray = [
|
|
14672
14680
|
bridges: [ { url: 'https://bridge-holesky.morphl2.io' } ]
|
14673
14681
|
}
|
14674
14682
|
},
|
14683
|
+
{
|
14684
|
+
name: 'HyperAGI Mainnet',
|
14685
|
+
chain: 'HyperAGI',
|
14686
|
+
rpc: [],
|
14687
|
+
faucets: [],
|
14688
|
+
nativeCurrency: { name: 'Hyperdust', symbol: 'HYPT', decimals: 18 },
|
14689
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
14690
|
+
infoURL: 'https://hyperagi.network',
|
14691
|
+
shortName: 'hypt',
|
14692
|
+
chainId: 2868,
|
14693
|
+
networkId: 1,
|
14694
|
+
explorers: [
|
14695
|
+
{
|
14696
|
+
name: 'hyptscan',
|
14697
|
+
url: 'https://block.hyperagi.network',
|
14698
|
+
standard: 'EIP3091'
|
14699
|
+
}
|
14700
|
+
]
|
14701
|
+
},
|
14675
14702
|
{
|
14676
14703
|
name: 'Chips Network',
|
14677
14704
|
chain: 'CHIPS',
|
@@ -14713,6 +14740,26 @@ const chainArray = [
|
|
14713
14740
|
bridges: [ { url: 'https://gateway.boba.network' } ]
|
14714
14741
|
}
|
14715
14742
|
},
|
14743
|
+
{
|
14744
|
+
name: 'Aarma Mainnet',
|
14745
|
+
chain: 'Aarma',
|
14746
|
+
rpc: [ 'https://aarmarpc.com/' ],
|
14747
|
+
faucets: [],
|
14748
|
+
nativeCurrency: { name: 'Aarma', symbol: 'ARMA', decimals: 18 },
|
14749
|
+
infoURL: 'https://aarmachain.com',
|
14750
|
+
shortName: 'ARMA',
|
14751
|
+
chainId: 2889,
|
14752
|
+
networkId: 2889,
|
14753
|
+
icon: 'arma',
|
14754
|
+
explorers: [
|
14755
|
+
{
|
14756
|
+
name: 'aarmascan',
|
14757
|
+
url: 'https://aarmascan.com',
|
14758
|
+
icon: 'arma',
|
14759
|
+
standard: 'none'
|
14760
|
+
}
|
14761
|
+
]
|
14762
|
+
},
|
14716
14763
|
{
|
14717
14764
|
name: 'Elux Chain',
|
14718
14765
|
chain: 'ELUX',
|
@@ -24418,6 +24465,25 @@ const chainArray = [
|
|
24418
24465
|
}
|
24419
24466
|
]
|
24420
24467
|
},
|
24468
|
+
{
|
24469
|
+
name: 'Everclear Mainnet',
|
24470
|
+
chain: 'Everclear Mainnet',
|
24471
|
+
rpc: [ 'https://rpc.everclear.raas.gelato.cloud' ],
|
24472
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
24473
|
+
faucets: [],
|
24474
|
+
infoURL: '',
|
24475
|
+
shortName: 'Everclear',
|
24476
|
+
chainId: 25327,
|
24477
|
+
networkId: 25327,
|
24478
|
+
explorers: [
|
24479
|
+
{
|
24480
|
+
name: 'Everclear',
|
24481
|
+
url: 'https://scan.everclear.org',
|
24482
|
+
icon: 'everclear',
|
24483
|
+
standard: 'none'
|
24484
|
+
}
|
24485
|
+
]
|
24486
|
+
},
|
24421
24487
|
{
|
24422
24488
|
name: 'AlveyChain Testnet',
|
24423
24489
|
chain: 'tALV',
|
@@ -27904,6 +27970,26 @@ const chainArray = [
|
|
27904
27970
|
],
|
27905
27971
|
parent: { type: 'L2', chain: 'eip155-248' }
|
27906
27972
|
},
|
27973
|
+
{
|
27974
|
+
name: 'DM2 Verse Testnet',
|
27975
|
+
chain: 'DM2 Verse',
|
27976
|
+
icon: 'dm2verse',
|
27977
|
+
rpc: [ 'https://rpc.testnet.dm2verse.dmm.com' ],
|
27978
|
+
faucets: [],
|
27979
|
+
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
27980
|
+
infoURL: 'https://seamoon.dmm.com',
|
27981
|
+
shortName: 'dm2t',
|
27982
|
+
chainId: 68775,
|
27983
|
+
networkId: 68775,
|
27984
|
+
explorers: [
|
27985
|
+
{
|
27986
|
+
name: 'DM2Verse Testnet Explorer',
|
27987
|
+
url: 'https://explorer.testnet.dm2verse.dmm.com',
|
27988
|
+
standard: 'EIP3091'
|
27989
|
+
}
|
27990
|
+
],
|
27991
|
+
parent: { type: 'L2', chain: 'eip155-248' }
|
27992
|
+
},
|
27907
27993
|
{
|
27908
27994
|
name: 'Condrieu',
|
27909
27995
|
title: 'Ethereum Verkle Testnet Condrieu',
|
@@ -34708,6 +34794,27 @@ const chainArray = [
|
|
34708
34794
|
}
|
34709
34795
|
]
|
34710
34796
|
},
|
34797
|
+
{
|
34798
|
+
name: 'COTI Testnet',
|
34799
|
+
title: 'COTI Testnet',
|
34800
|
+
chain: 'COTI',
|
34801
|
+
icon: 'coti',
|
34802
|
+
rpc: [ 'https://testnet.coti.io/rpc' ],
|
34803
|
+
faucets: [ 'https://faucet.coti.io' ],
|
34804
|
+
nativeCurrency: { name: 'COTI', symbol: 'COTI', decimals: 18 },
|
34805
|
+
infoURL: 'https://coti.io/',
|
34806
|
+
shortName: 'coti-testnet',
|
34807
|
+
chainId: 7082400,
|
34808
|
+
networkId: 7082400,
|
34809
|
+
explorers: [
|
34810
|
+
{
|
34811
|
+
name: 'COTI Testnet Explorer',
|
34812
|
+
url: 'https://testnet.cotiscan.io',
|
34813
|
+
icon: 'ethernal',
|
34814
|
+
standard: 'EIP3091'
|
34815
|
+
}
|
34816
|
+
]
|
34817
|
+
},
|
34711
34818
|
{
|
34712
34819
|
name: 'Saakuru Mainnet',
|
34713
34820
|
chain: 'Saakuru',
|