eth-chainlist 0.0.115 → 0.0.117

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.117 (2023-04-03)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.116 ([bb2e835](https://github.com/poowf/eth-chainlist/commit/bb2e835a8380f1d5060f78eecef984c82559495c))
9
+ * update chain data ([56d512e](https://github.com/poowf/eth-chainlist/commit/56d512eccd06ce67efb2a6af4ff76a3ae3c7a4d5))
10
+
11
+ ### 0.0.116 (2023-04-01)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.115 ([a3e6d20](https://github.com/poowf/eth-chainlist/commit/a3e6d20bbb2d97cee8d9ceb01259b2f6bc16ea23))
17
+ * update chain data ([175aec7](https://github.com/poowf/eth-chainlist/commit/175aec7ab449c4a050363699ddb793176edafff5))
18
+
3
19
  ### 0.0.115 (2023-03-31)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -797,6 +797,25 @@ const chainArray = [
797
797
  }
798
798
  ]
799
799
  },
800
+ {
801
+ name: 'Acria IntelliChain',
802
+ chain: 'AIC',
803
+ rpc: [ 'https://aic.acria.ai' ],
804
+ faucets: [],
805
+ nativeCurrency: { name: 'ACRIA', symbol: 'ACRIA', decimals: 18 },
806
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
807
+ infoURL: 'https://acria.ai',
808
+ shortName: 'aic',
809
+ chainId: 47,
810
+ networkId: 47,
811
+ explorers: [
812
+ {
813
+ name: 'Acria IntelliChain-Explorer',
814
+ url: 'https://explorer.acria.ai',
815
+ standard: 'EIP3091'
816
+ }
817
+ ]
818
+ },
800
819
  {
801
820
  name: 'Ennothem Mainnet Proterozoic',
802
821
  chain: 'ETMP',
@@ -2296,6 +2315,31 @@ const chainArray = [
2296
2315
  }
2297
2316
  ]
2298
2317
  },
2318
+ {
2319
+ name: 'Defi Oracle Meta Mainnet',
2320
+ chain: 'dfiometa',
2321
+ icon: 'defioraclemeta',
2322
+ rpc: [
2323
+ 'https://rpc.public-0138.defi-oracle.io',
2324
+ 'wss://rpc.public-0138.defi-oracle.io'
2325
+ ],
2326
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
2327
+ faucets: [],
2328
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
2329
+ infoURL: 'https://defi-oracle.io/',
2330
+ shortName: 'dfio-meta-main',
2331
+ chainId: 138,
2332
+ networkId: 1,
2333
+ slip44: 60,
2334
+ ens: { registry: '0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85' },
2335
+ explorers: [
2336
+ {
2337
+ name: 'Quorum Explorer',
2338
+ url: 'https://public-0138.defi-oracle.io',
2339
+ standard: 'none'
2340
+ }
2341
+ ]
2342
+ },
2299
2343
  {
2300
2344
  name: 'WoopChain Mainnet',
2301
2345
  chain: 'WOOP',
@@ -4112,7 +4156,8 @@ const chainArray = [
4112
4156
  url: 'https://testnet-explorer.canto.neobase.one',
4113
4157
  standard: 'none'
4114
4158
  }
4115
- ]
4159
+ ],
4160
+ status: 'deprecated'
4116
4161
  },
4117
4162
  {
4118
4163
  name: 'Vention Smart Chain Testnet',
@@ -6988,6 +7033,31 @@ const chainArray = [
6988
7033
  }
6989
7034
  ]
6990
7035
  },
7036
+ {
7037
+ name: 'Defi Oracle Meta Testnet',
7038
+ chain: 'dfiometatest',
7039
+ icon: 'defioraclemeta',
7040
+ rpc: [
7041
+ 'https://rpc.public-2138.defi-oracle.io',
7042
+ 'wss://rpc.public-2138.defi-oracle.io'
7043
+ ],
7044
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
7045
+ faucets: [],
7046
+ nativeCurrency: { name: 'testEther', symbol: 'tETH', decimals: 18 },
7047
+ infoURL: 'https://defi-oracle.io/',
7048
+ shortName: 'dfio-meta-test',
7049
+ chainId: 2138,
7050
+ networkId: 21,
7051
+ slip44: 60,
7052
+ ens: { registry: '0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85' },
7053
+ explorers: [
7054
+ {
7055
+ name: 'Quorum Explorer',
7056
+ url: 'https://public-2138.defi-oracle.io',
7057
+ standard: 'none'
7058
+ }
7059
+ ]
7060
+ },
6991
7061
  {
6992
7062
  name: 'BOSagora Mainnet',
6993
7063
  chain: 'ETH',
@@ -7218,6 +7288,30 @@ const chainArray = [
7218
7288
  }
7219
7289
  ]
7220
7290
  },
7291
+ {
7292
+ name: 'WEMIX Kanvas Sepolia',
7293
+ title: 'WEMIX Kanvas Testnet Sepolia',
7294
+ chainId: 2357,
7295
+ shortName: 'kanvas-aqua',
7296
+ chain: 'ETH',
7297
+ networkId: 2357,
7298
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
7299
+ rpc: [ 'https://api.aqua.wemixkanvas.io' ],
7300
+ faucets: [],
7301
+ infoURL: 'https://wemixkanvas.io',
7302
+ explorers: [
7303
+ {
7304
+ name: 'blockscout',
7305
+ url: 'https://blockscout.aqua.wemixkanvas.io',
7306
+ standard: 'EIP3091'
7307
+ }
7308
+ ],
7309
+ parent: {
7310
+ type: 'L2',
7311
+ chain: 'eip155-11155111',
7312
+ bridges: [ { url: 'https://wemixkanvas.io/bridge' } ]
7313
+ }
7314
+ },
7221
7315
  {
7222
7316
  name: 'BOMB Chain Testnet',
7223
7317
  chain: 'BOMB',
@@ -8892,6 +8986,24 @@ const chainArray = [
8892
8986
  }
8893
8987
  ]
8894
8988
  },
8989
+ {
8990
+ name: 'Canto Tesnet',
8991
+ chain: 'Canto',
8992
+ rpc: [ 'https://testnet-archive.plexnode.wtf' ],
8993
+ faucets: [],
8994
+ nativeCurrency: { name: 'Testnet Canto', symbol: 'CANTO', decimals: 18 },
8995
+ infoURL: 'https://canto.io',
8996
+ shortName: 'TestnetCanto',
8997
+ chainId: 7701,
8998
+ networkId: 7701,
8999
+ explorers: [
9000
+ {
9001
+ name: 'Canto Testnet EVM Explorer (Blockscout)',
9002
+ url: 'https://testnet.tuber.build',
9003
+ standard: 'none'
9004
+ }
9005
+ ]
9006
+ },
8895
9007
  {
8896
9008
  name: 'Rise of the Warbots Testnet',
8897
9009
  chain: 'nmactest',
@@ -10594,9 +10706,9 @@ const chainArray = [
10594
10706
  ]
10595
10707
  },
10596
10708
  {
10597
- name: 'CamelArk Mainnet',
10709
+ name: 'Camelark Mainnet',
10598
10710
  chainId: 20001,
10599
- shortName: 'CamelArk',
10711
+ shortName: 'Camelark',
10600
10712
  chain: 'ETHW',
10601
10713
  icon: 'camelark',
10602
10714
  networkId: 20001,
@@ -10605,7 +10717,7 @@ const chainArray = [
10605
10717
  faucets: [],
10606
10718
  explorers: [
10607
10719
  {
10608
- name: 'CamelArkscan',
10720
+ name: 'CamelarkScan',
10609
10721
  url: 'https://scan.camelark.com',
10610
10722
  standard: 'EIP3091'
10611
10723
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.115",
3
+ "version": "0.0.117",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {