eth-chainlist 0.0.798 → 0.0.799
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 +18 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.799 (2026-08-03)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.798 ([1348453](https://github.com/poowf/eth-chainlist/commit/134845374bdb42bb3dfc4c6d7242e71df3afcc80))
|
|
9
|
+
* update chain data ([8422db8](https://github.com/poowf/eth-chainlist/commit/8422db876517bf495aedbfbf83fe1004606af122))
|
|
10
|
+
|
|
3
11
|
### 0.0.798 (2026-08-02)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -40278,6 +40278,24 @@ const chainArray = [
|
|
|
40278
40278
|
}
|
|
40279
40279
|
]
|
|
40280
40280
|
},
|
|
40281
|
+
{
|
|
40282
|
+
name: 'OmniCoin',
|
|
40283
|
+
chain: 'OmniCoin',
|
|
40284
|
+
rpc: [ 'https://rpc.omnicoin.net' ],
|
|
40285
|
+
faucets: [],
|
|
40286
|
+
nativeCurrency: { name: 'OmniCoin', symbol: 'XOM', decimals: 18 },
|
|
40287
|
+
infoURL: 'https://app.omnibazaar.com',
|
|
40288
|
+
shortName: 'xom',
|
|
40289
|
+
chainId: 88008,
|
|
40290
|
+
networkId: 88008,
|
|
40291
|
+
explorers: [
|
|
40292
|
+
{
|
|
40293
|
+
name: 'OmniCoin Explorer',
|
|
40294
|
+
url: 'https://explorer.omnicoin.net',
|
|
40295
|
+
standard: 'none'
|
|
40296
|
+
}
|
|
40297
|
+
]
|
|
40298
|
+
},
|
|
40281
40299
|
{
|
|
40282
40300
|
name: 'InoAi',
|
|
40283
40301
|
chain: 'INOAI',
|