eth-chainlist 0.0.556 → 0.0.557
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 +79 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.557 (2024-12-05)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.556 ([f7039b5](https://github.com/poowf/eth-chainlist/commit/f7039b5ad7fdfbc636ce251c1acfcf541f9f463c))
|
9
|
+
* update chain data ([888687f](https://github.com/poowf/eth-chainlist/commit/888687f7ada2128dfe0863313580140f7dd17c11))
|
10
|
+
|
3
11
|
### 0.0.556 (2024-12-04)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -3039,6 +3039,27 @@ const chainArray = [
|
|
3039
3039
|
bridges: [ { url: 'https://bridge.soraai.bot' } ]
|
3040
3040
|
}
|
3041
3041
|
},
|
3042
|
+
{
|
3043
|
+
name: 'Sonic Mainnet',
|
3044
|
+
chain: 'sonic',
|
3045
|
+
rpc: [ 'https://rpc.soniclabs.com' ],
|
3046
|
+
faucets: [],
|
3047
|
+
nativeCurrency: { name: 'Sonic', symbol: 'S', decimals: 18 },
|
3048
|
+
features: [ { name: 'EIP155' } ],
|
3049
|
+
infoURL: 'https://soniclabs.com',
|
3050
|
+
shortName: 'sonic',
|
3051
|
+
chainId: 146,
|
3052
|
+
networkId: 146,
|
3053
|
+
icon: 'sonic',
|
3054
|
+
explorers: [
|
3055
|
+
{
|
3056
|
+
name: 'sonic',
|
3057
|
+
url: 'https://explorer.soniclabs.com',
|
3058
|
+
icon: 'sonic',
|
3059
|
+
standard: 'none'
|
3060
|
+
}
|
3061
|
+
]
|
3062
|
+
},
|
3042
3063
|
{
|
3043
3064
|
name: 'Flag Mainnet',
|
3044
3065
|
chain: 'Flag',
|
@@ -29558,6 +29579,27 @@ const chainArray = [
|
|
29558
29579
|
}
|
29559
29580
|
]
|
29560
29581
|
},
|
29582
|
+
{
|
29583
|
+
name: 'Sonic Blaze Testnet',
|
29584
|
+
chain: 'blaze-testnet',
|
29585
|
+
rpc: [ 'https://rpc.blaze.soniclabs.com' ],
|
29586
|
+
faucets: [ 'https://blaze.soniclabs.com/account' ],
|
29587
|
+
nativeCurrency: { name: 'Sonic', symbol: 'S', decimals: 18 },
|
29588
|
+
features: [ { name: 'EIP155' } ],
|
29589
|
+
infoURL: 'https://blaze.soniclabs.com',
|
29590
|
+
shortName: 'blaze',
|
29591
|
+
chainId: 57054,
|
29592
|
+
networkId: 57054,
|
29593
|
+
icon: 'sonic',
|
29594
|
+
explorers: [
|
29595
|
+
{
|
29596
|
+
name: 'sonic blaze testnet',
|
29597
|
+
url: 'https://explorer.blaze.soniclabs.com',
|
29598
|
+
icon: 'sonic',
|
29599
|
+
standard: 'none'
|
29600
|
+
}
|
29601
|
+
]
|
29602
|
+
},
|
29561
29603
|
{
|
29562
29604
|
name: 'Ink',
|
29563
29605
|
chain: 'ETH',
|
@@ -31903,14 +31945,22 @@ const chainArray = [
|
|
31903
31945
|
{
|
31904
31946
|
name: 'Unite',
|
31905
31947
|
chain: 'UNITE',
|
31906
|
-
rpc: [],
|
31948
|
+
rpc: [ 'https://unite-mainnet.g.alchemy.com/public' ],
|
31907
31949
|
faucets: [],
|
31908
31950
|
nativeCurrency: { name: 'Unite', symbol: 'UNITE', decimals: 18 },
|
31909
31951
|
infoURL: 'https://unite.io',
|
31910
31952
|
shortName: 'unite',
|
31911
31953
|
chainId: 88899,
|
31912
31954
|
networkId: 88899,
|
31913
|
-
status: '
|
31955
|
+
status: 'active',
|
31956
|
+
icon: 'unite',
|
31957
|
+
explorers: [
|
31958
|
+
{
|
31959
|
+
name: 'Unite Explorer',
|
31960
|
+
url: 'https://unite-mainnet.explorer.alchemy.com',
|
31961
|
+
standard: 'EIP3091'
|
31962
|
+
}
|
31963
|
+
]
|
31914
31964
|
},
|
31915
31965
|
{
|
31916
31966
|
name: 'F(x)Core Testnet Network',
|
@@ -33325,6 +33375,24 @@ const chainArray = [
|
|
33325
33375
|
}
|
33326
33376
|
]
|
33327
33377
|
},
|
33378
|
+
{
|
33379
|
+
name: 'Mitosis Testnet',
|
33380
|
+
chain: 'Mitosis Testnet',
|
33381
|
+
rpc: [ 'https://rpc.testnet.mitosis.org' ],
|
33382
|
+
faucets: [ 'https://testnet.mitosis.org/faucet' ],
|
33383
|
+
nativeCurrency: { name: 'MITO', symbol: 'MITO', decimals: 18 },
|
33384
|
+
infoURL: 'https://mitosis.org',
|
33385
|
+
shortName: 'mitosis-testnet',
|
33386
|
+
chainId: 124832,
|
33387
|
+
networkId: 124832,
|
33388
|
+
explorers: [
|
33389
|
+
{
|
33390
|
+
name: 'mitosis testnet explorer',
|
33391
|
+
url: 'https://testnet.mitosiscan.xyz',
|
33392
|
+
standard: 'EIP3091'
|
33393
|
+
}
|
33394
|
+
]
|
33395
|
+
},
|
33328
33396
|
{
|
33329
33397
|
name: 'Etherlink Testnet',
|
33330
33398
|
chain: 'Etherlink',
|
@@ -37097,14 +37165,21 @@ const chainArray = [
|
|
37097
37165
|
{
|
37098
37166
|
name: 'Unite Testnet',
|
37099
37167
|
chain: 'UNITE',
|
37100
|
-
rpc: [],
|
37168
|
+
rpc: [ 'https://unite-testnet.g.alchemy.com/public' ],
|
37101
37169
|
faucets: [],
|
37102
37170
|
nativeCurrency: { name: 'Testnet Unite', symbol: 'UNITE', decimals: 18 },
|
37103
37171
|
infoURL: 'https://unite.io',
|
37104
37172
|
shortName: 'unitetestnet',
|
37105
37173
|
chainId: 888991,
|
37106
37174
|
networkId: 888991,
|
37107
|
-
status: '
|
37175
|
+
status: 'active',
|
37176
|
+
explorers: [
|
37177
|
+
{
|
37178
|
+
name: 'Unite Testnet Explorer',
|
37179
|
+
url: 'https://unite-testnet.explorer.alchemy.com',
|
37180
|
+
standard: 'EIP3091'
|
37181
|
+
}
|
37182
|
+
]
|
37108
37183
|
},
|
37109
37184
|
{
|
37110
37185
|
name: 'Posichain Mainnet Shard 0',
|