eth-chainlist 0.0.615 → 0.0.617
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 +86 -11
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.617 (2025-02-19)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.616 ([465dbc3](https://github.com/poowf/eth-chainlist/commit/465dbc3ce55376bbc43f43d474fd65c24799eaa0))
|
9
|
+
* update chain data ([4c0e199](https://github.com/poowf/eth-chainlist/commit/4c0e199baa1ff9dc01c24598aed871f052acb36d))
|
10
|
+
|
11
|
+
### 0.0.616 (2025-02-18)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.615 ([45bda5a](https://github.com/poowf/eth-chainlist/commit/45bda5a1a5cac2f8e17beec840dcc22545729ace))
|
17
|
+
* update chain data ([eef1c97](https://github.com/poowf/eth-chainlist/commit/eef1c978e2e365646ebd98e4b4bacbccfd24b230))
|
18
|
+
|
3
19
|
### 0.0.615 (2025-02-17)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -11759,6 +11759,26 @@ const chainArray = [
|
|
11759
11759
|
}
|
11760
11760
|
]
|
11761
11761
|
},
|
11762
|
+
{
|
11763
|
+
name: 'COINZAX',
|
11764
|
+
chain: 'ZAX',
|
11765
|
+
icon: 'coinzaxIcon',
|
11766
|
+
rpc: [ 'https://rpc.coinzax.com' ],
|
11767
|
+
faucets: [],
|
11768
|
+
nativeCurrency: { name: 'COINZAX', symbol: 'ZAX', decimals: 18 },
|
11769
|
+
infoURL: 'https://coinzax.com',
|
11770
|
+
shortName: 'zax',
|
11771
|
+
chainId: 1310,
|
11772
|
+
networkId: 1310,
|
11773
|
+
status: 'active',
|
11774
|
+
explorers: [
|
11775
|
+
{
|
11776
|
+
name: 'COINZAX Explorer',
|
11777
|
+
url: 'https://explorer.coinzax.com',
|
11778
|
+
standard: 'EIP3091'
|
11779
|
+
}
|
11780
|
+
]
|
11781
|
+
},
|
11762
11782
|
{
|
11763
11783
|
name: 'Dos Fuji Subnet',
|
11764
11784
|
chain: 'DOS',
|
@@ -14123,22 +14143,24 @@ const chainArray = [
|
|
14123
14143
|
},
|
14124
14144
|
{
|
14125
14145
|
name: 'edeXa Testnet',
|
14126
|
-
chain: 'edeXa
|
14146
|
+
chain: 'edeXa',
|
14127
14147
|
rpc: [
|
14128
14148
|
'https://testnet.edexa.network/rpc',
|
14129
|
-
'
|
14149
|
+
'wss://testnet.edexa.network/wss',
|
14150
|
+
'https://testnet.edexa.com/rpc',
|
14151
|
+
'wss://testnet.edexa.com/wss'
|
14130
14152
|
],
|
14131
14153
|
faucets: [ 'https://faucet.edexa.com/' ],
|
14132
|
-
nativeCurrency: { name: '
|
14154
|
+
nativeCurrency: { name: 'edeXa', symbol: 'tEDX', decimals: 18 },
|
14133
14155
|
infoURL: 'https://edexa.network/',
|
14134
|
-
shortName: '
|
14156
|
+
shortName: 'edxt',
|
14135
14157
|
chainId: 1995,
|
14136
14158
|
networkId: 1995,
|
14137
14159
|
slip44: 1,
|
14138
14160
|
icon: 'edexa',
|
14139
14161
|
explorers: [
|
14140
14162
|
{
|
14141
|
-
name: 'edexa-testnet',
|
14163
|
+
name: 'edexa-testnet-explorer',
|
14142
14164
|
url: 'https://explorer.testnet.edexa.network',
|
14143
14165
|
standard: 'EIP3091'
|
14144
14166
|
}
|
@@ -17756,6 +17778,27 @@ const chainArray = [
|
|
17756
17778
|
],
|
17757
17779
|
status: 'deprecated'
|
17758
17780
|
},
|
17781
|
+
{
|
17782
|
+
name: 'Xone Mainnet',
|
17783
|
+
chain: 'XOC',
|
17784
|
+
icon: 'Xonechain',
|
17785
|
+
rpc: [ 'https://rpc.xone.org' ],
|
17786
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
17787
|
+
faucets: [ 'https://faucet.xone.org/' ],
|
17788
|
+
nativeCurrency: { name: 'Xone Coin', symbol: 'XOC', decimals: 18 },
|
17789
|
+
infoURL: 'https://xone.org',
|
17790
|
+
shortName: 'XOC',
|
17791
|
+
chainId: 3721,
|
17792
|
+
networkId: 3721,
|
17793
|
+
explorers: [
|
17794
|
+
{
|
17795
|
+
name: 'Xonescan',
|
17796
|
+
url: 'https://xscscan.com',
|
17797
|
+
icon: 'Xonescan',
|
17798
|
+
standard: 'EIP3091'
|
17799
|
+
}
|
17800
|
+
]
|
17801
|
+
},
|
17759
17802
|
{
|
17760
17803
|
name: 'Crossbell',
|
17761
17804
|
chain: 'Crossbell',
|
@@ -21134,7 +21177,7 @@ const chainArray = [
|
|
21134
21177
|
]
|
21135
21178
|
},
|
21136
21179
|
{
|
21137
|
-
name: 'Nibiru
|
21180
|
+
name: 'Nibiru cataclysm-1',
|
21138
21181
|
chain: 'Nibiru',
|
21139
21182
|
rpc: [ 'https://evm-rpc.nibiru.fi' ],
|
21140
21183
|
faucets: [],
|
@@ -21512,7 +21555,7 @@ const chainArray = [
|
|
21512
21555
|
explorers: []
|
21513
21556
|
},
|
21514
21557
|
{
|
21515
|
-
name: 'Nibiru
|
21558
|
+
name: 'Nibiru testnet-1',
|
21516
21559
|
chain: 'Nibiru',
|
21517
21560
|
rpc: [ 'https://evm-rpc.testnet-1.nibiru.fi' ],
|
21518
21561
|
faucets: [],
|
@@ -21525,7 +21568,7 @@ const chainArray = [
|
|
21525
21568
|
explorers: []
|
21526
21569
|
},
|
21527
21570
|
{
|
21528
|
-
name: 'Nibiru
|
21571
|
+
name: 'Nibiru devnet-3',
|
21529
21572
|
chain: 'Nibiru',
|
21530
21573
|
rpc: [ 'https://evm-rpc.devnet-3.nibiru.fi' ],
|
21531
21574
|
faucets: [],
|
@@ -21538,7 +21581,7 @@ const chainArray = [
|
|
21538
21581
|
explorers: []
|
21539
21582
|
},
|
21540
21583
|
{
|
21541
|
-
name: 'InitVerse
|
21584
|
+
name: 'InitVerse Mainnet',
|
21542
21585
|
chain: 'InitVerse',
|
21543
21586
|
rpc: [ 'https://rpc-mainnet.inichain.com' ],
|
21544
21587
|
faucets: [],
|
@@ -22607,6 +22650,19 @@ const chainArray = [
|
|
22607
22650
|
chainId: 8098,
|
22608
22651
|
networkId: 8098
|
22609
22652
|
},
|
22653
|
+
{
|
22654
|
+
name: 'Bharat Blockchain Network Mainnet',
|
22655
|
+
chain: 'BBN',
|
22656
|
+
rpc: [ 'https://bbnrpc.mainnet.bharatblockchain.io' ],
|
22657
|
+
faucets: [],
|
22658
|
+
nativeCurrency: { name: 'BBN', symbol: 'BBN', decimals: 18 },
|
22659
|
+
features: [],
|
22660
|
+
infoURL: 'https://bharatblockchain.io/',
|
22661
|
+
shortName: 'bbn',
|
22662
|
+
chainId: 8099,
|
22663
|
+
networkId: 8099,
|
22664
|
+
explorers: []
|
22665
|
+
},
|
22610
22666
|
{
|
22611
22667
|
name: 'Zenchain',
|
22612
22668
|
chain: 'ZCX',
|
@@ -41295,6 +41351,25 @@ const chainArray = [
|
|
41295
41351
|
}
|
41296
41352
|
]
|
41297
41353
|
},
|
41354
|
+
{
|
41355
|
+
name: 'The Ting Blockchain Testnet Explorer',
|
41356
|
+
chain: 'Ting',
|
41357
|
+
rpc: [ 'https://testnet.tingchain.org' ],
|
41358
|
+
faucets: [],
|
41359
|
+
nativeCurrency: { name: 'Ton', symbol: 'Ton', decimals: 18 },
|
41360
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
41361
|
+
infoURL: 'https://tingscan.com',
|
41362
|
+
shortName: 'ting-testnet',
|
41363
|
+
chainId: 6666689,
|
41364
|
+
networkId: 6666689,
|
41365
|
+
explorers: [
|
41366
|
+
{
|
41367
|
+
name: 'TingScan',
|
41368
|
+
url: 'https://tingscan.com',
|
41369
|
+
standard: 'EIP3091'
|
41370
|
+
}
|
41371
|
+
]
|
41372
|
+
},
|
41298
41373
|
{
|
41299
41374
|
name: 'COTI Testnet',
|
41300
41375
|
title: 'COTI Testnet',
|
@@ -42590,9 +42665,9 @@ const chainArray = [
|
|
42590
42665
|
'https://rpc-testnet.knight.center'
|
42591
42666
|
],
|
42592
42667
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
42593
|
-
faucets: [ 'https://faucet.xone.
|
42668
|
+
faucets: [ 'https://faucet.xone.org/' ],
|
42594
42669
|
nativeCurrency: { name: 'Xone Coin', symbol: 'XOC', decimals: 18 },
|
42595
|
-
infoURL: 'https://xone.
|
42670
|
+
infoURL: 'https://xone.org',
|
42596
42671
|
shortName: 'txoc',
|
42597
42672
|
chainId: 33772211,
|
42598
42673
|
networkId: 33772211,
|