eth-chainlist 0.0.769 → 0.0.771
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 +63 -35
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.771 (2026-05-15)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.770 ([4b98cb4](https://github.com/poowf/eth-chainlist/commit/4b98cb49df2d6975cffd6e9196f7c7e3cd11f894))
|
|
9
|
+
* update chain data ([14ef5ad](https://github.com/poowf/eth-chainlist/commit/14ef5add6589550625127a37c2bcab35818e7488))
|
|
10
|
+
|
|
11
|
+
### 0.0.770 (2026-05-14)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.769 ([5eaa457](https://github.com/poowf/eth-chainlist/commit/5eaa457e86e209f268369a994a25b393ea315f35))
|
|
17
|
+
* update chain data ([6d6ab7b](https://github.com/poowf/eth-chainlist/commit/6d6ab7b2db160149712ff9cbd6cdb06b3111cee5))
|
|
18
|
+
|
|
3
19
|
### 0.0.769 (2026-05-13)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -765,24 +765,23 @@ const chainArray = [
|
|
|
765
765
|
]
|
|
766
766
|
},
|
|
767
767
|
{
|
|
768
|
-
name: '
|
|
769
|
-
chain: '
|
|
768
|
+
name: 'CONX Chain',
|
|
769
|
+
chain: 'CONX',
|
|
770
770
|
rpc: [ 'https://dimension-evm-rpc.xpla.dev' ],
|
|
771
771
|
faucets: [],
|
|
772
772
|
nativeCurrency: { name: 'XPLA', symbol: 'XPLA', decimals: 18 },
|
|
773
|
-
infoURL: 'https://
|
|
774
|
-
shortName: '
|
|
773
|
+
infoURL: 'https://conx.xyz',
|
|
774
|
+
shortName: 'conx',
|
|
775
775
|
chainId: 37,
|
|
776
776
|
networkId: 37,
|
|
777
|
-
icon: '
|
|
777
|
+
icon: 'conx',
|
|
778
778
|
explorers: [
|
|
779
779
|
{
|
|
780
|
-
name: '
|
|
781
|
-
url: 'https://explorer.
|
|
780
|
+
name: 'CONX Explorer',
|
|
781
|
+
url: 'https://explorer.conx.xyz/mainnet',
|
|
782
782
|
standard: 'EIP3091'
|
|
783
783
|
}
|
|
784
|
-
]
|
|
785
|
-
redFlags: [ 'reusedChainId' ]
|
|
784
|
+
]
|
|
786
785
|
},
|
|
787
786
|
{
|
|
788
787
|
name: 'Valorbit',
|
|
@@ -2893,7 +2892,8 @@ const chainArray = [
|
|
|
2893
2892
|
'wss://polygon-bor-rpc.publicnode.com',
|
|
2894
2893
|
'https://polygon.gateway.tenderly.co',
|
|
2895
2894
|
'wss://polygon.gateway.tenderly.co',
|
|
2896
|
-
'https://rpc.satelink.network/rpc/polygon'
|
|
2895
|
+
'https://rpc.satelink.network/rpc/polygon',
|
|
2896
|
+
'https://rpcfree.com/polygon-rpc'
|
|
2897
2897
|
],
|
|
2898
2898
|
faucets: [],
|
|
2899
2899
|
nativeCurrency: { name: 'POL', symbol: 'POL', decimals: 18 },
|
|
@@ -26119,6 +26119,24 @@ const chainArray = [
|
|
|
26119
26119
|
],
|
|
26120
26120
|
status: 'active'
|
|
26121
26121
|
},
|
|
26122
|
+
{
|
|
26123
|
+
name: 'MYRX-MAINNET',
|
|
26124
|
+
chain: 'MYRX',
|
|
26125
|
+
rpc: [ 'https://rpc.myrxwallet.io' ],
|
|
26126
|
+
faucets: [],
|
|
26127
|
+
nativeCurrency: { name: 'MyRx Token', symbol: 'MRT', decimals: 18 },
|
|
26128
|
+
infoURL: 'https://myrxwallet.io',
|
|
26129
|
+
shortName: 'myrx',
|
|
26130
|
+
chainId: 8472,
|
|
26131
|
+
networkId: 8472,
|
|
26132
|
+
explorers: [
|
|
26133
|
+
{
|
|
26134
|
+
name: 'MyRx Explorer',
|
|
26135
|
+
url: 'https://explorer.myrxwallet.io',
|
|
26136
|
+
standard: 'EIP3091'
|
|
26137
|
+
}
|
|
26138
|
+
]
|
|
26139
|
+
},
|
|
26122
26140
|
{
|
|
26123
26141
|
name: 'Chakra Testnet',
|
|
26124
26142
|
chain: 'Chakra Testnet',
|
|
@@ -39850,27 +39868,17 @@ const chainArray = [
|
|
|
39850
39868
|
]
|
|
39851
39869
|
},
|
|
39852
39870
|
{
|
|
39853
|
-
name: '
|
|
39871
|
+
name: 'INSAN',
|
|
39854
39872
|
chain: 'INSAN',
|
|
39855
|
-
|
|
39856
|
-
rpc: [
|
|
39857
|
-
'https://rpc.jamiroqu.ai',
|
|
39858
|
-
'https://rpc.capitalexchange.digital'
|
|
39859
|
-
],
|
|
39873
|
+
rpc: [],
|
|
39860
39874
|
faucets: [],
|
|
39861
39875
|
nativeCurrency: { name: 'INSAN', symbol: 'INSAN', decimals: 18 },
|
|
39862
|
-
infoURL: '
|
|
39876
|
+
infoURL: '',
|
|
39863
39877
|
shortName: 'insan',
|
|
39864
39878
|
chainId: 89001,
|
|
39865
39879
|
networkId: 89001,
|
|
39866
|
-
|
|
39867
|
-
|
|
39868
|
-
{
|
|
39869
|
-
name: 'JAMIROQU.AI 89001 INSAN EVM',
|
|
39870
|
-
url: 'https://explorer.jamiroqu.ai',
|
|
39871
|
-
standard: 'EIP3091'
|
|
39872
|
-
}
|
|
39873
|
-
]
|
|
39880
|
+
explorers: [],
|
|
39881
|
+
status: 'deprecated'
|
|
39874
39882
|
},
|
|
39875
39883
|
{
|
|
39876
39884
|
name: 'Pundi AIFX Omnilayer Testnet',
|
|
@@ -49704,6 +49712,7 @@ const chainArray = [
|
|
|
49704
49712
|
rpc: [
|
|
49705
49713
|
'https://rpc.onfachain.com',
|
|
49706
49714
|
'https://rpc.onfachain.net',
|
|
49715
|
+
'https://main.onfachain.net',
|
|
49707
49716
|
'wss://ws.onfachain.com',
|
|
49708
49717
|
'wss://ws.onfachain.net'
|
|
49709
49718
|
],
|
|
@@ -49713,6 +49722,7 @@ const chainArray = [
|
|
|
49713
49722
|
shortName: 'onfachain',
|
|
49714
49723
|
chainId: 12082025,
|
|
49715
49724
|
networkId: 12082025,
|
|
49725
|
+
icon: 'onfachain',
|
|
49716
49726
|
explorers: [
|
|
49717
49727
|
{
|
|
49718
49728
|
name: 'ONFA Scan',
|
|
@@ -51026,6 +51036,24 @@ const chainArray = [
|
|
|
51026
51036
|
}
|
|
51027
51037
|
]
|
|
51028
51038
|
},
|
|
51039
|
+
{
|
|
51040
|
+
name: 'Cryptos Testnet Beta',
|
|
51041
|
+
chain: 'CRYPTOS',
|
|
51042
|
+
rpc: [ 'https://rpc-testnet-beta-evm.cryptos.com' ],
|
|
51043
|
+
faucets: [],
|
|
51044
|
+
nativeCurrency: { name: 'Cryptos', symbol: 'CRPTOS', decimals: 18 },
|
|
51045
|
+
infoURL: 'https://cryptos.com',
|
|
51046
|
+
shortName: 'cryptos-testnet-beta',
|
|
51047
|
+
chainId: 77777777,
|
|
51048
|
+
networkId: 77777777,
|
|
51049
|
+
explorers: [
|
|
51050
|
+
{
|
|
51051
|
+
name: 'Cryptos Explorer (Testnet Beta)',
|
|
51052
|
+
url: 'https://explorer-beta.cryptos.com',
|
|
51053
|
+
standard: 'EIP3091'
|
|
51054
|
+
}
|
|
51055
|
+
]
|
|
51056
|
+
},
|
|
51029
51057
|
{
|
|
51030
51058
|
name: '0xHash Testnet',
|
|
51031
51059
|
chain: 'HETH',
|
|
@@ -53293,26 +53321,26 @@ const chainArray = [
|
|
|
53293
53321
|
]
|
|
53294
53322
|
},
|
|
53295
53323
|
{
|
|
53296
|
-
name: 'ONFA Chain',
|
|
53297
|
-
title: 'ONFA Chain',
|
|
53324
|
+
name: 'ONFA Chain Testnet',
|
|
53325
|
+
title: 'ONFA Chain Testnet',
|
|
53298
53326
|
chain: 'onfa',
|
|
53299
53327
|
rpc: [
|
|
53300
|
-
'https://rpc.
|
|
53301
|
-
'https://rpc.onfachain.
|
|
53302
|
-
'wss://ws.
|
|
53303
|
-
'wss://ws.onfachain.
|
|
53328
|
+
'https://rpc-testnet.onfachain.com',
|
|
53329
|
+
'https://rpc-testnet.onfachain.net',
|
|
53330
|
+
'wss://ws-testnet.onfachain.com',
|
|
53331
|
+
'wss://ws-testnet.onfachain.net'
|
|
53304
53332
|
],
|
|
53305
53333
|
faucets: [],
|
|
53306
|
-
nativeCurrency: { name: '
|
|
53307
|
-
infoURL: 'https://
|
|
53308
|
-
shortName: '
|
|
53334
|
+
nativeCurrency: { name: 'ONFA Coin', symbol: 'OFCT', decimals: 18 },
|
|
53335
|
+
infoURL: 'https://onfachain.com',
|
|
53336
|
+
shortName: 'onfatestnet',
|
|
53309
53337
|
chainId: 8691942025,
|
|
53310
53338
|
networkId: 8691942025,
|
|
53311
53339
|
icon: 'onfachain',
|
|
53312
53340
|
explorers: [
|
|
53313
53341
|
{
|
|
53314
53342
|
name: 'ONFA Scan',
|
|
53315
|
-
url: 'https://onfascan.
|
|
53343
|
+
url: 'https://onfascan.io',
|
|
53316
53344
|
icon: 'onfachain',
|
|
53317
53345
|
standard: 'EIP3091'
|
|
53318
53346
|
}
|