eth-chainlist 0.0.148 → 0.0.149

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,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.149 (2023-05-13)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.148 ([10a0771](https://github.com/poowf/eth-chainlist/commit/10a077143984b682a7aae92ccb0466417427a5ba))
9
+ * update chain data ([d47c217](https://github.com/poowf/eth-chainlist/commit/d47c217f780a67106beccd5c3b9ab1f9ac8eb3c6))
10
+
3
11
  ### 0.0.148 (2023-05-12)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -8637,10 +8637,10 @@ const chainArray = [
8637
8637
  }
8638
8638
  },
8639
8639
  {
8640
- name: 'Oasis Testnet',
8641
- title: 'Bahamut Testnet Oasis',
8640
+ name: 'Fastex Chain (Bahamut) Oasis Testnet',
8641
+ title: 'Bahamut testnet Oasis',
8642
8642
  icon: 'bahamut',
8643
- chain: 'Bahamut',
8643
+ chain: 'Fastex Chain (Bahamut)',
8644
8644
  rpc: [ 'https://rpc1.oasis.bahamutchain.com' ],
8645
8645
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
8646
8646
  faucets: [ 'https://faucet.oasis.fastexchain.com' ],
@@ -8979,9 +8979,9 @@ const chainArray = [
8979
8979
  ]
8980
8980
  },
8981
8981
  {
8982
- name: 'Sahara',
8982
+ name: 'Fastex Chain (Bahamut)',
8983
8983
  title: 'Bahamut mainnet Sahara',
8984
- chain: 'Bahamut',
8984
+ chain: 'Fastex Chain (Bahamut)',
8985
8985
  icon: 'bahamut',
8986
8986
  rpc: [
8987
8987
  'https://rpc1.sahara.bahamutchain.com',
@@ -16122,9 +16122,7 @@ const chainArray = [
16122
16122
  name: 'Kanazawa',
16123
16123
  title: 'Meld Testnet Kanazawa',
16124
16124
  chain: 'Kanazawa',
16125
- rpc: [
16126
- 'https://rpc-kanazawa.meldlabs.dev/ext/bc/2Ci7VYrUd4fTBqGA5D2HA6UPHzQ4LQyr8rZQww9MGSv9rNkRzn/rpc'
16127
- ],
16125
+ rpc: [ 'https://subnets.avax.network/meld/testnet/rpc' ],
16128
16126
  faucets: [],
16129
16127
  features: [],
16130
16128
  nativeCurrency: { name: 'gMeld', symbol: 'gMELD', decimals: 18 },
@@ -16133,7 +16131,14 @@ const chainArray = [
16133
16131
  shortName: 'kanazawa',
16134
16132
  chainId: 222000222,
16135
16133
  networkId: 222000222,
16136
- explorers: []
16134
+ explorers: [
16135
+ {
16136
+ name: 'explorer',
16137
+ url: 'https://subnets-test.avax.network/meld',
16138
+ icon: 'meld',
16139
+ standard: 'EIP3091'
16140
+ }
16141
+ ]
16137
16142
  },
16138
16143
  {
16139
16144
  name: 'Neon EVM DevNet',
@@ -16249,7 +16254,7 @@ const chainArray = [
16249
16254
  name: 'Meld',
16250
16255
  title: 'Meld Mainnet',
16251
16256
  chain: 'MELD',
16252
- rpc: [ 'https://network-rpc.meld.com' ],
16257
+ rpc: [ 'https://subnets.avax.network/meld/mainnet/rpc' ],
16253
16258
  faucets: [],
16254
16259
  features: [],
16255
16260
  nativeCurrency: { name: 'gMeld', symbol: 'gMELD', decimals: 18 },
@@ -16258,7 +16263,14 @@ const chainArray = [
16258
16263
  shortName: 'meld',
16259
16264
  chainId: 333000333,
16260
16265
  networkId: 333000333,
16261
- explorers: []
16266
+ explorers: [
16267
+ {
16268
+ name: 'explorer',
16269
+ url: 'https://subnets.avax.network/meld',
16270
+ icon: 'meld',
16271
+ standard: 'EIP3091'
16272
+ }
16273
+ ]
16262
16274
  },
16263
16275
  {
16264
16276
  name: 'Calypso NFT Hub (SKALE Testnet)',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.148",
3
+ "version": "0.0.149",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {