eth-chainlist 0.0.404 → 0.0.405
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 +8 -0
- package/data/chain.js +11 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.405 (2024-05-16)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.404 ([86155f2](https://github.com/poowf/eth-chainlist/commit/86155f236f5334171e59981290f7b156a06b5fa5))
|
9
|
+
* update chain data ([b461b36](https://github.com/poowf/eth-chainlist/commit/b461b36ab03fd912cdde3b49b92de5e1ed68b0b4))
|
10
|
+
|
3
11
|
### 0.0.404 (2024-05-15)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -16541,14 +16541,13 @@ const chainArray = [
|
|
16541
16541
|
{
|
16542
16542
|
name: 'Cyber Mainnet Explorer',
|
16543
16543
|
url: 'https://cyberscan.co',
|
16544
|
-
icon: 'blockscout',
|
16545
16544
|
standard: 'EIP3091'
|
16546
16545
|
}
|
16547
16546
|
],
|
16548
16547
|
parent: {
|
16549
16548
|
type: 'L2',
|
16550
16549
|
chain: 'eip155-1',
|
16551
|
-
bridges: [ { url: 'https://cyber
|
16550
|
+
bridges: [ { url: 'https://cyber.co/bridge' } ]
|
16552
16551
|
}
|
16553
16552
|
},
|
16554
16553
|
{
|
@@ -29452,14 +29451,21 @@ const chainArray = [
|
|
29452
29451
|
title: 'COTI Devnet',
|
29453
29452
|
chain: 'COTI',
|
29454
29453
|
icon: 'coti',
|
29455
|
-
rpc: [ 'https://devnet.coti.io' ],
|
29454
|
+
rpc: [ 'https://devnet.coti.io/rpc' ],
|
29456
29455
|
faucets: [ 'https://faucet.coti.io' ],
|
29457
29456
|
nativeCurrency: { name: 'COTI2', symbol: 'COTI2', decimals: 18 },
|
29458
29457
|
infoURL: 'https://coti.io/',
|
29459
29458
|
shortName: 'coti-devnet',
|
29460
29459
|
chainId: 13068200,
|
29461
29460
|
networkId: 13068200,
|
29462
|
-
explorers: [
|
29461
|
+
explorers: [
|
29462
|
+
{
|
29463
|
+
name: 'coti devnet explorer',
|
29464
|
+
url: 'https://explorer-devnet.coti.io',
|
29465
|
+
icon: 'ethernal',
|
29466
|
+
standard: 'EIP3091'
|
29467
|
+
}
|
29468
|
+
]
|
29463
29469
|
},
|
29464
29470
|
{
|
29465
29471
|
name: 'PepChain Churchill',
|
@@ -30147,16 +30153,13 @@ const chainArray = [
|
|
30147
30153
|
{
|
30148
30154
|
name: 'Cyber Testnet Explorer',
|
30149
30155
|
url: 'https://testnet.cyberscan.co',
|
30150
|
-
icon: 'blockscout',
|
30151
30156
|
standard: 'EIP3091'
|
30152
30157
|
}
|
30153
30158
|
],
|
30154
30159
|
parent: {
|
30155
30160
|
type: 'L2',
|
30156
30161
|
chain: 'eip155-11155111',
|
30157
|
-
bridges: [
|
30158
|
-
{ url: 'https://cyber-testnet-bridge.alt.technology/deposit' }
|
30159
|
-
]
|
30162
|
+
bridges: [ { url: 'https://cyber-testnet.testnets.rollbridge.app/' } ]
|
30160
30163
|
}
|
30161
30164
|
},
|
30162
30165
|
{
|