eth-chainlist 0.0.539 → 0.0.540
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 +16 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.540 (2024-11-15)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.539 ([dd151d3](https://github.com/poowf/eth-chainlist/commit/dd151d3823b94c824e317a3028173b1942954fb8))
|
|
9
|
+
* update chain data ([9e83c7e](https://github.com/poowf/eth-chainlist/commit/9e83c7eefc4b115361093326d992b1c5936713b0))
|
|
10
|
+
|
|
3
11
|
### 0.0.539 (2024-11-14)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -3321,6 +3321,7 @@ const chainArray = [
|
|
|
3321
3321
|
chainId: 164,
|
|
3322
3322
|
networkId: 164,
|
|
3323
3323
|
slip44: 1,
|
|
3324
|
+
icon: 'omni',
|
|
3324
3325
|
explorers: [
|
|
3325
3326
|
{
|
|
3326
3327
|
name: 'Omni EVM and cross-chain Explorer',
|
|
@@ -3347,16 +3348,27 @@ const chainArray = [
|
|
|
3347
3348
|
{
|
|
3348
3349
|
name: 'Omni',
|
|
3349
3350
|
chain: 'Omni',
|
|
3350
|
-
status: '
|
|
3351
|
-
rpc: [
|
|
3351
|
+
status: 'active',
|
|
3352
|
+
rpc: [
|
|
3353
|
+
'https://mainnet.omni.network',
|
|
3354
|
+
'wss://wss.mainnet.omni.network'
|
|
3355
|
+
],
|
|
3352
3356
|
features: [ { name: 'EIP155' } ],
|
|
3353
3357
|
faucets: [],
|
|
3354
3358
|
nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
|
|
3355
|
-
infoURL: 'https://docs.omni.network
|
|
3359
|
+
infoURL: 'https://docs.omni.network',
|
|
3356
3360
|
shortName: 'omni',
|
|
3357
3361
|
chainId: 166,
|
|
3358
3362
|
networkId: 166,
|
|
3359
|
-
slip44: 1
|
|
3363
|
+
slip44: 1,
|
|
3364
|
+
icon: 'omni',
|
|
3365
|
+
explorers: [
|
|
3366
|
+
{
|
|
3367
|
+
name: 'Omni EVM and cross-chain Explorer',
|
|
3368
|
+
url: 'https://omniscan.network',
|
|
3369
|
+
standard: 'EIP3091'
|
|
3370
|
+
}
|
|
3371
|
+
]
|
|
3360
3372
|
},
|
|
3361
3373
|
{
|
|
3362
3374
|
name: 'Atoshi Testnet',
|