eth-chainlist 0.0.455 → 0.0.456

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.456 (2024-08-03)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.455 ([9604bf2](https://github.com/poowf/eth-chainlist/commit/9604bf25ade0d65780023d70b6565bab8ad26145))
9
+ * update chain data ([8edfb0e](https://github.com/poowf/eth-chainlist/commit/8edfb0e84ab15f86b80ce99a3da366b68a4946bc))
10
+
3
11
  ### 0.0.455 (2024-08-02)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -3264,32 +3264,22 @@ const chainArray = [
3264
3264
  networkId: 163
3265
3265
  },
3266
3266
  {
3267
- name: 'Omni Testnet',
3267
+ name: 'Omni Omega',
3268
3268
  chain: 'Omni',
3269
3269
  status: 'active',
3270
- rpc: [ 'https://testnet.omni.network' ],
3270
+ rpc: [ 'https://omega.omni.network' ],
3271
3271
  features: [ { name: 'EIP155' } ],
3272
3272
  faucets: [],
3273
3273
  nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
3274
3274
  infoURL: 'https://docs.omni.network',
3275
- shortName: 'omni_testnet',
3275
+ shortName: 'omni_omega',
3276
3276
  chainId: 164,
3277
3277
  networkId: 164,
3278
3278
  slip44: 1,
3279
3279
  explorers: [
3280
3280
  {
3281
- name: 'Omni X-Explorer',
3282
- url: 'https://explorer.testnet.omni.network',
3283
- standard: 'none'
3284
- },
3285
- {
3286
- name: 'Omni EVM Explorer on Blockscout',
3287
- url: 'https://omni-testnet.blockscout.com',
3288
- standard: 'EIP3091'
3289
- },
3290
- {
3291
- name: 'Omni EVM Explorer on Routescan',
3292
- url: 'https://testnet.omniscan.network',
3281
+ name: 'Omni EVM and cross-chain Explorer',
3282
+ url: 'https://omega.omniscan.network',
3293
3283
  standard: 'EIP3091'
3294
3284
  }
3295
3285
  ]
@@ -19082,6 +19072,25 @@ const chainArray = [
19082
19072
  }
19083
19073
  ]
19084
19074
  },
19075
+ {
19076
+ name: 'B3',
19077
+ chain: 'B3',
19078
+ icon: 'b3',
19079
+ rpc: [ 'https://mainnet-rpc.b3.fun' ],
19080
+ faucets: [],
19081
+ nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
19082
+ infoURL: 'https://b3.fun',
19083
+ shortName: 'b3',
19084
+ chainId: 8333,
19085
+ networkId: 8333,
19086
+ explorers: [
19087
+ {
19088
+ name: 'Blockscout',
19089
+ url: 'https://explorer.b3.fun',
19090
+ standard: 'EIP3091'
19091
+ }
19092
+ ]
19093
+ },
19085
19094
  {
19086
19095
  name: 'Dracones Financial Services',
19087
19096
  title: 'The Dracones Mainnet',
@@ -27968,6 +27977,24 @@ const chainArray = [
27968
27977
  }
27969
27978
  ]
27970
27979
  },
27980
+ {
27981
+ name: 'StratoVM Testnet',
27982
+ chain: 'StratoVM',
27983
+ rpc: [ 'https://rpc.stratovm.io' ],
27984
+ faucets: [],
27985
+ nativeCurrency: { name: 'SVM', symbol: 'SVM', decimals: 18 },
27986
+ infoURL: 'https://www.stratovm.io/',
27987
+ shortName: 'stratovm',
27988
+ chainId: 93747,
27989
+ networkId: 93747,
27990
+ explorers: [
27991
+ {
27992
+ name: 'StratoVM Block Explorer',
27993
+ url: 'https://explorer.stratovm.io',
27994
+ standard: 'none'
27995
+ }
27996
+ ]
27997
+ },
27971
27998
  {
27972
27999
  name: 'Mantis Testnet (Hexapod)',
27973
28000
  chain: 'Mantis',
@@ -31684,6 +31711,35 @@ const chainArray = [
31684
31711
  }
31685
31712
  ]
31686
31713
  },
31714
+ {
31715
+ name: 'BOB Sepolia',
31716
+ chain: 'ETH',
31717
+ rpc: [
31718
+ 'https://bob-sepolia.rpc.gobob.xyz',
31719
+ 'wss://bob-sepolia.rpc.gobob.xyz'
31720
+ ],
31721
+ faucets: [],
31722
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
31723
+ infoURL: 'https://gobob.xyz',
31724
+ shortName: 'bob-sepolia',
31725
+ chainId: 808813,
31726
+ networkId: 808813,
31727
+ icon: 'bob',
31728
+ explorers: [
31729
+ {
31730
+ name: 'bobscout',
31731
+ url: 'https://bob-sepolia.explorer.gobob.xyz',
31732
+ icon: 'blockscout',
31733
+ standard: 'EIP3091'
31734
+ }
31735
+ ],
31736
+ status: 'active',
31737
+ parent: {
31738
+ type: 'L2',
31739
+ chain: 'eip155-11155111',
31740
+ bridges: [ { url: 'https://bob-sepolia.gobob.xyz/' } ]
31741
+ }
31742
+ },
31687
31743
  {
31688
31744
  name: 'zkLink Nova Mainnet',
31689
31745
  chain: 'ETH',
@@ -35761,6 +35817,28 @@ const chainArray = [
35761
35817
  }
35762
35818
  ]
35763
35819
  },
35820
+ {
35821
+ name: 'Fluence Stage',
35822
+ chain: 'Fluence Stage (Testnet)',
35823
+ rpc: [
35824
+ 'https://rpc-123420000220.raas-testnet.gelato.digital/',
35825
+ 'wss://ws-123420000220.raas-testnet.gelato.digital/'
35826
+ ],
35827
+ faucets: [],
35828
+ nativeCurrency: { name: 'tFLT', symbol: 'tFLT', decimals: 18 },
35829
+ infoURL: 'https://fluence.network/',
35830
+ shortName: 'fluence-stage',
35831
+ chainId: 123420000220,
35832
+ networkId: 123420000220,
35833
+ explorers: [
35834
+ {
35835
+ name: 'blockscout',
35836
+ url: 'https://blockscout-123420000220.raas-testnet.gelato.digital',
35837
+ standard: 'EIP3091'
35838
+ }
35839
+ ],
35840
+ parent: { type: 'L2', chain: 'eip155-11155111' }
35841
+ },
35764
35842
  {
35765
35843
  name: 'Ntity Mainnet',
35766
35844
  chain: 'Ntity',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.455",
3
+ "version": "0.0.456",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {