eth-chainlist 0.0.535 → 0.0.536

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.536 (2024-11-09)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.535 ([8b55d02](https://github.com/poowf/eth-chainlist/commit/8b55d02d1a6dc05884ae18ce71e0a8c4ebc2145c))
9
+ * update chain data ([9f8a0cb](https://github.com/poowf/eth-chainlist/commit/9f8a0cbc7fa8b32be6c3286e640e818855a57d43))
10
+
3
11
  ### 0.0.535 (2024-11-08)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -11537,19 +11537,19 @@ const chainArray = [
11537
11537
  ]
11538
11538
  },
11539
11539
  {
11540
- name: 'Digital Smart Chain',
11541
- chain: 'Digital Smart Chain',
11540
+ name: 'Datacore Smart Chain',
11541
+ chain: 'Datacore Smart Chain',
11542
11542
  icon: 'dscscan',
11543
11543
  rpc: [ 'https://rpc01.dscscan.io' ],
11544
11544
  faucets: [],
11545
- nativeCurrency: { name: 'Digital Smart Chain', symbol: 'DSC', decimals: 18 },
11545
+ nativeCurrency: { name: 'Datacore Smart Chain', symbol: 'DSC', decimals: 18 },
11546
11546
  infoURL: 'https://rpc01.dscscan.io',
11547
11547
  shortName: 'DSCs',
11548
11548
  chainId: 1555,
11549
11549
  networkId: 1555,
11550
11550
  explorers: [
11551
11551
  {
11552
- name: 'Digital Smart Chain',
11552
+ name: 'Datacore Smart Chain',
11553
11553
  url: 'https://dscscan.io',
11554
11554
  standard: 'EIP3091'
11555
11555
  }
@@ -18131,6 +18131,27 @@ const chainArray = [
18131
18131
  }
18132
18132
  ]
18133
18133
  },
18134
+ {
18135
+ name: 'Superseed',
18136
+ chain: 'ETH',
18137
+ rpc: [ 'https://mainnet.superseed.xyz', 'wss://mainnet.superseed.xyz' ],
18138
+ faucets: [],
18139
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
18140
+ infoURL: 'https://www.superseed.xyz',
18141
+ shortName: 'sseed',
18142
+ chainId: 5330,
18143
+ networkId: 5330,
18144
+ slip44: 1,
18145
+ icon: 'superseed',
18146
+ explorers: [
18147
+ {
18148
+ name: 'seedscout',
18149
+ url: 'https://explorer.superseed.xyz',
18150
+ standard: 'EIP3091'
18151
+ }
18152
+ ],
18153
+ status: 'active'
18154
+ },
18134
18155
  {
18135
18156
  name: 'Netsbo',
18136
18157
  chain: 'NETSBO',
@@ -24403,12 +24424,7 @@ const chainArray = [
24403
24424
  url: 'https://explorer.testnet.evm.eosnetwork.com',
24404
24425
  standard: 'EIP3091'
24405
24426
  }
24406
- ],
24407
- parent: {
24408
- type: 'L2',
24409
- chain: 'eip155-1',
24410
- bridges: [ { url: 'https://bridge.testnet.evm.eosnetwork.com' } ]
24411
- }
24427
+ ]
24412
24428
  },
24413
24429
  {
24414
24430
  name: 'MetaDot Mainnet',
@@ -24883,15 +24899,7 @@ const chainArray = [
24883
24899
  url: 'https://explorer.evm.eosnetwork.com',
24884
24900
  standard: 'EIP3091'
24885
24901
  }
24886
- ],
24887
- parent: {
24888
- type: 'L2',
24889
- chain: 'eip155-1',
24890
- bridges: [
24891
- { url: 'https://bridge.evm.eosnetwork.com' },
24892
- { url: 'https://app.multichain.org' }
24893
- ]
24894
- }
24902
+ ]
24895
24903
  },
24896
24904
  {
24897
24905
  name: 'Frontier of Dreams Testnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.535",
3
+ "version": "0.0.536",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {