eth-chainlist 0.0.747 → 0.0.749
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 +169 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.749 (2026-04-03)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.748 ([6d4b231](https://github.com/poowf/eth-chainlist/commit/6d4b231078b526224c752a6a46cb64106f3200b9))
|
|
9
|
+
* update chain data ([f2e5516](https://github.com/poowf/eth-chainlist/commit/f2e5516680dac52b0db27457792a3fdb4fd9a9e1))
|
|
10
|
+
|
|
11
|
+
### 0.0.748 (2026-04-02)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.747 ([dd789ae](https://github.com/poowf/eth-chainlist/commit/dd789ae4eff5781d83be23a0d765b585d3673e3e))
|
|
17
|
+
* update chain data ([e69169f](https://github.com/poowf/eth-chainlist/commit/e69169f61b38438df91e41451c948b6273599e1e))
|
|
18
|
+
|
|
3
19
|
### 0.0.747 (2026-04-01)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -2917,27 +2917,38 @@ const chainArray = [
|
|
|
2917
2917
|
{
|
|
2918
2918
|
name: 'Defi Oracle Meta Mainnet',
|
|
2919
2919
|
chain: 'dfiometa',
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2920
|
+
rpc: [
|
|
2921
|
+
'https://rpc-http-pub.d-bis.org',
|
|
2922
|
+
'wss://rpc-ws-pub.d-bis.org',
|
|
2923
|
+
'https://rpc.d-bis.org',
|
|
2924
|
+
'wss://rpc.d-bis.org',
|
|
2925
|
+
'https://rpc2.d-bis.org',
|
|
2926
|
+
'wss://ws.rpc.d-bis.org',
|
|
2927
|
+
'wss://ws.rpc2.d-bis.org',
|
|
2928
|
+
'https://rpc.public-0138.defi-oracle.io',
|
|
2929
|
+
'wss://rpc.public-0138.defi-oracle.io',
|
|
2930
|
+
'https://rpc.defi-oracle.io',
|
|
2931
|
+
'wss://wss.defi-oracle.io'
|
|
2932
|
+
],
|
|
2933
|
+
features: [
|
|
2934
|
+
{ name: 'EIP155' },
|
|
2935
|
+
{ name: 'EIP1559' },
|
|
2936
|
+
{ name: 'EIP2718' },
|
|
2937
|
+
{ name: 'EIP2930' }
|
|
2938
|
+
],
|
|
2923
2939
|
faucets: [],
|
|
2924
2940
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
2925
|
-
infoURL: 'https://
|
|
2941
|
+
infoURL: 'https://d-bis.org',
|
|
2926
2942
|
shortName: 'dfio-meta-main',
|
|
2927
2943
|
chainId: 138,
|
|
2928
|
-
networkId:
|
|
2944
|
+
networkId: 138,
|
|
2929
2945
|
slip44: 60,
|
|
2930
2946
|
ens: { registry: '0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85' },
|
|
2931
2947
|
explorers: [
|
|
2932
2948
|
{
|
|
2933
|
-
name: 'Blockscout
|
|
2934
|
-
url: 'https://
|
|
2935
|
-
standard: '
|
|
2936
|
-
},
|
|
2937
|
-
{
|
|
2938
|
-
name: 'Quorum Explorer',
|
|
2939
|
-
url: 'https://explorer.defi-oracle.io',
|
|
2940
|
-
standard: 'none'
|
|
2949
|
+
name: 'Blockscout',
|
|
2950
|
+
url: 'https://explorer.d-bis.org',
|
|
2951
|
+
standard: 'EIP3091'
|
|
2941
2952
|
}
|
|
2942
2953
|
]
|
|
2943
2954
|
},
|
|
@@ -12556,6 +12567,27 @@ const chainArray = [
|
|
|
12556
12567
|
}
|
|
12557
12568
|
]
|
|
12558
12569
|
},
|
|
12570
|
+
{
|
|
12571
|
+
name: 'STO Chain',
|
|
12572
|
+
chain: 'STOC',
|
|
12573
|
+
icon: 'stoc',
|
|
12574
|
+
rpc: [ 'https://evm-stoc-mainnet.stochainscan.io' ],
|
|
12575
|
+
faucets: [],
|
|
12576
|
+
nativeCurrency: { name: 'STOC', symbol: 'STOC', decimals: 18 },
|
|
12577
|
+
features: [ { name: 'EIP155' } ],
|
|
12578
|
+
infoURL: 'https://www.stochain.io/',
|
|
12579
|
+
shortName: 'stoc',
|
|
12580
|
+
chainId: 1306,
|
|
12581
|
+
networkId: 1306,
|
|
12582
|
+
explorers: [
|
|
12583
|
+
{
|
|
12584
|
+
name: 'STO Chain Explorer',
|
|
12585
|
+
url: 'https://stochainscan.io/en',
|
|
12586
|
+
standard: 'none'
|
|
12587
|
+
}
|
|
12588
|
+
],
|
|
12589
|
+
status: 'active'
|
|
12590
|
+
},
|
|
12559
12591
|
{
|
|
12560
12592
|
name: 'COINZAX',
|
|
12561
12593
|
chain: 'ZAX',
|
|
@@ -15450,6 +15482,27 @@ const chainArray = [
|
|
|
15450
15482
|
}
|
|
15451
15483
|
]
|
|
15452
15484
|
},
|
|
15485
|
+
{
|
|
15486
|
+
name: 'STO Chain Testnet',
|
|
15487
|
+
chain: 'TSTOC',
|
|
15488
|
+
icon: 'stoc',
|
|
15489
|
+
rpc: [ 'https://evm-stoc-testnet.stochainscan.io' ],
|
|
15490
|
+
faucets: [ 'https://testnet.stochainscan.io/en/request-faucet' ],
|
|
15491
|
+
nativeCurrency: { name: 'TSTOC', symbol: 'TSTOC', decimals: 18 },
|
|
15492
|
+
features: [ { name: 'EIP155' } ],
|
|
15493
|
+
infoURL: 'https://www.stochain.io/',
|
|
15494
|
+
shortName: 'tstoc',
|
|
15495
|
+
chainId: 1999,
|
|
15496
|
+
networkId: 1999,
|
|
15497
|
+
explorers: [
|
|
15498
|
+
{
|
|
15499
|
+
name: 'STO Chain Testnet Explorer',
|
|
15500
|
+
url: 'https://testnet.stochainscan.io/en',
|
|
15501
|
+
standard: 'none'
|
|
15502
|
+
}
|
|
15503
|
+
],
|
|
15504
|
+
status: 'active'
|
|
15505
|
+
},
|
|
15453
15506
|
{
|
|
15454
15507
|
name: 'Dogechain Mainnet',
|
|
15455
15508
|
chain: 'DC',
|
|
@@ -26896,6 +26949,22 @@ const chainArray = [
|
|
|
26896
26949
|
}
|
|
26897
26950
|
]
|
|
26898
26951
|
},
|
|
26952
|
+
{
|
|
26953
|
+
name: 'Nepachain',
|
|
26954
|
+
chain: 'Nepachain',
|
|
26955
|
+
faucets: [],
|
|
26956
|
+
rpc: [
|
|
26957
|
+
'https://network.nepachain.org',
|
|
26958
|
+
'https://network.nepachain.com'
|
|
26959
|
+
],
|
|
26960
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' }, { name: 'EIP2930' } ],
|
|
26961
|
+
nativeCurrency: { name: 'Nepacoin', symbol: 'NPC', decimals: 18 },
|
|
26962
|
+
infoURL: 'https://docs.nepachain.org/',
|
|
26963
|
+
shortName: 'Nepachain',
|
|
26964
|
+
chainId: 9770,
|
|
26965
|
+
networkId: 9770,
|
|
26966
|
+
explorers: []
|
|
26967
|
+
},
|
|
26899
26968
|
{
|
|
26900
26969
|
name: 'PepeNetwork Mainnet',
|
|
26901
26970
|
chain: 'PepeNetwork',
|
|
@@ -30760,6 +30829,66 @@ const chainArray = [
|
|
|
30760
30829
|
],
|
|
30761
30830
|
infoURL: 'https://www.camelark.com'
|
|
30762
30831
|
},
|
|
30832
|
+
{
|
|
30833
|
+
name: 'Mandala Chain',
|
|
30834
|
+
chain: 'MANDALA',
|
|
30835
|
+
icon: 'mandala',
|
|
30836
|
+
rpc: [ 'https://rpc1-mainnet.mandalachain.io' ],
|
|
30837
|
+
faucets: [],
|
|
30838
|
+
nativeCurrency: { name: 'Kepeng', symbol: 'KPG', decimals: 18 },
|
|
30839
|
+
infoURL: 'https://mandalachain.io',
|
|
30840
|
+
shortName: 'mandala',
|
|
30841
|
+
chainId: 20010,
|
|
30842
|
+
networkId: 20010,
|
|
30843
|
+
explorers: [
|
|
30844
|
+
{
|
|
30845
|
+
name: 'Blockscout',
|
|
30846
|
+
url: 'https://explorer.mandalachain.io',
|
|
30847
|
+
icon: 'blockscout',
|
|
30848
|
+
standard: 'EIP3091'
|
|
30849
|
+
}
|
|
30850
|
+
],
|
|
30851
|
+
parent: {
|
|
30852
|
+
type: 'L2',
|
|
30853
|
+
chain: 'eip155-1',
|
|
30854
|
+
bridges: [
|
|
30855
|
+
{
|
|
30856
|
+
url: 'https://portal.arbitrum.io/bridge?destinationChain=mandala-chain&sanitized=true&sourceChain=ethereum'
|
|
30857
|
+
}
|
|
30858
|
+
]
|
|
30859
|
+
},
|
|
30860
|
+
status: 'active'
|
|
30861
|
+
},
|
|
30862
|
+
{
|
|
30863
|
+
name: 'Mandala Chain Testnet',
|
|
30864
|
+
chain: 'MANDALA',
|
|
30865
|
+
icon: 'mandala',
|
|
30866
|
+
rpc: [ 'https://rpc1-testnet.mandalachain.io' ],
|
|
30867
|
+
faucets: [ 'https://dripper.mandalachain.io' ],
|
|
30868
|
+
nativeCurrency: { name: 'Kepeng Test', symbol: 'KPGT', decimals: 18 },
|
|
30869
|
+
infoURL: 'https://mandalachain.io',
|
|
30870
|
+
shortName: 'mandala-testnet',
|
|
30871
|
+
chainId: 20011,
|
|
30872
|
+
networkId: 20011,
|
|
30873
|
+
explorers: [
|
|
30874
|
+
{
|
|
30875
|
+
name: 'Blockscout',
|
|
30876
|
+
url: 'https://explorer.testnet.mandalachain.io',
|
|
30877
|
+
icon: 'blockscout',
|
|
30878
|
+
standard: 'EIP3091'
|
|
30879
|
+
}
|
|
30880
|
+
],
|
|
30881
|
+
parent: {
|
|
30882
|
+
type: 'L2',
|
|
30883
|
+
chain: 'eip155-11155111',
|
|
30884
|
+
bridges: [
|
|
30885
|
+
{
|
|
30886
|
+
url: 'https://portal.arbitrum.io/bridge?destinationChain=mandala-chain-testnet&sanitized=true&sourceChain=sepolia'
|
|
30887
|
+
}
|
|
30888
|
+
]
|
|
30889
|
+
},
|
|
30890
|
+
status: 'active'
|
|
30891
|
+
},
|
|
30763
30892
|
{
|
|
30764
30893
|
name: 'Niza Chain Mainnet',
|
|
30765
30894
|
chain: 'NIZA',
|
|
@@ -38820,6 +38949,18 @@ const chainArray = [
|
|
|
38820
38949
|
}
|
|
38821
38950
|
]
|
|
38822
38951
|
},
|
|
38952
|
+
{
|
|
38953
|
+
name: 'JAMIROQU.AI',
|
|
38954
|
+
chain: 'INSAN',
|
|
38955
|
+
rpc: [],
|
|
38956
|
+
faucets: [],
|
|
38957
|
+
nativeCurrency: { name: 'INSAN', symbol: 'INSAN', decimals: 18 },
|
|
38958
|
+
infoURL: 'https://www.jamiroqu.ai',
|
|
38959
|
+
shortName: 'insan',
|
|
38960
|
+
chainId: 89001,
|
|
38961
|
+
networkId: 89001,
|
|
38962
|
+
status: 'incubating'
|
|
38963
|
+
},
|
|
38823
38964
|
{
|
|
38824
38965
|
name: 'Pundi AIFX Omnilayer Testnet',
|
|
38825
38966
|
chain: 'PUNDIAI',
|
|
@@ -48209,6 +48350,21 @@ const chainArray = [
|
|
|
48209
48350
|
}
|
|
48210
48351
|
]
|
|
48211
48352
|
},
|
|
48353
|
+
{
|
|
48354
|
+
name: 'ClawCoin',
|
|
48355
|
+
chain: 'CC',
|
|
48356
|
+
icon: 'clawcoin',
|
|
48357
|
+
rpc: [ 'https://evm.clawcoin.com' ],
|
|
48358
|
+
features: [ { name: 'EIP155' } ],
|
|
48359
|
+
faucets: [],
|
|
48360
|
+
nativeCurrency: { name: 'ClawCoin', symbol: 'CC', decimals: 18 },
|
|
48361
|
+
infoURL: 'https://clawcoin.com',
|
|
48362
|
+
shortName: 'cc',
|
|
48363
|
+
chainId: 11111111,
|
|
48364
|
+
networkId: 11111111,
|
|
48365
|
+
slip44: 60,
|
|
48366
|
+
status: 'active'
|
|
48367
|
+
},
|
|
48212
48368
|
{
|
|
48213
48369
|
name: 'Celo Sepolia Testnet',
|
|
48214
48370
|
chainId: 11142220,
|