eth-chainlist 0.0.116 → 0.0.118

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.118 (2023-04-04)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.117 ([f561dbb](https://github.com/poowf/eth-chainlist/commit/f561dbb9d58aeb14767eabb6d8b2b6a2efbf1ebc))
9
+ * update chain data ([fcec3ce](https://github.com/poowf/eth-chainlist/commit/fcec3cecba0aa94dc08c1cbe644d67588051e949))
10
+
11
+ ### 0.0.117 (2023-04-03)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.116 ([bb2e835](https://github.com/poowf/eth-chainlist/commit/bb2e835a8380f1d5060f78eecef984c82559495c))
17
+ * update chain data ([56d512e](https://github.com/poowf/eth-chainlist/commit/56d512eccd06ce67efb2a6af4ff76a3ae3c7a4d5))
18
+
3
19
  ### 0.0.116 (2023-04-01)
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',
@@ -4551,6 +4596,17 @@ const chainArray = [
4551
4596
  explorers: [],
4552
4597
  status: 'incubating'
4553
4598
  },
4599
+ {
4600
+ name: 'DecentraBone Layer1 Testnet',
4601
+ chain: 'DBONE',
4602
+ rpc: [ 'https://layer1test.decentrabone.com' ],
4603
+ faucets: [],
4604
+ nativeCurrency: { name: 'DecentraBone', symbol: 'DBONE', decimals: 18 },
4605
+ infoURL: 'https://decentrabone.com',
4606
+ shortName: 'DBONE',
4607
+ chainId: 910,
4608
+ networkId: 910
4609
+ },
4554
4610
  {
4555
4611
  name: 'Rinia Testnet',
4556
4612
  chain: 'FIRE',
@@ -5006,6 +5062,29 @@ const chainArray = [
5006
5062
  }
5007
5063
  ]
5008
5064
  },
5065
+ {
5066
+ name: 'ShimmerEVM Testnet',
5067
+ title: 'ShimmerEVM Testnet',
5068
+ chain: 'ShimmerEVM',
5069
+ icon: 'shimmerevm',
5070
+ rpc: [ 'https://json-rpc.evm.testnet.shimmer.network' ],
5071
+ faucets: [
5072
+ 'https://evm-toolkit.evm.testnet.shimmer.network',
5073
+ 'https://evm-faucet.testnet.shimmer.network'
5074
+ ],
5075
+ nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 18 },
5076
+ infoURL: 'https://shimmer.network',
5077
+ shortName: 'shimmerevm-testnet',
5078
+ chainId: 1071,
5079
+ networkId: 1071,
5080
+ explorers: [
5081
+ {
5082
+ name: 'explorer',
5083
+ url: 'https://explorer.evm.testnet.shimmer.network',
5084
+ standard: 'EIP3091'
5085
+ }
5086
+ ]
5087
+ },
5009
5088
  {
5010
5089
  name: 'Metis Andromeda Mainnet',
5011
5090
  chain: 'ETH',
@@ -6988,6 +7067,31 @@ const chainArray = [
6988
7067
  }
6989
7068
  ]
6990
7069
  },
7070
+ {
7071
+ name: 'Defi Oracle Meta Testnet',
7072
+ chain: 'dfiometatest',
7073
+ icon: 'defioraclemeta',
7074
+ rpc: [
7075
+ 'https://rpc.public-2138.defi-oracle.io',
7076
+ 'wss://rpc.public-2138.defi-oracle.io'
7077
+ ],
7078
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
7079
+ faucets: [],
7080
+ nativeCurrency: { name: 'testEther', symbol: 'tETH', decimals: 18 },
7081
+ infoURL: 'https://defi-oracle.io/',
7082
+ shortName: 'dfio-meta-test',
7083
+ chainId: 2138,
7084
+ networkId: 21,
7085
+ slip44: 60,
7086
+ ens: { registry: '0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85' },
7087
+ explorers: [
7088
+ {
7089
+ name: 'Quorum Explorer',
7090
+ url: 'https://public-2138.defi-oracle.io',
7091
+ standard: 'none'
7092
+ }
7093
+ ]
7094
+ },
6991
7095
  {
6992
7096
  name: 'BOSagora Mainnet',
6993
7097
  chain: 'ETH',
@@ -7218,6 +7322,30 @@ const chainArray = [
7218
7322
  }
7219
7323
  ]
7220
7324
  },
7325
+ {
7326
+ name: 'WEMIX Kanvas Sepolia',
7327
+ title: 'WEMIX Kanvas Testnet Sepolia',
7328
+ chainId: 2357,
7329
+ shortName: 'kanvas-aqua',
7330
+ chain: 'ETH',
7331
+ networkId: 2357,
7332
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
7333
+ rpc: [ 'https://api.aqua.wemixkanvas.io' ],
7334
+ faucets: [],
7335
+ infoURL: 'https://wemixkanvas.io',
7336
+ explorers: [
7337
+ {
7338
+ name: 'blockscout',
7339
+ url: 'https://blockscout.aqua.wemixkanvas.io',
7340
+ standard: 'EIP3091'
7341
+ }
7342
+ ],
7343
+ parent: {
7344
+ type: 'L2',
7345
+ chain: 'eip155-11155111',
7346
+ bridges: [ { url: 'https://wemixkanvas.io/bridge' } ]
7347
+ }
7348
+ },
7221
7349
  {
7222
7350
  name: 'BOMB Chain Testnet',
7223
7351
  chain: 'BOMB',
@@ -8892,6 +9020,24 @@ const chainArray = [
8892
9020
  }
8893
9021
  ]
8894
9022
  },
9023
+ {
9024
+ name: 'Canto Tesnet',
9025
+ chain: 'Canto',
9026
+ rpc: [ 'https://testnet-archive.plexnode.wtf' ],
9027
+ faucets: [],
9028
+ nativeCurrency: { name: 'Testnet Canto', symbol: 'CANTO', decimals: 18 },
9029
+ infoURL: 'https://canto.io',
9030
+ shortName: 'TestnetCanto',
9031
+ chainId: 7701,
9032
+ networkId: 7701,
9033
+ explorers: [
9034
+ {
9035
+ name: 'Canto Testnet EVM Explorer (Blockscout)',
9036
+ url: 'https://testnet.tuber.build',
9037
+ standard: 'none'
9038
+ }
9039
+ ]
9040
+ },
8895
9041
  {
8896
9042
  name: 'Rise of the Warbots Testnet',
8897
9043
  chain: 'nmactest',
@@ -13412,6 +13558,25 @@ const chainArray = [
13412
13558
  }
13413
13559
  ]
13414
13560
  },
13561
+ {
13562
+ name: 'Taf ECO Chain Mainnet',
13563
+ chain: 'Taf ECO Chain',
13564
+ icon: 'taf',
13565
+ rpc: [ 'https://mainnet.tafchain.com/v1' ],
13566
+ faucets: [],
13567
+ nativeCurrency: { name: 'Taf ECO Chain Mainnet', symbol: 'TAFECO', decimals: 18 },
13568
+ infoURL: 'https://www.tafchain.com',
13569
+ shortName: 'TAFECO',
13570
+ chainId: 224168,
13571
+ networkId: 224168,
13572
+ explorers: [
13573
+ {
13574
+ name: 'Taf ECO Chain Mainnet',
13575
+ url: 'https://ecoscan.tafchain.com',
13576
+ standard: 'EIP3091'
13577
+ }
13578
+ ]
13579
+ },
13415
13580
  {
13416
13581
  name: 'HashKey Chain Testnet',
13417
13582
  chain: 'HashKey',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.116",
3
+ "version": "0.0.118",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {