@revoke.cash/chains 24.0.0 → 24.1.0

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.
@@ -911,7 +911,6 @@ exports.chains = {
911
911
  rpc: [
912
912
  'https://rpc.darwinia.network',
913
913
  'https://darwinia-rpc.darwiniacommunitydao.xyz',
914
- 'https://darwinia2.api.onfinality.io/public-ws',
915
914
  'https://darwinia-rpc.dwellir.com'
916
915
  ],
917
916
  faucets: [],
@@ -11517,6 +11516,21 @@ exports.chains = {
11517
11516
  }
11518
11517
  ]
11519
11518
  },
11519
+ 4893: {
11520
+ name: 'Globel Chain',
11521
+ chain: 'GC',
11522
+ icon: 'globelchain',
11523
+ rpc: ['https://rpc.gcscan.io'],
11524
+ faucets: [],
11525
+ nativeCurrency: { name: 'Globel Chain', symbol: 'GC', decimals: 18 },
11526
+ infoURL: 'https://gcscan.io',
11527
+ shortName: 'GC',
11528
+ chainId: 4893,
11529
+ networkId: 4893,
11530
+ explorers: [
11531
+ { name: 'blockscout', url: 'https://gcscan.io', standard: 'none' }
11532
+ ]
11533
+ },
11520
11534
  4918: {
11521
11535
  name: 'Venidium Testnet',
11522
11536
  chain: 'XVM',
@@ -12208,7 +12222,7 @@ exports.chains = {
12208
12222
  6363: {
12209
12223
  name: 'Digit Soul Smart Chain',
12210
12224
  chain: 'DGS',
12211
- rpc: ['http://dsc-rpc.digitsoul.co.th'],
12225
+ rpc: ['https://dsc-rpc.digitsoul.co.th'],
12212
12226
  faucets: [],
12213
12227
  nativeCurrency: { name: 'Digit Coin', symbol: 'DGC', decimals: 18 },
12214
12228
  infoURL: '',
@@ -13097,6 +13111,26 @@ exports.chains = {
13097
13111
  }
13098
13112
  ]
13099
13113
  },
13114
+ 8192: {
13115
+ name: 'Torus Mainnet',
13116
+ chain: 'TQF',
13117
+ icon: 'torus',
13118
+ rpc: ['https://rpc.toruschain.com'],
13119
+ faucets: [],
13120
+ nativeCurrency: { name: 'TQF', symbol: 'TQF', decimals: 18 },
13121
+ infoURL: 'https://docs.toruschain.com',
13122
+ shortName: 'tqf',
13123
+ chainId: 8192,
13124
+ networkId: 8192,
13125
+ explorers: [
13126
+ {
13127
+ name: 'blockscout',
13128
+ url: 'https://toruscan.com',
13129
+ icon: 'blockscout',
13130
+ standard: 'EIP3091'
13131
+ }
13132
+ ]
13133
+ },
13100
13134
  8194: {
13101
13135
  name: 'Torus Testnet',
13102
13136
  chain: 'TQF',
@@ -13955,6 +13989,8 @@ exports.chains = {
13955
13989
  rpc: [
13956
13990
  'https://rpc-msc.mindchain.info/',
13957
13991
  'https://seednode.mindchain.info',
13992
+ 'https://archive.mindchain.info/',
13993
+ 'wss://archive.mindchain.info/ws',
13958
13994
  'wss://seednode.mindchain.info/ws'
13959
13995
  ],
13960
13996
  faucets: [],
@@ -19522,7 +19558,7 @@ exports.chains = {
19522
19558
  363636: {
19523
19559
  name: 'Digit Soul Smart Chain 2',
19524
19560
  chain: 'DS2',
19525
- rpc: ['http://dgs-rpc.digitsoul.co.th'],
19561
+ rpc: ['https://dgs-rpc.digitsoul.co.th'],
19526
19562
  faucets: [],
19527
19563
  nativeCurrency: { name: 'Digit Coin', symbol: 'DGC', decimals: 18 },
19528
19564
  infoURL: '',
@@ -578,6 +578,7 @@ export declare enum ChainName {
578
578
  IoTeXNetworkTestnet = "IoTeX Network Testnet",
579
579
  MEVerseChainTestnet = "MEVerse Chain Testnet",
580
580
  BlackFortExchangeNetworkTestnet = "BlackFort Exchange Network Testnet",
581
+ GlobelChain = "Globel Chain",
581
582
  VenidiumTestnet = "Venidium Testnet",
582
583
  VenidiumMainnet = "Venidium Mainnet",
583
584
  BlackFortExchangeNetwork = "BlackFort Exchange Network",
@@ -656,6 +657,7 @@ export declare enum ChainName {
656
657
  Flana = "Flana",
657
658
  Mizana = "Mizana",
658
659
  TestnetBeOneChain = "Testnet BeOne Chain",
660
+ TorusMainnet = "Torus Mainnet",
659
661
  TorusTestnet = "Torus Testnet",
660
662
  KlaytnMainnetCypress = "Klaytn Mainnet Cypress",
661
663
  BlocktonBlockchain = "Blockton Blockchain",
@@ -1705,6 +1707,7 @@ export declare enum ChainId {
1705
1707
  IoTeXNetworkTestnet = 4690,
1706
1708
  MEVerseChainTestnet = 4759,
1707
1709
  BlackFortExchangeNetworkTestnet = 4777,
1710
+ GlobelChain = 4893,
1708
1711
  VenidiumTestnet = 4918,
1709
1712
  VenidiumMainnet = 4919,
1710
1713
  BlackFortExchangeNetwork = 4999,
@@ -1783,6 +1786,7 @@ export declare enum ChainId {
1783
1786
  Flana = 8135,
1784
1787
  Mizana = 8136,
1785
1788
  TestnetBeOneChain = 8181,
1789
+ TorusMainnet = 8192,
1786
1790
  TorusTestnet = 8194,
1787
1791
  KlaytnMainnetCypress = 8217,
1788
1792
  BlocktonBlockchain = 8272,
package/dist/src/enums.js CHANGED
@@ -582,6 +582,7 @@ var ChainName;
582
582
  ChainName["IoTeXNetworkTestnet"] = "IoTeX Network Testnet";
583
583
  ChainName["MEVerseChainTestnet"] = "MEVerse Chain Testnet";
584
584
  ChainName["BlackFortExchangeNetworkTestnet"] = "BlackFort Exchange Network Testnet";
585
+ ChainName["GlobelChain"] = "Globel Chain";
585
586
  ChainName["VenidiumTestnet"] = "Venidium Testnet";
586
587
  ChainName["VenidiumMainnet"] = "Venidium Mainnet";
587
588
  ChainName["BlackFortExchangeNetwork"] = "BlackFort Exchange Network";
@@ -660,6 +661,7 @@ var ChainName;
660
661
  ChainName["Flana"] = "Flana";
661
662
  ChainName["Mizana"] = "Mizana";
662
663
  ChainName["TestnetBeOneChain"] = "Testnet BeOne Chain";
664
+ ChainName["TorusMainnet"] = "Torus Mainnet";
663
665
  ChainName["TorusTestnet"] = "Torus Testnet";
664
666
  ChainName["KlaytnMainnetCypress"] = "Klaytn Mainnet Cypress";
665
667
  ChainName["BlocktonBlockchain"] = "Blockton Blockchain";
@@ -1710,6 +1712,7 @@ var ChainId;
1710
1712
  ChainId[ChainId["IoTeXNetworkTestnet"] = 4690] = "IoTeXNetworkTestnet";
1711
1713
  ChainId[ChainId["MEVerseChainTestnet"] = 4759] = "MEVerseChainTestnet";
1712
1714
  ChainId[ChainId["BlackFortExchangeNetworkTestnet"] = 4777] = "BlackFortExchangeNetworkTestnet";
1715
+ ChainId[ChainId["GlobelChain"] = 4893] = "GlobelChain";
1713
1716
  ChainId[ChainId["VenidiumTestnet"] = 4918] = "VenidiumTestnet";
1714
1717
  ChainId[ChainId["VenidiumMainnet"] = 4919] = "VenidiumMainnet";
1715
1718
  ChainId[ChainId["BlackFortExchangeNetwork"] = 4999] = "BlackFortExchangeNetwork";
@@ -1788,6 +1791,7 @@ var ChainId;
1788
1791
  ChainId[ChainId["Flana"] = 8135] = "Flana";
1789
1792
  ChainId[ChainId["Mizana"] = 8136] = "Mizana";
1790
1793
  ChainId[ChainId["TestnetBeOneChain"] = 8181] = "TestnetBeOneChain";
1794
+ ChainId[ChainId["TorusMainnet"] = 8192] = "TorusMainnet";
1791
1795
  ChainId[ChainId["TorusTestnet"] = 8194] = "TorusTestnet";
1792
1796
  ChainId[ChainId["KlaytnMainnetCypress"] = 8217] = "KlaytnMainnetCypress";
1793
1797
  ChainId[ChainId["BlocktonBlockchain"] = 8272] = "BlocktonBlockchain";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revoke.cash/chains",
3
- "version": "24.0.0",
3
+ "version": "24.1.0",
4
4
  "description": "Helper module for getting EVM chains info.",
5
5
  "author": "Revoke.cash",
6
6
  "contributors": [