eth-chainlist 0.0.531 → 0.0.532

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.532 (2024-11-05)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.531 ([f507228](https://github.com/poowf/eth-chainlist/commit/f50722870c24f089bbb524924a638910e7bc837d))
9
+ * update chain data ([bf7f9e4](https://github.com/poowf/eth-chainlist/commit/bf7f9e49b9e3e4ed7a2cda3639c6adbe193f72bd))
10
+
3
11
  ### 0.0.531 (2024-11-04)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -38103,6 +38103,40 @@ const chainArray = [
38103
38103
  }
38104
38104
  ]
38105
38105
  },
38106
+ {
38107
+ name: 'citronus-citro',
38108
+ title: 'Citronus-Citro',
38109
+ chain: 'citronus-citro',
38110
+ rpc: [
38111
+ 'https://rpc.citro-testnet.t.raas.gelato.cloud',
38112
+ 'wss://testnet-ws.eh-dev.app'
38113
+ ],
38114
+ nativeCurrency: { name: 'Citronus', symbol: 'CITRO', decimals: 18 },
38115
+ infoURL: 'https://raas.gelato.network/rollups/details/public/citronus-citro',
38116
+ faucets: [],
38117
+ shortName: 'citronus-citro',
38118
+ chainId: 34949059,
38119
+ networkId: 34949059,
38120
+ slip44: 60,
38121
+ explorers: [
38122
+ {
38123
+ name: 'blockscout',
38124
+ url: 'https://test.citronus.com',
38125
+ icon: 'blockscout',
38126
+ standard: 'EIP3091'
38127
+ }
38128
+ ],
38129
+ parent: {
38130
+ type: 'L2',
38131
+ chain: 'eip155-11155111',
38132
+ bridges: [
38133
+ {
38134
+ url: 'https://testnet-bridge.gelato.network/bridge/citronus-citro'
38135
+ }
38136
+ ]
38137
+ },
38138
+ status: 'active'
38139
+ },
38106
38140
  {
38107
38141
  name: 'Joys Digital Mainnet',
38108
38142
  chain: 'JOYS',
@@ -39034,6 +39068,26 @@ const chainArray = [
39034
39068
  }
39035
39069
  ]
39036
39070
  },
39071
+ {
39072
+ name: 'Westend Asset Hub',
39073
+ chain: 'WST',
39074
+ rpc: [ 'https://westend-asset-hub-eth-rpc.polkadot.io' ],
39075
+ faucets: [ 'https://faucet.polkadot.io/westend' ],
39076
+ nativeCurrency: { name: 'Westies', symbol: 'WND', decimals: 18 },
39077
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
39078
+ infoURL: 'https://polkadot.network',
39079
+ shortName: 'wst',
39080
+ chainId: 420420421,
39081
+ networkId: 420420421,
39082
+ explorers: [
39083
+ {
39084
+ name: 'subscan',
39085
+ icon: 'subscan',
39086
+ url: 'https://assethub-westend.subscan.io',
39087
+ standard: 'EIP3091'
39088
+ }
39089
+ ]
39090
+ },
39037
39091
  {
39038
39092
  name: 'Deprecated SKALE Europa Hub Testnet',
39039
39093
  title: 'Deprecated Europa Hub Testnet',
@@ -40289,6 +40343,39 @@ const chainArray = [
40289
40343
  ],
40290
40344
  parent: { type: 'L2', chain: 'eip155-11155111' }
40291
40345
  },
40346
+ {
40347
+ name: 'sivo-defi-testnet',
40348
+ title: 'Sivo Defi Testnet',
40349
+ chain: 'sivo-defi-testnet',
40350
+ rpc: [
40351
+ 'https://rpc.sivo-defi-testnet.t.raas.gelato.cloud',
40352
+ 'wss://ws.sivo-defi-testnet.t.raas.gelato.cloud'
40353
+ ],
40354
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
40355
+ infoURL: 'https://raas.gelato.network/rollups/details/public/sivo-defi-testnet',
40356
+ faucets: [],
40357
+ shortName: 'sivo-defi-testnet',
40358
+ chainId: 123420000586,
40359
+ networkId: 123420000586,
40360
+ slip44: 60,
40361
+ explorers: [
40362
+ {
40363
+ name: 'blockscout',
40364
+ url: 'https://sivo-defi-testnet.cloud.blockscout.com',
40365
+ icon: 'blockscout',
40366
+ standard: 'EIP3091'
40367
+ }
40368
+ ],
40369
+ parent: {
40370
+ type: 'L2',
40371
+ chain: 'eip155-11155111',
40372
+ bridges: [
40373
+ {
40374
+ url: 'https://testnet-bridge.gelato.network/bridge/sivo-defi-testnet'
40375
+ }
40376
+ ]
40377
+ }
40378
+ },
40292
40379
  {
40293
40380
  name: 'volmex',
40294
40381
  title: 'Volmex',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.531",
3
+ "version": "0.0.532",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {