eth-chainlist 0.0.464 → 0.0.465
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/data/chain.js +35 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
3
11
|
### 0.0.464 (2024-08-13)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -18172,6 +18172,19 @@ const chainArray = [
|
|
18172
18172
|
}
|
18173
18173
|
]
|
18174
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
|
+
},
|
18175
18188
|
{
|
18176
18189
|
name: 'ZEUS Testnet',
|
18177
18190
|
chain: 'tZEUS',
|
@@ -24590,7 +24603,7 @@ const chainArray = [
|
|
24590
24603
|
{
|
24591
24604
|
name: 'Curtis',
|
24592
24605
|
chain: 'Curtis',
|
24593
|
-
rpc: [ 'https://curtis.
|
24606
|
+
rpc: [ 'https://rpc.curtis.apechain.com' ],
|
24594
24607
|
faucets: [ 'https://curtis.hub.caldera.xyz' ],
|
24595
24608
|
nativeCurrency: { name: 'ApeCoin', symbol: 'APE', decimals: 18 },
|
24596
24609
|
infoURL: 'https://curtis.hub.caldera.xyz',
|
@@ -24601,7 +24614,7 @@ const chainArray = [
|
|
24601
24614
|
explorers: [
|
24602
24615
|
{
|
24603
24616
|
name: 'Curtis Explorer',
|
24604
|
-
url: 'https://curtis.
|
24617
|
+
url: 'https://explorer.curtis.apechain.com',
|
24605
24618
|
standard: 'EIP3091'
|
24606
24619
|
}
|
24607
24620
|
]
|
@@ -26910,6 +26923,7 @@ const chainArray = [
|
|
26910
26923
|
shortName: 'cratd2c-testnet',
|
26911
26924
|
chainId: 65349,
|
26912
26925
|
networkId: 65349,
|
26926
|
+
icon: 'cratd2c-testnet',
|
26913
26927
|
explorers: [
|
26914
26928
|
{
|
26915
26929
|
name: 'Blockscout',
|
@@ -28636,6 +28650,25 @@ const chainArray = [
|
|
28636
28650
|
}
|
28637
28651
|
]
|
28638
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
|
+
},
|
28639
28672
|
{
|
28640
28673
|
name: 'UB Smart Chain(testnet)',
|
28641
28674
|
chain: 'USC',
|