eth-chainlist 0.0.463 → 0.0.465
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 +138 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.465 (2024-08-14)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.464 ([da0604c](https://github.com/poowf/eth-chainlist/commit/da0604c8fe508b7847a2736099a0d0db737a3c1b))
|
|
9
|
+
* update chain data ([0fb2984](https://github.com/poowf/eth-chainlist/commit/0fb2984b46b81a561fcda9808fb7fca3036d8b37))
|
|
10
|
+
|
|
11
|
+
### 0.0.464 (2024-08-13)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.463 ([0f397f7](https://github.com/poowf/eth-chainlist/commit/0f397f74c10cdeaaa12ffe249c155dfb315c4306))
|
|
17
|
+
* update chain data ([ce39127](https://github.com/poowf/eth-chainlist/commit/ce39127fee3ea1b56a2622bf193505b07e3c1b62))
|
|
18
|
+
|
|
3
19
|
### 0.0.463 (2024-08-11)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -8535,7 +8535,7 @@ const chainArray = [
|
|
|
8535
8535
|
chain: 'KAIA',
|
|
8536
8536
|
rpc: [ 'https://public-en.kairos.node.kaia.io' ],
|
|
8537
8537
|
faucets: [ 'https://faucet.kaia.io' ],
|
|
8538
|
-
nativeCurrency: { name: 'KAIA', symbol: '
|
|
8538
|
+
nativeCurrency: { name: 'KAIA', symbol: 'KLAY', decimals: 18 },
|
|
8539
8539
|
infoURL: 'https://kaia.io/',
|
|
8540
8540
|
shortName: 'kaia-kairos',
|
|
8541
8541
|
chainId: 1001,
|
|
@@ -17597,6 +17597,24 @@ const chainArray = [
|
|
|
17597
17597
|
networkId: 6502,
|
|
17598
17598
|
explorers: []
|
|
17599
17599
|
},
|
|
17600
|
+
{
|
|
17601
|
+
name: 'Flamma Testnet',
|
|
17602
|
+
chain: 'Flamma',
|
|
17603
|
+
rpc: [ 'https://testnetrpc.flamma.network' ],
|
|
17604
|
+
faucets: [],
|
|
17605
|
+
nativeCurrency: { name: 'Flamma', symbol: 'FLA', decimals: 18 },
|
|
17606
|
+
infoURL: 'https://flamma.network',
|
|
17607
|
+
shortName: 'FlammaTestnet',
|
|
17608
|
+
chainId: 6550,
|
|
17609
|
+
networkId: 6550,
|
|
17610
|
+
explorers: [
|
|
17611
|
+
{
|
|
17612
|
+
name: 'flascan',
|
|
17613
|
+
url: 'https://testnet.flascan.net',
|
|
17614
|
+
standard: 'EIP3091'
|
|
17615
|
+
}
|
|
17616
|
+
]
|
|
17617
|
+
},
|
|
17600
17618
|
{
|
|
17601
17619
|
name: 'Scolcoin WeiChain Testnet',
|
|
17602
17620
|
chain: 'SCOLWEI-testnet',
|
|
@@ -18154,6 +18172,19 @@ const chainArray = [
|
|
|
18154
18172
|
}
|
|
18155
18173
|
]
|
|
18156
18174
|
},
|
|
18175
|
+
{
|
|
18176
|
+
name: 'Nibiru Devnet-3',
|
|
18177
|
+
chain: 'Nibiru',
|
|
18178
|
+
rpc: [ 'https://evm-rpc.devnet-3.nibiru.fi' ],
|
|
18179
|
+
faucets: [],
|
|
18180
|
+
nativeCurrency: { name: 'NIBI', symbol: 'NIBI', decimals: 18 },
|
|
18181
|
+
infoURL: 'https://nibiru.fi',
|
|
18182
|
+
shortName: 'nibiru',
|
|
18183
|
+
chainId: 7222,
|
|
18184
|
+
networkId: 7222,
|
|
18185
|
+
icon: 'nibiru',
|
|
18186
|
+
explorers: []
|
|
18187
|
+
},
|
|
18157
18188
|
{
|
|
18158
18189
|
name: 'ZEUS Testnet',
|
|
18159
18190
|
chain: 'tZEUS',
|
|
@@ -19177,9 +19208,9 @@ const chainArray = [
|
|
|
19177
19208
|
{
|
|
19178
19209
|
name: 'Kaia Mainnet',
|
|
19179
19210
|
chain: 'KAIA',
|
|
19180
|
-
rpc: [ 'https://public-en
|
|
19211
|
+
rpc: [ 'https://public-en.node.kaia.io' ],
|
|
19181
19212
|
faucets: [],
|
|
19182
|
-
nativeCurrency: { name: 'KAIA', symbol: '
|
|
19213
|
+
nativeCurrency: { name: 'KAIA', symbol: 'KLAY', decimals: 18 },
|
|
19183
19214
|
infoURL: 'https://kaia.io',
|
|
19184
19215
|
shortName: 'kaia-mainnet',
|
|
19185
19216
|
chainId: 8217,
|
|
@@ -24572,7 +24603,7 @@ const chainArray = [
|
|
|
24572
24603
|
{
|
|
24573
24604
|
name: 'Curtis',
|
|
24574
24605
|
chain: 'Curtis',
|
|
24575
|
-
rpc: [ 'https://curtis.
|
|
24606
|
+
rpc: [ 'https://rpc.curtis.apechain.com' ],
|
|
24576
24607
|
faucets: [ 'https://curtis.hub.caldera.xyz' ],
|
|
24577
24608
|
nativeCurrency: { name: 'ApeCoin', symbol: 'APE', decimals: 18 },
|
|
24578
24609
|
infoURL: 'https://curtis.hub.caldera.xyz',
|
|
@@ -24583,7 +24614,7 @@ const chainArray = [
|
|
|
24583
24614
|
explorers: [
|
|
24584
24615
|
{
|
|
24585
24616
|
name: 'Curtis Explorer',
|
|
24586
|
-
url: 'https://curtis.
|
|
24617
|
+
url: 'https://explorer.curtis.apechain.com',
|
|
24587
24618
|
standard: 'EIP3091'
|
|
24588
24619
|
}
|
|
24589
24620
|
]
|
|
@@ -25500,6 +25531,35 @@ const chainArray = [
|
|
|
25500
25531
|
}
|
|
25501
25532
|
]
|
|
25502
25533
|
},
|
|
25534
|
+
{
|
|
25535
|
+
name: 'Blessnet',
|
|
25536
|
+
chain: 'ETH',
|
|
25537
|
+
rpc: [
|
|
25538
|
+
'https://blessnet.calderachain.xyz/http',
|
|
25539
|
+
'wss://blessnet.calderachain.xyz/ws'
|
|
25540
|
+
],
|
|
25541
|
+
faucets: [],
|
|
25542
|
+
nativeCurrency: { name: 'Bless', symbol: 'BLESS', decimals: 18 },
|
|
25543
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
25544
|
+
infoURL: 'https://blessnet.io',
|
|
25545
|
+
shortName: 'bless',
|
|
25546
|
+
chainId: 45513,
|
|
25547
|
+
networkId: 45513,
|
|
25548
|
+
icon: 'bless',
|
|
25549
|
+
explorers: [
|
|
25550
|
+
{
|
|
25551
|
+
name: 'blockscout',
|
|
25552
|
+
url: 'https://blessnet.calderaexplorer.xyz',
|
|
25553
|
+
icon: 'bless',
|
|
25554
|
+
standard: 'EIP3091'
|
|
25555
|
+
}
|
|
25556
|
+
],
|
|
25557
|
+
parent: {
|
|
25558
|
+
type: 'L2',
|
|
25559
|
+
chain: 'eip155-42161',
|
|
25560
|
+
bridges: [ { url: 'https://blessnet.bridge.caldera.xyz' } ]
|
|
25561
|
+
}
|
|
25562
|
+
},
|
|
25503
25563
|
{
|
|
25504
25564
|
name: 'Fusion Testnet',
|
|
25505
25565
|
chain: 'FSN',
|
|
@@ -25528,7 +25588,10 @@ const chainArray = [
|
|
|
25528
25588
|
{
|
|
25529
25589
|
name: 'Neo X Mainnet',
|
|
25530
25590
|
chain: 'Neo X',
|
|
25531
|
-
rpc: [
|
|
25591
|
+
rpc: [
|
|
25592
|
+
'https://mainnet-1.rpc.banelabs.org',
|
|
25593
|
+
'https://mainnet-2.rpc.banelabs.org'
|
|
25594
|
+
],
|
|
25532
25595
|
faucets: [],
|
|
25533
25596
|
nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
|
|
25534
25597
|
infoURL: 'https://neo.org/',
|
|
@@ -26070,6 +26133,24 @@ const chainArray = [
|
|
|
26070
26133
|
}
|
|
26071
26134
|
]
|
|
26072
26135
|
},
|
|
26136
|
+
{
|
|
26137
|
+
name: 'Flamma Mainnet',
|
|
26138
|
+
chain: 'Flamma',
|
|
26139
|
+
rpc: [ 'https://rpc.flamma.network' ],
|
|
26140
|
+
faucets: [],
|
|
26141
|
+
nativeCurrency: { name: 'Flamma', symbol: 'FLA', decimals: 18 },
|
|
26142
|
+
infoURL: 'https://flamma.network',
|
|
26143
|
+
shortName: 'FlammaMainnet',
|
|
26144
|
+
chainId: 55614,
|
|
26145
|
+
networkId: 55614,
|
|
26146
|
+
explorers: [
|
|
26147
|
+
{
|
|
26148
|
+
name: 'flascan',
|
|
26149
|
+
url: 'https://flascan.net',
|
|
26150
|
+
standard: 'EIP3091'
|
|
26151
|
+
}
|
|
26152
|
+
]
|
|
26153
|
+
},
|
|
26073
26154
|
{
|
|
26074
26155
|
name: 'Lambda Chain Mainnet',
|
|
26075
26156
|
chain: 'Lambda Chain',
|
|
@@ -26842,6 +26923,7 @@ const chainArray = [
|
|
|
26842
26923
|
shortName: 'cratd2c-testnet',
|
|
26843
26924
|
chainId: 65349,
|
|
26844
26925
|
networkId: 65349,
|
|
26926
|
+
icon: 'cratd2c-testnet',
|
|
26845
26927
|
explorers: [
|
|
26846
26928
|
{
|
|
26847
26929
|
name: 'Blockscout',
|
|
@@ -28568,6 +28650,25 @@ const chainArray = [
|
|
|
28568
28650
|
}
|
|
28569
28651
|
]
|
|
28570
28652
|
},
|
|
28653
|
+
{
|
|
28654
|
+
name: 'EdgaMatrix Chain Testnet',
|
|
28655
|
+
chain: 'EMC Testnet',
|
|
28656
|
+
icon: 'emctest',
|
|
28657
|
+
rpc: [ 'https://rpc1-testnet.emc.network' ],
|
|
28658
|
+
faucets: [],
|
|
28659
|
+
nativeCurrency: { name: 'EdgaMatrix Chain Token', symbol: 'EMC', decimals: 18 },
|
|
28660
|
+
infoURL: '',
|
|
28661
|
+
shortName: 'EMCTestnet',
|
|
28662
|
+
chainId: 99876,
|
|
28663
|
+
networkId: 99876,
|
|
28664
|
+
explorers: [
|
|
28665
|
+
{
|
|
28666
|
+
name: 'blockscout',
|
|
28667
|
+
url: 'https://testnet.emcscan.com',
|
|
28668
|
+
standard: 'EIP3091'
|
|
28669
|
+
}
|
|
28670
|
+
]
|
|
28671
|
+
},
|
|
28571
28672
|
{
|
|
28572
28673
|
name: 'UB Smart Chain(testnet)',
|
|
28573
28674
|
chain: 'USC',
|
|
@@ -33916,6 +34017,37 @@ const chainArray = [
|
|
|
33916
34017
|
}
|
|
33917
34018
|
]
|
|
33918
34019
|
},
|
|
34020
|
+
{
|
|
34021
|
+
name: 'Blessnet Sepolia',
|
|
34022
|
+
chain: 'ETH',
|
|
34023
|
+
rpc: [
|
|
34024
|
+
'https://blessnet-sepolia-testnet.rpc.caldera.xyz/http',
|
|
34025
|
+
'wss://blessnet-sepolia-testnet.rpc.caldera.xyz/ws'
|
|
34026
|
+
],
|
|
34027
|
+
faucets: [ 'https://blessnet-sepolia-testnet.hub.caldera.xyz' ],
|
|
34028
|
+
nativeCurrency: { name: 'Bless', symbol: 'BLESS', decimals: 18 },
|
|
34029
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
34030
|
+
infoURL: 'https://blessnet.io',
|
|
34031
|
+
shortName: 'bless-sepolia',
|
|
34032
|
+
chainId: 11145513,
|
|
34033
|
+
networkId: 11145513,
|
|
34034
|
+
icon: 'bless',
|
|
34035
|
+
explorers: [
|
|
34036
|
+
{
|
|
34037
|
+
name: 'blockscout',
|
|
34038
|
+
url: 'https://blessnet-sepolia-testnet.explorer.caldera.xyz',
|
|
34039
|
+
icon: 'bless',
|
|
34040
|
+
standard: 'EIP3091'
|
|
34041
|
+
}
|
|
34042
|
+
],
|
|
34043
|
+
parent: {
|
|
34044
|
+
type: 'L2',
|
|
34045
|
+
chain: 'eip155-421614',
|
|
34046
|
+
bridges: [
|
|
34047
|
+
{ url: 'https://blessnet-sepolia-testnet.bridge.caldera.xyz' }
|
|
34048
|
+
]
|
|
34049
|
+
}
|
|
34050
|
+
},
|
|
33919
34051
|
{
|
|
33920
34052
|
name: 'Sepolia',
|
|
33921
34053
|
title: 'Ethereum Testnet Sepolia',
|