eth-chainlist 0.0.494 → 0.0.495
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/data/chain.js +110 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
3
11
|
### 0.0.494 (2024-09-16)
|
4
12
|
|
5
13
|
|
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',
|
@@ -14673,6 +14680,25 @@ const chainArray = [
|
|
14673
14680
|
bridges: [ { url: 'https://bridge-holesky.morphl2.io' } ]
|
14674
14681
|
}
|
14675
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
|
+
},
|
14676
14702
|
{
|
14677
14703
|
name: 'Chips Network',
|
14678
14704
|
chain: 'CHIPS',
|
@@ -14714,6 +14740,26 @@ const chainArray = [
|
|
14714
14740
|
bridges: [ { url: 'https://gateway.boba.network' } ]
|
14715
14741
|
}
|
14716
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
|
+
},
|
14717
14763
|
{
|
14718
14764
|
name: 'Elux Chain',
|
14719
14765
|
chain: 'ELUX',
|
@@ -24419,6 +24465,25 @@ const chainArray = [
|
|
24419
24465
|
}
|
24420
24466
|
]
|
24421
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
|
+
},
|
24422
24487
|
{
|
24423
24488
|
name: 'AlveyChain Testnet',
|
24424
24489
|
chain: 'tALV',
|
@@ -27905,6 +27970,26 @@ const chainArray = [
|
|
27905
27970
|
],
|
27906
27971
|
parent: { type: 'L2', chain: 'eip155-248' }
|
27907
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
|
+
},
|
27908
27993
|
{
|
27909
27994
|
name: 'Condrieu',
|
27910
27995
|
title: 'Ethereum Verkle Testnet Condrieu',
|
@@ -34709,6 +34794,27 @@ const chainArray = [
|
|
34709
34794
|
}
|
34710
34795
|
]
|
34711
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
|
+
},
|
34712
34818
|
{
|
34713
34819
|
name: 'Saakuru Mainnet',
|
34714
34820
|
chain: 'Saakuru',
|