eth-chainlist 0.0.495 → 0.0.496

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.496 (2024-09-18)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.495 ([f4ef6e4](https://github.com/poowf/eth-chainlist/commit/f4ef6e4a50c8de0a5a33f1cec5daf04df5192e09))
9
+ * update chain data ([e655124](https://github.com/poowf/eth-chainlist/commit/e655124dc64c7fa68b77805f23eff1898118f5c4))
10
+
3
11
  ### 0.0.495 (2024-09-17)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -17455,6 +17455,19 @@ const chainArray = [
17455
17455
  }
17456
17456
  ]
17457
17457
  },
17458
+ {
17459
+ name: 'DuckChain Mainnet',
17460
+ title: 'DuckChain Mainnet',
17461
+ chain: 'DuckChain',
17462
+ icon: 'duckchain',
17463
+ rpc: [ 'https://rpc.duckchain.io', 'https://rpc-hk.duckchain.io' ],
17464
+ faucets: [],
17465
+ nativeCurrency: { name: 'TON', symbol: 'TON', decimals: 18 },
17466
+ infoURL: 'https://duckchain.io',
17467
+ shortName: 'Duck-Chain-Mainnet',
17468
+ chainId: 5545,
17469
+ networkId: 5545
17470
+ },
17458
17471
  {
17459
17472
  name: 'Nahmii 2 Mainnet',
17460
17473
  chain: 'Nahmii',
@@ -19908,6 +19921,26 @@ const chainArray = [
19908
19921
  icon: 'dracones',
19909
19922
  explorers: []
19910
19923
  },
19924
+ {
19925
+ name: 'THAT Mainnet',
19926
+ chain: 'THAT',
19927
+ rpc: [ 'https://api.thatchain.io', 'https://api.thatchain.io/mainnet' ],
19928
+ faucets: [],
19929
+ nativeCurrency: { name: 'THAT', symbol: 'THAT', decimals: 18 },
19930
+ infoURL: 'https://that.website',
19931
+ shortName: 'THAT',
19932
+ chainId: 8428,
19933
+ networkId: 8428,
19934
+ icon: 'that',
19935
+ explorers: [
19936
+ {
19937
+ name: 'THAT Explorer',
19938
+ url: 'https://that.blockscout.com',
19939
+ icon: 'blockscout',
19940
+ standard: 'EIP3091'
19941
+ }
19942
+ ]
19943
+ },
19911
19944
  {
19912
19945
  name: 'Base',
19913
19946
  chain: 'ETH',
@@ -22919,6 +22952,25 @@ const chainArray = [
22919
22952
  }
22920
22953
  ]
22921
22954
  },
22955
+ {
22956
+ name: 'Vana Moksha Testnet',
22957
+ chain: 'Vana Moksha Testnet',
22958
+ rpc: [ 'https://rpc.moksha.vana.org' ],
22959
+ nativeCurrency: { name: 'VANA', symbol: 'VANA', decimals: 18 },
22960
+ faucets: [],
22961
+ infoURL: '',
22962
+ shortName: 'vana-moksha',
22963
+ chainId: 14800,
22964
+ networkId: 14800,
22965
+ explorers: [
22966
+ {
22967
+ name: 'Vana Moksha Testnet',
22968
+ url: 'https://vanascan.io',
22969
+ icon: 'vanamoksha',
22970
+ standard: 'none'
22971
+ }
22972
+ ]
22973
+ },
22922
22974
  {
22923
22975
  name: 'Vana Satori Testnet',
22924
22976
  chain: 'Satori',
@@ -29481,6 +29533,25 @@ const chainArray = [
29481
29533
  }
29482
29534
  ]
29483
29535
  },
29536
+ {
29537
+ name: 'Tetron Smart Chain',
29538
+ chain: 'Tetron Mainnet',
29539
+ rpc: [ 'https://rpc.tscscan.org' ],
29540
+ faucets: [],
29541
+ features: [ { name: 'EIP155' } ],
29542
+ nativeCurrency: { name: 'Tetron Mainnet', symbol: 'TSC', decimals: 18 },
29543
+ infoURL: 'https://tetronchain.com/',
29544
+ shortName: 'Tetron',
29545
+ chainId: 97055,
29546
+ networkId: 97055,
29547
+ explorers: [
29548
+ {
29549
+ name: 'Tetron Smart ChainExplorer',
29550
+ url: 'https://tscscan.org',
29551
+ standard: 'EIP3091'
29552
+ }
29553
+ ]
29554
+ },
29484
29555
  {
29485
29556
  name: 'Boba BNB Mainnet Old',
29486
29557
  chain: 'Boba BNB Mainnet',
@@ -35699,6 +35770,26 @@ const chainArray = [
35699
35770
  }
35700
35771
  ]
35701
35772
  },
35773
+ {
35774
+ name: '6Degree of Outreach - Testnet',
35775
+ chain: '6DO',
35776
+ rpc: [ 'https://rpc-testnet.6do.world' ],
35777
+ faucets: [],
35778
+ nativeCurrency: { name: '6Degree-Testnet Coin', symbol: '6DO-T', decimals: 18 },
35779
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
35780
+ infoURL: 'https://6do.world',
35781
+ shortName: '6dotest',
35782
+ chainId: 24772477,
35783
+ networkId: 24772477,
35784
+ icon: '6do',
35785
+ explorers: [
35786
+ {
35787
+ name: '6Degree Testnet Chain Explorer',
35788
+ url: 'https://explorer-testnet.6do.world',
35789
+ standard: 'EIP3091'
35790
+ }
35791
+ ]
35792
+ },
35702
35793
  {
35703
35794
  name: 'Excoincial Chain Volta-Testnet',
35704
35795
  chain: 'TEXL',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.495",
3
+ "version": "0.0.496",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {