eth-chainlist 0.0.466 → 0.0.467

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.467 (2024-08-16)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.466 ([02f0b57](https://github.com/poowf/eth-chainlist/commit/02f0b571b916c59a946bb824288d62580c0e5200))
9
+ * update chain data ([d4c845b](https://github.com/poowf/eth-chainlist/commit/d4c845b63d6533e7b9c1e78d49ebfe9df841da0f))
10
+
3
11
  ### 0.0.466 (2024-08-15)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -3275,7 +3275,7 @@ const chainArray = [
3275
3275
  name: 'Omni Omega',
3276
3276
  chain: 'Omni',
3277
3277
  status: 'active',
3278
- rpc: [ 'https://omega.omni.network' ],
3278
+ rpc: [ 'https://omega.omni.network', 'wss://wss.omega.omni.network' ],
3279
3279
  features: [ { name: 'EIP155' } ],
3280
3280
  faucets: [],
3281
3281
  nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
@@ -3868,6 +3868,23 @@ const chainArray = [
3868
3868
  }
3869
3869
  ]
3870
3870
  },
3871
+ {
3872
+ name: 'EKAASH',
3873
+ chain: 'EKAASH',
3874
+ rpc: [ 'https://mainnet.ekaash.biz' ],
3875
+ faucets: [],
3876
+ nativeCurrency: {
3877
+ name: 'Global Mobile Money Gateway',
3878
+ symbol: '$EKH',
3879
+ decimals: 18
3880
+ },
3881
+ infoURL: 'https://ekaash.biz',
3882
+ shortName: 'ekaash',
3883
+ chainId: 205,
3884
+ networkId: 205,
3885
+ slip44: 1,
3886
+ explorers: []
3887
+ },
3871
3888
  {
3872
3889
  name: 'VinuChain Testnet',
3873
3890
  chain: 'VinuChain Testnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.466",
3
+ "version": "0.0.467",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {