eth-chainlist 0.0.74 → 0.0.76

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.76 (2023-02-13)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.75 ([71d5d2e](https://github.com/poowf/eth-chainlist/commit/71d5d2e8ba3b9600982c362f82f565d78d301160))
9
+ * update chain data ([71b4ed3](https://github.com/poowf/eth-chainlist/commit/71b4ed335c89df02933bec60c78614f056065d89))
10
+
11
+ ### 0.0.75 (2023-02-12)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.74 ([8384756](https://github.com/poowf/eth-chainlist/commit/83847565d60221aa0ef955a45afe45df376543c1))
17
+ * update chain data ([e5f3f17](https://github.com/poowf/eth-chainlist/commit/e5f3f178a3b71716d18167e7d34c9e470abcae0a))
18
+
3
19
  ### 0.0.74 (2023-02-11)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3769,6 +3769,24 @@ const chainArray = [
3769
3769
  }
3770
3770
  ]
3771
3771
  },
3772
+ {
3773
+ name: 'Canto Testnet',
3774
+ chain: 'Canto Tesnet',
3775
+ rpc: [ 'https://eth.plexnode.wtf/' ],
3776
+ faucets: [],
3777
+ nativeCurrency: { name: 'Canto', symbol: 'CANTO', decimals: 18 },
3778
+ infoURL: 'https://canto.io',
3779
+ shortName: 'tcanto',
3780
+ chainId: 740,
3781
+ networkId: 740,
3782
+ explorers: [
3783
+ {
3784
+ name: 'Canto Tesnet Explorer (Neobase)',
3785
+ url: 'http://testnet-explorer.canto.neobase.one',
3786
+ standard: 'none'
3787
+ }
3788
+ ]
3789
+ },
3772
3790
  {
3773
3791
  name: 'Vention Smart Chain Testnet',
3774
3792
  chain: 'VSCT',
@@ -4040,6 +4058,26 @@ const chainArray = [
4040
4058
  }
4041
4059
  ]
4042
4060
  },
4061
+ {
4062
+ name: 'Bandai Namco Research Verse Mainnet',
4063
+ chain: 'Bandai Namco Research Verse',
4064
+ icon: 'bnken',
4065
+ rpc: [ 'https://rpc.main.oasvrs.bnken.net' ],
4066
+ faucets: [],
4067
+ nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
4068
+ infoURL: 'https://www.bandainamco-mirai.com/en/',
4069
+ shortName: 'BNKEN',
4070
+ chainId: 876,
4071
+ networkId: 876,
4072
+ explorers: [
4073
+ {
4074
+ name: 'Bandai Namco Research Verse Explorer',
4075
+ url: 'https://explorer.main.oasvrs.bnken.net',
4076
+ standard: 'EIP3091'
4077
+ }
4078
+ ],
4079
+ parent: { type: 'L2', chain: 'eip155-248' }
4080
+ },
4043
4081
  {
4044
4082
  name: 'Dexit Network',
4045
4083
  chain: 'DXT',
@@ -9187,6 +9225,25 @@ const chainArray = [
9187
9225
  chainId: 16001,
9188
9226
  networkId: 16001
9189
9227
  },
9228
+ {
9229
+ name: 'AirDAO Mainnet',
9230
+ chain: 'ambnet',
9231
+ icon: 'airdao',
9232
+ rpc: [ 'https://network.ambrosus.io' ],
9233
+ faucets: [],
9234
+ nativeCurrency: { name: 'Amber', symbol: 'AMB', decimals: 18 },
9235
+ infoURL: 'https://airdao.io',
9236
+ shortName: 'airdao',
9237
+ chainId: 16718,
9238
+ networkId: 16718,
9239
+ explorers: [
9240
+ {
9241
+ name: 'AirDAO Network Explorer',
9242
+ url: 'https://airdao.io/explorer',
9243
+ standard: 'none'
9244
+ }
9245
+ ]
9246
+ },
9190
9247
  {
9191
9248
  name: 'IVAR Chain Testnet',
9192
9249
  chain: 'IVAR',
@@ -9382,6 +9439,25 @@ const chainArray = [
9382
9439
  }
9383
9440
  ]
9384
9441
  },
9442
+ {
9443
+ name: 'AirDAO Testnet',
9444
+ chain: 'ambnet-test',
9445
+ icon: 'airdao',
9446
+ rpc: [ 'https://network.ambrosus-test.io' ],
9447
+ faucets: [],
9448
+ nativeCurrency: { name: 'Amber', symbol: 'AMB', decimals: 18 },
9449
+ infoURL: 'https://testnet.airdao.io',
9450
+ shortName: 'airdao-test',
9451
+ chainId: 22040,
9452
+ networkId: 22040,
9453
+ explorers: [
9454
+ {
9455
+ name: 'AirDAO Network Explorer',
9456
+ url: 'https://testnet.airdao.io/explorer',
9457
+ standard: 'none'
9458
+ }
9459
+ ]
9460
+ },
9385
9461
  {
9386
9462
  name: 'MAP Mainnet',
9387
9463
  chain: 'MAP',
@@ -11197,6 +11273,47 @@ const chainArray = [
11197
11273
  }
11198
11274
  ]
11199
11275
  },
11276
+ {
11277
+ name: 'VeChain',
11278
+ chain: 'VeChain',
11279
+ rpc: [],
11280
+ faucets: [],
11281
+ nativeCurrency: { name: 'VeChain', symbol: 'VET', decimals: 18 },
11282
+ infoURL: 'https://vechain.org',
11283
+ shortName: 'vechain',
11284
+ chainId: 100009,
11285
+ networkId: 100009,
11286
+ explorers: [
11287
+ {
11288
+ name: 'VeChain Stats',
11289
+ url: 'https://vechainstats.com',
11290
+ standard: 'none'
11291
+ },
11292
+ {
11293
+ name: 'VeChain Explorer',
11294
+ url: 'https://explore.vechain.org',
11295
+ standard: 'none'
11296
+ }
11297
+ ]
11298
+ },
11299
+ {
11300
+ name: 'VeChain Testnet',
11301
+ chain: 'VeChain',
11302
+ rpc: [],
11303
+ faucets: [ 'https://faucet.vecha.in' ],
11304
+ nativeCurrency: { name: 'VeChain', symbol: 'VET', decimals: 18 },
11305
+ infoURL: 'https://vechain.org',
11306
+ shortName: 'vechain-testnet',
11307
+ chainId: 100010,
11308
+ networkId: 100010,
11309
+ explorers: [
11310
+ {
11311
+ name: 'VeChain Explorer',
11312
+ url: 'https://explore-testnet.vechain.org',
11313
+ standard: 'none'
11314
+ }
11315
+ ]
11316
+ },
11200
11317
  {
11201
11318
  name: 'Deprecated Chiado Testnet',
11202
11319
  chain: 'CHI1',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.74",
3
+ "version": "0.0.76",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {