eth-chainlist 0.0.430 → 0.0.431

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.431 (2024-06-15)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.430 ([09a56b6](https://github.com/poowf/eth-chainlist/commit/09a56b6537a3bbfc050e4489a52b1e408bd559b2))
9
+ * update chain data ([9cf0112](https://github.com/poowf/eth-chainlist/commit/9cf01129a31f1fbafddea8bab6408752730c4a0b))
10
+
3
11
  ### 0.0.430 (2024-06-14)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -6761,6 +6761,25 @@ const chainArray = [
6761
6761
  }
6762
6762
  ]
6763
6763
  },
6764
+ {
6765
+ name: 'Darwinia Koi Testnet',
6766
+ chain: 'Darwinia Koi',
6767
+ rpc: [ 'https://koi-rpc.darwinia.network' ],
6768
+ faucets: [],
6769
+ nativeCurrency: { name: 'Koi Network Native Token', symbol: 'KRING', decimals: 18 },
6770
+ infoURL: 'https://darwinia.network/',
6771
+ shortName: 'darwinia-koi',
6772
+ chainId: 701,
6773
+ networkId: 701,
6774
+ slip44: 1,
6775
+ explorers: [
6776
+ {
6777
+ name: 'blockscout',
6778
+ url: 'https://koi-scan.darwinia.network',
6779
+ standard: 'EIP3091'
6780
+ }
6781
+ ]
6782
+ },
6764
6783
  {
6765
6784
  name: 'BlockChain Station Mainnet',
6766
6785
  chain: 'BCS',
@@ -16841,6 +16860,19 @@ const chainArray = [
16841
16860
  }
16842
16861
  ]
16843
16862
  },
16863
+ {
16864
+ name: 'OX Chain',
16865
+ title: 'OX Chain',
16866
+ chain: 'OX',
16867
+ rpc: [ 'https://rpc.oxscan.io' ],
16868
+ faucets: [],
16869
+ nativeCurrency: { name: 'OX', symbol: 'OX', decimals: 18 },
16870
+ infoURL: 'https://ox.fun/chain',
16871
+ shortName: 'ox-chain',
16872
+ chainId: 6699,
16873
+ networkId: 6699,
16874
+ status: 'incubating'
16875
+ },
16844
16876
  {
16845
16877
  name: 'PAXB Mainnet',
16846
16878
  chain: 'PAXB',
@@ -29567,6 +29599,26 @@ const chainArray = [
29567
29599
  }
29568
29600
  ]
29569
29601
  },
29602
+ {
29603
+ name: 'Open Campus Codex',
29604
+ chain: 'Open Campus Codex',
29605
+ icon: 'open-campus-codex',
29606
+ rpc: [ 'https://rpc.open-campus-codex.gelato.digital' ],
29607
+ faucets: [],
29608
+ nativeCurrency: { name: 'EDU', symbol: 'EDU', decimals: 18 },
29609
+ infoURL: 'https://raas.gelato.network/rollups/details/public/open-campus-codex',
29610
+ shortName: 'open-campus-codex',
29611
+ chainId: 656476,
29612
+ networkId: 656476,
29613
+ explorers: [
29614
+ {
29615
+ name: 'Open Campus Codex',
29616
+ url: 'https://opencampus-codex.blockscout.com',
29617
+ icon: 'open-campus-codex',
29618
+ standard: 'none'
29619
+ }
29620
+ ]
29621
+ },
29570
29622
  {
29571
29623
  name: 'Xai Mainnet',
29572
29624
  chainId: 660279,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.430",
3
+ "version": "0.0.431",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {