eth-chainlist 0.0.462 → 0.0.463

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.463 (2024-08-11)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.462 ([250eff6](https://github.com/poowf/eth-chainlist/commit/250eff6abb1b661988b44386cb42b617d3f93c87))
9
+ * update chain data ([4d489ec](https://github.com/poowf/eth-chainlist/commit/4d489ecd61d46b838fc7c28d84de7b060f55feac))
10
+
3
11
  ### 0.0.462 (2024-08-10)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -9730,6 +9730,26 @@ const chainArray = [
9730
9730
  ],
9731
9731
  status: 'active'
9732
9732
  },
9733
+ {
9734
+ name: 'Bitcoin Protocol Testnet',
9735
+ chain: 'BTCP Testnet',
9736
+ icon: 'btcprotocol',
9737
+ rpc: [ 'https://testnet-chain.btcprotocol.io/' ],
9738
+ faucets: [],
9739
+ nativeCurrency: { name: 'BTC Protocol', symbol: 'BTCP', decimals: 18 },
9740
+ infoURL: 'https://btcprotocol.io/',
9741
+ shortName: 'BTCP',
9742
+ chainId: 1227,
9743
+ networkId: 1227,
9744
+ explorers: [
9745
+ {
9746
+ name: 'BTCP explorer',
9747
+ url: 'https://explorer.btcprotocol.io',
9748
+ standard: 'EIP3091'
9749
+ }
9750
+ ],
9751
+ status: 'active'
9752
+ },
9733
9753
  {
9734
9754
  name: 'Exzo Network Mainnet',
9735
9755
  chain: 'EXZO',
@@ -24900,6 +24920,29 @@ const chainArray = [
24900
24920
  }
24901
24921
  ]
24902
24922
  },
24923
+ {
24924
+ name: 'Aleph Zero EVM',
24925
+ chain: 'Aleph Zero EVM',
24926
+ icon: 'aleph-zero',
24927
+ rpc: [
24928
+ 'https://rpc.alephzero.raas.gelato.cloud',
24929
+ 'wss://ws.alephzero.raas.gelato.cloud'
24930
+ ],
24931
+ faucets: [],
24932
+ nativeCurrency: { name: 'Aleph Zero', symbol: 'AZERO', decimals: 18 },
24933
+ infoURL: 'https://alephzero.org/',
24934
+ shortName: 'aleph-zero',
24935
+ chainId: 41455,
24936
+ networkId: 41455,
24937
+ explorers: [
24938
+ {
24939
+ name: 'Aleph Zero EVM Mainnet Explorer',
24940
+ url: 'https://evm-explorer.alephzero.org',
24941
+ icon: 'aleph-zero',
24942
+ standard: 'none'
24943
+ }
24944
+ ]
24945
+ },
24903
24946
  {
24904
24947
  name: 'Opulent-X BETA',
24905
24948
  chainId: 41500,
@@ -25105,6 +25148,25 @@ const chainArray = [
25105
25148
  }
25106
25149
  ]
25107
25150
  },
25151
+ {
25152
+ name: 'AssetChain Testnet',
25153
+ chain: 'RWA',
25154
+ rpc: [ 'https://enugu-rpc.assetchain.org' ],
25155
+ faucets: [ 'https://faucet.assetchain.org' ],
25156
+ nativeCurrency: { name: 'Real World Asset', symbol: 'RWA', decimals: 18 },
25157
+ infoURL: 'https://docs.assetchain.org',
25158
+ shortName: 'rwa',
25159
+ chainId: 42421,
25160
+ networkId: 42421,
25161
+ icon: 'assetchain',
25162
+ explorers: [
25163
+ {
25164
+ name: 'Asset Chain Testnet Explorer',
25165
+ url: 'https://scan-testnet.assetchain.org',
25166
+ standard: 'EIP3091'
25167
+ }
25168
+ ]
25169
+ },
25108
25170
  {
25109
25171
  name: 'ZKFair Mainnet',
25110
25172
  title: 'ZKFair Mainnet',
@@ -25544,7 +25606,7 @@ const chainArray = [
25544
25606
  name: 'Zircuit Testnet',
25545
25607
  chain: 'Zircuit Testnet',
25546
25608
  icon: 'zircuit',
25547
- rpc: [ 'https://zircuit1.p2pify.com/' ],
25609
+ rpc: [ 'http://zircuit1-testnet.p2pify.com/' ],
25548
25610
  faucets: [],
25549
25611
  nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
25550
25612
  infoURL: 'https://www.zircuit.com/',
@@ -25554,7 +25616,7 @@ const chainArray = [
25554
25616
  explorers: [
25555
25617
  {
25556
25618
  name: 'Zircuit',
25557
- url: 'https://explorer.zircuit.com',
25619
+ url: 'https://explorer.testnet.zircuit.com',
25558
25620
  icon: 'zircuit',
25559
25621
  standard: 'none'
25560
25622
  }
@@ -25564,14 +25626,21 @@ const chainArray = [
25564
25626
  name: 'Zircuit Mainnet',
25565
25627
  chain: 'Zircuit Mainnet',
25566
25628
  icon: 'zircuit',
25567
- rpc: [],
25629
+ rpc: [ 'https://zircuit1-mainnet.p2pify.com/' ],
25568
25630
  faucets: [],
25569
25631
  nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
25570
25632
  infoURL: 'https://www.zircuit.com/',
25571
25633
  shortName: 'zircuit-mainnet',
25572
25634
  chainId: 48900,
25573
25635
  networkId: 48900,
25574
- explorers: []
25636
+ explorers: [
25637
+ {
25638
+ name: 'Zircuit',
25639
+ url: 'https://explorer.zircuit.com',
25640
+ icon: 'zircuit',
25641
+ standard: 'none'
25642
+ }
25643
+ ]
25575
25644
  },
25576
25645
  {
25577
25646
  name: 'Wireshape Floripa Testnet',
@@ -28022,21 +28091,21 @@ const chainArray = [
28022
28091
  ]
28023
28092
  },
28024
28093
  {
28025
- name: 'Inoai Network',
28094
+ name: 'InoAi',
28026
28095
  chain: 'INOAI',
28027
28096
  faucets: [],
28028
28097
  rpc: [ 'https://inoai-network.com' ],
28029
- nativeCurrency: { name: 'Inoai', symbol: 'INO', decimals: 18 },
28030
- infoURL: 'https://inoai.info',
28031
- shortName: 'INOAI',
28098
+ nativeCurrency: { name: 'InoAi', symbol: 'INO', decimals: 18 },
28099
+ infoURL: 'https://docs.inoai.info/',
28100
+ shortName: 'INO',
28032
28101
  chainId: 88559,
28033
28102
  networkId: 88559,
28034
28103
  icon: 'inoai',
28035
28104
  explorers: [
28036
28105
  {
28037
- name: 'inoai live',
28106
+ name: 'inoai.live',
28038
28107
  url: 'https://inoai.live',
28039
- standard: 'none'
28108
+ standard: 'EIP3091'
28040
28109
  }
28041
28110
  ]
28042
28111
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.462",
3
+ "version": "0.0.463",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {