eth-chainlist 0.0.648 → 0.0.649

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.649 (2025-04-14)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.648 ([a3fce6d](https://github.com/poowf/eth-chainlist/commit/a3fce6d1727d5b8ce4d91270194f5141db175d8d))
9
+ * update chain data ([745e06a](https://github.com/poowf/eth-chainlist/commit/745e06ac0455bd1dfca6149dce44659c61500043))
10
+
3
11
  ### 0.0.648 (2025-04-13)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -12430,6 +12430,26 @@ const chainArray = [
12430
12430
  bridges: [ { url: 'https://bridge.perennial.foundation' } ]
12431
12431
  }
12432
12432
  },
12433
+ {
12434
+ name: 'ONINO Mainnet',
12435
+ chain: 'ONI',
12436
+ rpc: [ 'https://rpc.onino.io' ],
12437
+ faucets: [ 'https://faucet.onino.io' ],
12438
+ nativeCurrency: { name: 'ONI', symbol: 'ONI', decimals: 18 },
12439
+ infoURL: 'https://onino.io',
12440
+ shortName: 'onino',
12441
+ chainId: 1425,
12442
+ networkId: 1425,
12443
+ icon: 'onino',
12444
+ explorers: [
12445
+ {
12446
+ name: 'onino',
12447
+ url: 'https://explorer.onino.io',
12448
+ icon: 'onino',
12449
+ standard: 'EIP3091'
12450
+ }
12451
+ ]
12452
+ },
12433
12453
  {
12434
12454
  name: 'Rikeza Network Mainnet',
12435
12455
  title: 'Rikeza Network Mainnet',
@@ -31416,6 +31436,28 @@ const chainArray = [
31416
31436
  }
31417
31437
  ]
31418
31438
  },
31439
+ {
31440
+ name: 'GUNZ',
31441
+ chain: 'GUNZ',
31442
+ rpc: [
31443
+ 'https://rpc.gunzchain.io/ext/bc/2M47TxWHGnhNtq6pM5zPXdATBtuqubxn5EPFgFmEawCQr9WFML/rpc'
31444
+ ],
31445
+ faucets: [],
31446
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
31447
+ nativeCurrency: { name: 'GUN', symbol: 'GUN', decimals: 18 },
31448
+ icon: 'gunz',
31449
+ infoURL: 'https://gunbygunz.com',
31450
+ shortName: 'gunz-mainnet',
31451
+ chainId: 43419,
31452
+ networkId: 43419,
31453
+ explorers: [
31454
+ {
31455
+ name: 'blockscout',
31456
+ url: 'https://gunzscan.io',
31457
+ standard: 'EIP3091'
31458
+ }
31459
+ ]
31460
+ },
31419
31461
  {
31420
31462
  name: 'Formicarium',
31421
31463
  title: 'MemeCore Testnet Formicarium',
@@ -43216,7 +43258,10 @@ const chainArray = [
43216
43258
  {
43217
43259
  name: 'The Ting Blockchain Testnet Explorer',
43218
43260
  chain: 'Ting',
43219
- rpc: [ 'https://testnet.tingchain.org' ],
43261
+ rpc: [
43262
+ 'https://testnet.tingchain.org',
43263
+ 'https://public.0xrpc.com/6666689'
43264
+ ],
43220
43265
  faucets: [],
43221
43266
  nativeCurrency: { name: 'Ton', symbol: 'Ton', decimals: 18 },
43222
43267
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
@@ -46883,6 +46928,26 @@ const chainArray = [
46883
46928
  }
46884
46929
  ]
46885
46930
  },
46931
+ {
46932
+ name: 'Tron Shasta',
46933
+ chain: 'TRON',
46934
+ rpc: [ 'https://api.shasta.trongrid.io/jsonrpc' ],
46935
+ faucets: [],
46936
+ nativeCurrency: { name: 'Tron', symbol: 'TRX', decimals: 6 },
46937
+ infoURL: 'https://tron.network',
46938
+ shortName: 'tron-shasta',
46939
+ chainId: 2494104990,
46940
+ networkId: 2494104990,
46941
+ icon: 'tron',
46942
+ explorers: [
46943
+ {
46944
+ name: 'shasta tronscan',
46945
+ url: 'https://shasta.tronscan.org',
46946
+ icon: 'tron',
46947
+ standard: 'none'
46948
+ }
46949
+ ]
46950
+ },
46886
46951
  {
46887
46952
  name: 'Ancient8 Testnet (deprecated)',
46888
46953
  status: 'deprecated',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.648",
3
+ "version": "0.0.649",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {