@revoke.cash/chains 10.0.0 → 11.0.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.
@@ -1095,7 +1095,8 @@ exports.chains = {
1095
1095
  'https://rpc.syscoin.org',
1096
1096
  'https://rpc.ankr.com/syscoin/${ANKR_API_KEY}',
1097
1097
  'https://syscoin.public-rpc.com',
1098
- 'wss://rpc.syscoin.org/wss'
1098
+ 'wss://rpc.syscoin.org/wss',
1099
+ 'https://syscoin-evm.publicnode.com'
1099
1100
  ],
1100
1101
  faucets: ['https://faucet.syscoin.org'],
1101
1102
  nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
@@ -4588,9 +4589,13 @@ exports.chains = {
4588
4589
  ]
4589
4590
  },
4590
4591
  595: {
4591
- name: 'Acala Mandala Testnet',
4592
+ name: 'Acala Mandala Testnet TC9',
4592
4593
  chain: 'mACA',
4593
- rpc: [],
4594
+ rpc: [
4595
+ 'https://eth-rpc-tc9.aca-staging.network',
4596
+ 'wss://eth-rpc-tc9.aca-staging.network'
4597
+ ],
4598
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
4594
4599
  faucets: [],
4595
4600
  nativeCurrency: {
4596
4601
  name: 'Acala Mandala Token',
@@ -4600,31 +4605,59 @@ exports.chains = {
4600
4605
  infoURL: 'https://acala.network',
4601
4606
  shortName: 'maca',
4602
4607
  chainId: 595,
4603
- networkId: 595
4608
+ networkId: 595,
4609
+ slip44: 595,
4610
+ explorers: [
4611
+ {
4612
+ name: 'blockscout',
4613
+ url: 'https://blockscout.mandala.aca-staging.network',
4614
+ standard: 'EIP3091'
4615
+ }
4616
+ ]
4604
4617
  },
4605
4618
  596: {
4606
4619
  name: 'Karura Network Testnet',
4607
4620
  chain: 'KAR',
4608
- rpc: [],
4621
+ rpc: [
4622
+ 'https://eth-rpc-karura-testnet.aca-staging.network',
4623
+ 'wss://eth-rpc-karura-testnet.aca-staging.network'
4624
+ ],
4609
4625
  faucets: [],
4610
4626
  nativeCurrency: { name: 'Karura Token', symbol: 'KAR', decimals: 18 },
4611
4627
  infoURL: 'https://karura.network',
4612
4628
  shortName: 'tkar',
4613
4629
  chainId: 596,
4614
4630
  networkId: 596,
4615
- slip44: 596
4631
+ slip44: 596,
4632
+ explorers: [
4633
+ {
4634
+ name: 'blockscout',
4635
+ url: 'https://blockscout.karura-testnet.aca-staging.network',
4636
+ standard: 'EIP3091'
4637
+ }
4638
+ ]
4616
4639
  },
4617
4640
  597: {
4618
4641
  name: 'Acala Network Testnet',
4619
4642
  chain: 'ACA',
4620
- rpc: [],
4643
+ rpc: [
4644
+ 'https://eth-rpc-acala-testnet.aca-staging.network',
4645
+ 'wss://eth-rpc-acala-testnet.aca-staging.network'
4646
+ ],
4621
4647
  faucets: [],
4622
4648
  nativeCurrency: { name: 'Acala Token', symbol: 'ACA', decimals: 18 },
4623
4649
  infoURL: 'https://acala.network',
4624
4650
  shortName: 'taca',
4625
4651
  chainId: 597,
4626
4652
  networkId: 597,
4627
- slip44: 597
4653
+ slip44: 597,
4654
+ explorers: [
4655
+ {
4656
+ name: 'blockscout',
4657
+ url: 'https://blockscout.acala-dev.aca-dev.network',
4658
+ standard: 'EIP3091'
4659
+ }
4660
+ ]
4628
4661
  },
4629
4662
  599: {
4630
4663
  name: 'Metis Goerli Testnet',
@@ -4784,14 +4817,25 @@ exports.chains = {
4784
4817
  686: {
4785
4818
  name: 'Karura Network',
4786
4819
  chain: 'KAR',
4787
- rpc: [],
4820
+ rpc: [
4821
+ 'https://eth-rpc-karura.aca-api.network',
4822
+ 'wss://eth-rpc-karura.aca-api.network'
4823
+ ],
4824
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
4788
4825
  faucets: [],
4789
4826
  nativeCurrency: { name: 'Karura Token', symbol: 'KAR', decimals: 18 },
4790
- infoURL: 'https://karura.network',
4827
+ infoURL: 'https://acala.network/karura',
4791
4828
  shortName: 'kar',
4792
4829
  chainId: 686,
4793
4830
  networkId: 686,
4794
- slip44: 686
4831
+ slip44: 686,
4832
+ explorers: [
4833
+ {
4834
+ name: 'blockscout',
4835
+ url: 'https://blockscout.karura.network',
4836
+ standard: 'EIP3091'
4837
+ }
4838
+ ]
4795
4839
  },
4796
4840
  700: {
4797
4841
  name: 'Star Social Testnet',
@@ -5017,14 +5061,25 @@ exports.chains = {
5017
5061
  787: {
5018
5062
  name: 'Acala Network',
5019
5063
  chain: 'ACA',
5020
- rpc: [],
5064
+ rpc: [
5065
+ 'https://eth-rpc-acala.aca-api.network',
5066
+ 'wss://eth-rpc-acala.aca-api.network'
5067
+ ],
5068
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
5021
5069
  faucets: [],
5022
5070
  nativeCurrency: { name: 'Acala Token', symbol: 'ACA', decimals: 18 },
5023
5071
  infoURL: 'https://acala.network',
5024
5072
  shortName: 'aca',
5025
5073
  chainId: 787,
5026
5074
  networkId: 787,
5027
- slip44: 787
5075
+ slip44: 787,
5076
+ explorers: [
5077
+ {
5078
+ name: 'blockscout',
5079
+ url: 'https://blockscout.acala.network',
5080
+ standard: 'EIP3091'
5081
+ }
5082
+ ]
5028
5083
  },
5029
5084
  788: {
5030
5085
  name: 'Aerochain Testnet',
@@ -6967,6 +7022,26 @@ exports.chains = {
6967
7022
  }
6968
7023
  ]
6969
7024
  },
7025
+ 1379: {
7026
+ name: 'Kalar Chain',
7027
+ chain: 'KLC',
7028
+ icon: 'kalarchain',
7029
+ rpc: ['https://rpc-api.kalarchain.tech'],
7030
+ faucets: [],
7031
+ nativeCurrency: { name: 'Kalar', symbol: 'KLC', decimals: 18 },
7032
+ infoURL: 'https://kalarchain.tech',
7033
+ shortName: 'KLC',
7034
+ chainId: 1379,
7035
+ networkId: 1379,
7036
+ explorers: [
7037
+ {
7038
+ name: 'kalarscan',
7039
+ url: 'https://explorer.kalarchain.tech',
7040
+ icon: 'kalarscan',
7041
+ standard: 'EIP3091'
7042
+ }
7043
+ ]
7044
+ },
6970
7045
  1388: {
6971
7046
  name: 'AmStar Mainnet',
6972
7047
  chain: 'AmStar',
@@ -7565,6 +7640,25 @@ exports.chains = {
7565
7640
  chainId: 1856,
7566
7641
  networkId: 1
7567
7642
  },
7643
+ 1875: {
7644
+ name: 'WhiteBIT Network',
7645
+ chain: 'WBT',
7646
+ rpc: ['https://rpc.whitebit.network'],
7647
+ faucets: [],
7648
+ nativeCurrency: { name: 'WhiteBIT Coin', symbol: 'WBT', decimals: 18 },
7649
+ infoURL: 'https://whitebit.network',
7650
+ shortName: 'wbt',
7651
+ chainId: 1875,
7652
+ networkId: 1875,
7653
+ icon: 'whitebit',
7654
+ explorers: [
7655
+ {
7656
+ name: 'wb-explorer',
7657
+ url: 'https://explorer.whitebit.network',
7658
+ standard: 'EIP3091'
7659
+ }
7660
+ ]
7661
+ },
7568
7662
  1881: {
7569
7663
  name: 'Gitshock Cartenz Testnet',
7570
7664
  chain: 'Gitshock Cartenz',
@@ -10366,7 +10460,11 @@ exports.chains = {
10366
10460
  5700: {
10367
10461
  name: 'Syscoin Tanenbaum Testnet',
10368
10462
  chain: 'SYS',
10369
- rpc: ['https://rpc.tanenbaum.io', 'wss://rpc.tanenbaum.io/wss'],
10463
+ rpc: [
10464
+ 'https://rpc.tanenbaum.io',
10465
+ 'wss://rpc.tanenbaum.io/wss',
10466
+ 'https://syscoin-tanenbaum-evm.publicnode.com'
10467
+ ],
10370
10468
  faucets: ['https://faucet.tanenbaum.io'],
10371
10469
  nativeCurrency: { name: 'Testnet Syscoin', symbol: 'tSYS', decimals: 18 },
10372
10470
  infoURL: 'https://syscoin.org',
@@ -10768,10 +10866,10 @@ exports.chains = {
10768
10866
  ]
10769
10867
  },
10770
10868
  7001: {
10771
- name: 'ZetaChain Athens Testnet',
10869
+ name: 'ZetaChain Athens 3 Testnet',
10772
10870
  chain: 'ZetaChain',
10773
10871
  icon: 'zetachain',
10774
- rpc: ['https://api.athens2.zetachain.com/evm'],
10872
+ rpc: ['https://rpc.ankr.com/zetachain_evm_athens_testnet'],
10775
10873
  faucets: ['https://labs.zetachain.com/get-zeta'],
10776
10874
  nativeCurrency: { name: 'Zeta', symbol: 'aZETA', decimals: 18 },
10777
10875
  infoURL: 'https://zetachain.com/docs',
@@ -10782,7 +10880,7 @@ exports.chains = {
10782
10880
  explorers: [
10783
10881
  {
10784
10882
  name: 'ZetaChain Athens Testnet Explorer',
10785
- url: 'https://explorer.athens.zetachain.com',
10883
+ url: 'https://athens3.explorer.zetachain.com',
10786
10884
  standard: 'none'
10787
10885
  },
10788
10886
  {
@@ -12145,6 +12243,50 @@ exports.chains = {
12145
12243
  networkId: 9792,
12146
12244
  explorers: []
12147
12245
  },
12246
+ 9818: {
12247
+ name: 'IMPERIUM TESTNET',
12248
+ chain: 'tIMP',
12249
+ rpc: [
12250
+ 'https://data-aws-testnet.imperiumchain.com, https://data-aws2-testnet.imperiumchain.com'
12251
+ ],
12252
+ faucets: ['https://faucet.imperiumchain.com/'],
12253
+ nativeCurrency: { name: 'tIMP', symbol: 'tIMP', decimals: 18 },
12254
+ infoURL: 'https://imperiumchain.com',
12255
+ shortName: 'tIMP',
12256
+ chainId: 9818,
12257
+ networkId: 9818,
12258
+ icon: 'timp',
12259
+ explorers: [
12260
+ {
12261
+ name: 'IMPERIUM TESTNET Explorer',
12262
+ icon: 'timp',
12263
+ url: 'https://network.impscan.com',
12264
+ standard: 'none'
12265
+ }
12266
+ ]
12267
+ },
12268
+ 9819: {
12269
+ name: 'IMPERIUM MAINNET',
12270
+ chain: 'IMP',
12271
+ rpc: [
12272
+ 'https://data-aws-mainnet.imperiumchain.com, https://data-aws2-mainnet.imperiumchain.com'
12273
+ ],
12274
+ faucets: ['https://faucet.imperiumchain.com/'],
12275
+ nativeCurrency: { name: 'IMP', symbol: 'IMP', decimals: 18 },
12276
+ infoURL: 'https://imperiumchain.com',
12277
+ shortName: 'IMP',
12278
+ chainId: 9819,
12279
+ networkId: 9819,
12280
+ icon: 'imp',
12281
+ explorers: [
12282
+ {
12283
+ name: 'IMPERIUM Explorer',
12284
+ icon: 'imp',
12285
+ url: 'https://impscan.com',
12286
+ standard: 'none'
12287
+ }
12288
+ ]
12289
+ },
12148
12290
  9977: {
12149
12291
  name: 'Mind Smart Chain Testnet',
12150
12292
  chain: 'tMIND',
@@ -12168,7 +12310,11 @@ exports.chains = {
12168
12310
  name: 'Mind Smart Chain Mainnet',
12169
12311
  chain: 'MIND',
12170
12312
  icon: 'mindchain',
12171
- rpc: ['https://rpc-msc.mindchain.info/', 'https://seednode.mindchain.info'],
12313
+ rpc: [
12314
+ 'https://rpc-msc.mindchain.info/',
12315
+ 'https://seednode.mindchain.info',
12316
+ 'wss://seednode.mindchain.info/ws'
12317
+ ],
12172
12318
  faucets: [],
12173
12319
  nativeCurrency: { name: 'MIND Coin', symbol: 'MIND', decimals: 18 },
12174
12320
  infoURL: 'https://mindscan.info',
@@ -12826,21 +12972,21 @@ exports.chains = {
12826
12972
  ]
12827
12973
  },
12828
12974
  13308: {
12829
- name: 'Credit Smartchain Mainnet',
12975
+ name: 'Credit Smart Chain',
12830
12976
  chain: 'CREDIT',
12831
- rpc: ['https://mainnet-rpc.cscscan.io'],
12977
+ rpc: ['https://rpc.creditsmartchain.com'],
12832
12978
  faucets: [],
12833
12979
  nativeCurrency: { name: 'Credit', symbol: 'CREDIT', decimals: 18 },
12834
12980
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
12835
12981
  infoURL: 'https://creditsmartchain.com',
12836
12982
  shortName: 'Credit',
12837
12983
  chainId: 13308,
12838
- networkId: 1,
12984
+ networkId: 13308,
12839
12985
  icon: 'credit',
12840
12986
  explorers: [
12841
12987
  {
12842
- name: 'CSC Scan',
12843
- url: 'https://explorer.cscscan.io',
12988
+ name: 'Creditscan',
12989
+ url: 'https://scan.creditsmartchain.com',
12844
12990
  icon: 'credit',
12845
12991
  standard: 'EIP3091'
12846
12992
  }
@@ -17819,6 +17965,26 @@ exports.chains = {
17819
17965
  slip44: 1,
17820
17966
  explorers: []
17821
17967
  },
17968
+ 3441005: {
17969
+ name: 'Manta Pacific Testnet',
17970
+ chain: 'Manta Pacific',
17971
+ rpc: ['https://manta-testnet.calderachain.xyz/http'],
17972
+ faucets: [],
17973
+ nativeCurrency: { name: 'Manta', symbol: 'MANTA', decimals: 18 },
17974
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
17975
+ infoURL: 'https://manta-testnet.caldera.dev/',
17976
+ shortName: 'manta',
17977
+ chainId: 3441005,
17978
+ networkId: 3441005,
17979
+ icon: 'manta',
17980
+ explorers: [
17981
+ {
17982
+ name: 'manta-testnet Explorer',
17983
+ url: 'https://manta-testnet.calderaexplorer.xyz',
17984
+ standard: 'EIP3091'
17985
+ }
17986
+ ]
17987
+ },
17822
17988
  4000003: {
17823
17989
  name: 'AltLayer Zero Gas Network',
17824
17990
  chain: 'ETH',
@@ -18958,10 +19124,19 @@ exports.chains = {
18958
19124
  1666600000: {
18959
19125
  name: 'Harmony Mainnet Shard 0',
18960
19126
  chain: 'Harmony',
18961
- rpc: ['https://api.harmony.one', 'https://api.s0.t.hmny.io'],
18962
- faucets: ['https://free-online-app.com/faucet-for-eth-evm-chains/'],
19127
+ rpc: [
19128
+ 'https://api.harmony.one',
19129
+ 'https://a.api.s0.t.hmny.io',
19130
+ 'https://api.s0.t.hmny.io',
19131
+ 'https://rpc.ankr.com/harmony',
19132
+ 'https://harmony.api.onfinality.io/public',
19133
+ 'https://1rpc.io/one'
19134
+ ],
19135
+ faucets: [],
18963
19136
  nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
18964
19137
  infoURL: 'https://www.harmony.one/',
19138
+ slip44: 1023,
19139
+ ens: { registry: '0x4cd2563118e57b19179d8dc033f2b0c5b5d69ff5' },
18965
19140
  shortName: 'hmy-s0',
18966
19141
  chainId: 1666600000,
18967
19142
  networkId: 1666600000,
@@ -18980,9 +19155,17 @@ exports.chains = {
18980
19155
  faucets: [],
18981
19156
  nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
18982
19157
  infoURL: 'https://www.harmony.one/',
19158
+ slip44: 1023,
18983
19159
  shortName: 'hmy-s1',
18984
19160
  chainId: 1666600001,
18985
- networkId: 1666600001
19161
+ networkId: 1666600001,
19162
+ explorers: [
19163
+ {
19164
+ name: 'Harmony Block Explorer',
19165
+ url: 'https://explorer.harmony.one/blocks/shard/1',
19166
+ standard: 'none'
19167
+ }
19168
+ ]
18986
19169
  },
18987
19170
  1666600002: {
18988
19171
  name: 'Harmony Mainnet Shard 2',
@@ -18991,9 +19174,17 @@ exports.chains = {
18991
19174
  faucets: [],
18992
19175
  nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
18993
19176
  infoURL: 'https://www.harmony.one/',
19177
+ slip44: 1023,
18994
19178
  shortName: 'hmy-s2',
18995
19179
  chainId: 1666600002,
18996
- networkId: 1666600002
19180
+ networkId: 1666600002,
19181
+ explorers: [
19182
+ {
19183
+ name: 'Harmony Block Explorer',
19184
+ url: 'https://explorer.harmony.one/blocks/shard/2',
19185
+ standard: 'none'
19186
+ }
19187
+ ]
18997
19188
  },
18998
19189
  1666600003: {
18999
19190
  name: 'Harmony Mainnet Shard 3',
@@ -19002,9 +19193,17 @@ exports.chains = {
19002
19193
  faucets: [],
19003
19194
  nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
19004
19195
  infoURL: 'https://www.harmony.one/',
19196
+ slip44: 1023,
19005
19197
  shortName: 'hmy-s3',
19006
19198
  chainId: 1666600003,
19007
- networkId: 1666600003
19199
+ networkId: 1666600003,
19200
+ explorers: [
19201
+ {
19202
+ name: 'Harmony Block Explorer',
19203
+ url: 'https://explorer.harmony.one/blocks/shard/3',
19204
+ standard: 'none'
19205
+ }
19206
+ ]
19008
19207
  },
19009
19208
  1666700000: {
19010
19209
  name: 'Harmony Testnet Shard 0',
@@ -19019,7 +19218,7 @@ exports.chains = {
19019
19218
  explorers: [
19020
19219
  {
19021
19220
  name: 'Harmony Testnet Block Explorer',
19022
- url: 'https://explorer.pops.one',
19221
+ url: 'https://explorer.testnet.harmony.one',
19023
19222
  standard: 'EIP3091'
19024
19223
  }
19025
19224
  ]
@@ -19028,52 +19227,43 @@ exports.chains = {
19028
19227
  name: 'Harmony Testnet Shard 1',
19029
19228
  chain: 'Harmony',
19030
19229
  rpc: ['https://api.s1.b.hmny.io'],
19031
- faucets: [],
19230
+ faucets: ['https://faucet.pops.one'],
19032
19231
  nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
19033
19232
  infoURL: 'https://www.harmony.one/',
19034
19233
  shortName: 'hmy-b-s1',
19035
19234
  chainId: 1666700001,
19036
- networkId: 1666700001
19235
+ networkId: 1666700001,
19236
+ explorers: [
19237
+ {
19238
+ name: 'Harmony Block Explorer',
19239
+ url: 'https://explorer.testnet.harmony.one',
19240
+ standard: 'none'
19241
+ }
19242
+ ]
19037
19243
  },
19038
- 1666700002: {
19039
- name: 'Harmony Testnet Shard 2',
19244
+ 1666900000: {
19245
+ name: 'Harmony Devnet Shard 0',
19040
19246
  chain: 'Harmony',
19041
- rpc: ['https://api.s2.b.hmny.io'],
19247
+ rpc: ['https://api.s0.ps.hmny.io'],
19042
19248
  faucets: [],
19043
19249
  nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
19044
19250
  infoURL: 'https://www.harmony.one/',
19045
- shortName: 'hmy-b-s2',
19046
- chainId: 1666700002,
19047
- networkId: 1666700002
19251
+ shortName: 'hmy-ps-s0',
19252
+ chainId: 1666900000,
19253
+ networkId: 1666900000,
19254
+ explorers: []
19048
19255
  },
19049
- 1666700003: {
19050
- name: 'Harmony Testnet Shard 3',
19256
+ 1666900001: {
19257
+ name: 'Harmony Devnet Shard 1',
19051
19258
  chain: 'Harmony',
19052
- rpc: ['https://api.s3.b.hmny.io'],
19259
+ rpc: ['https://api.s1.ps.hmny.io'],
19053
19260
  faucets: [],
19054
19261
  nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
19055
19262
  infoURL: 'https://www.harmony.one/',
19056
- shortName: 'hmy-b-s3',
19057
- chainId: 1666700003,
19058
- networkId: 1666700003
19059
- },
19060
- 1666900000: {
19061
- name: 'Harmony Devnet Shard 0',
19062
- chain: 'Harmony',
19063
- rpc: ['https://api.s1.ps.hmny.io', 'https://api.s1.ps.hmny.io'],
19064
- faucets: ['http://dev.faucet.easynode.one/'],
19065
- nativeCurrency: { name: 'ONE', symbol: 'ONE', decimals: 18 },
19066
- infoURL: 'https://www.harmony.one/',
19067
- shortName: 'hmy-ps-s0',
19068
- chainId: 1666900000,
19069
- networkId: 1666900000,
19070
- explorers: [
19071
- {
19072
- name: 'Harmony Block Explorer',
19073
- url: 'https://explorer.ps.hmny.io',
19074
- standard: 'EIP3091'
19075
- }
19076
- ]
19263
+ shortName: 'hmy-ps-s1',
19264
+ chainId: 1666900001,
19265
+ networkId: 1666900001,
19266
+ explorers: []
19077
19267
  },
19078
19268
  2021121117: {
19079
19269
  name: 'DataHopper',
@@ -232,7 +232,7 @@ export declare enum ChainName {
232
232
  RolluxMainnet = "Rollux Mainnet",
233
233
  MetisStardustTestnet = "Metis Stardust Testnet",
234
234
  Astar = "Astar",
235
- AcalaMandalaTestnet = "Acala Mandala Testnet",
235
+ AcalaMandalaTestnetTC9 = "Acala Mandala Testnet TC9",
236
236
  KaruraNetworkTestnet = "Karura Network Testnet",
237
237
  AcalaNetworkTestnet = "Acala Network Testnet",
238
238
  MetisGoerliTestnet = "Metis Goerli Testnet",
@@ -363,6 +363,7 @@ export declare enum ChainName {
363
363
  ElysiumMainnet = "Elysium Mainnet",
364
364
  CICChainMainnet = "CIC Chain Mainnet",
365
365
  ZafiriumMainnet = "Zafirium Mainnet",
366
+ KalarChain = "Kalar Chain",
366
367
  AmStarMainnet = "AmStar Mainnet",
367
368
  JoseonMainnet = "Joseon Mainnet",
368
369
  PolygonzkEVMTestnetold = "Polygon zkEVM Testnet old",
@@ -394,6 +395,7 @@ export declare enum ChainName {
394
395
  CubeChainMainnet = "Cube Chain Mainnet",
395
396
  CubeChainTestnet = "Cube Chain Testnet",
396
397
  Teslafunds = "Teslafunds",
398
+ WhiteBITNetwork = "WhiteBIT Network",
397
399
  GitshockCartenzTestnet = "Gitshock Cartenz Testnet",
398
400
  LightlinkPhoenixMainnet = "Lightlink Phoenix Mainnet",
399
401
  LightlinkPegasusTestnet = "Lightlink Pegasus Testnet",
@@ -554,7 +556,7 @@ export declare enum ChainName {
554
556
  TombChainMainnet = "Tomb Chain Mainnet",
555
557
  PolySmartChain = "PolySmartChain",
556
558
  ZetaChainMainnet = "ZetaChain Mainnet",
557
- ZetaChainAthensTestnet = "ZetaChain Athens Testnet",
559
+ ZetaChainAthens3Testnet = "ZetaChain Athens 3 Testnet",
558
560
  Ellatheheart = "Ella the heart",
559
561
  PlanqMainnet = "Planq Mainnet",
560
562
  BitrockMainnet = "Bitrock Mainnet",
@@ -627,6 +629,8 @@ export declare enum ChainName {
627
629
  PepeNetworkMainnet = "PepeNetwork Mainnet",
628
630
  CarbonEVM = "Carbon EVM",
629
631
  CarbonEVMTestnet = "Carbon EVM Testnet",
632
+ IMPERIUMTESTNET = "IMPERIUM TESTNET",
633
+ IMPERIUMMAINNET = "IMPERIUM MAINNET",
630
634
  MindSmartChainTestnet = "Mind Smart Chain Testnet",
631
635
  MindSmartChainMainnet = "Mind Smart Chain Mainnet",
632
636
  AltLayerTestnet = "AltLayer Testnet",
@@ -660,7 +664,7 @@ export declare enum ChainName {
660
664
  StepTestnet = "Step Testnet",
661
665
  RikezaNetworkTestnet = "Rikeza Network Testnet",
662
666
  SPS = "SPS",
663
- CreditSmartchainMainnet = "Credit Smartchain Mainnet",
667
+ CreditSmartChain = "Credit Smart Chain",
664
668
  PhoenixMainnet = "Phoenix Mainnet",
665
669
  Susono = "Susono",
666
670
  SPSTestnet = "SPS Testnet",
@@ -914,6 +918,7 @@ export declare enum ChainName {
914
918
  PlatONDevTestnetDeprecated = "PlatON Dev Testnet Deprecated",
915
919
  PlatONDevTestnet2 = "PlatON Dev Testnet2",
916
920
  'Filecoin-Butterflytestnet' = "Filecoin - Butterfly testnet",
921
+ MantaPacificTestnet = "Manta Pacific Testnet",
917
922
  AltLayerZeroGasNetwork = "AltLayer Zero Gas Network",
918
923
  WorldsCaldera = "Worlds Caldera",
919
924
  MXCWannseezkEVMTestnet = "MXC Wannsee zkEVM Testnet",
@@ -979,9 +984,8 @@ export declare enum ChainName {
979
984
  HarmonyMainnetShard3 = "Harmony Mainnet Shard 3",
980
985
  HarmonyTestnetShard0 = "Harmony Testnet Shard 0",
981
986
  HarmonyTestnetShard1 = "Harmony Testnet Shard 1",
982
- HarmonyTestnetShard2 = "Harmony Testnet Shard 2",
983
- HarmonyTestnetShard3 = "Harmony Testnet Shard 3",
984
987
  HarmonyDevnetShard0 = "Harmony Devnet Shard 0",
988
+ HarmonyDevnetShard1 = "Harmony Devnet Shard 1",
985
989
  DataHopper = "DataHopper",
986
990
  EuropaSKALEChain = "Europa SKALE Chain",
987
991
  Pirl = "Pirl",
@@ -1230,7 +1234,7 @@ export declare enum ChainId {
1230
1234
  RolluxMainnet = 570,
1231
1235
  MetisStardustTestnet = 588,
1232
1236
  Astar = 592,
1233
- AcalaMandalaTestnet = 595,
1237
+ AcalaMandalaTestnetTC9 = 595,
1234
1238
  KaruraNetworkTestnet = 596,
1235
1239
  AcalaNetworkTestnet = 597,
1236
1240
  MetisGoerliTestnet = 599,
@@ -1361,6 +1365,7 @@ export declare enum ChainId {
1361
1365
  ElysiumMainnet = 1339,
1362
1366
  CICChainMainnet = 1353,
1363
1367
  ZafiriumMainnet = 1369,
1368
+ KalarChain = 1379,
1364
1369
  AmStarMainnet = 1388,
1365
1370
  JoseonMainnet = 1392,
1366
1371
  PolygonzkEVMTestnetold = 1402,
@@ -1392,6 +1397,7 @@ export declare enum ChainId {
1392
1397
  CubeChainMainnet = 1818,
1393
1398
  CubeChainTestnet = 1819,
1394
1399
  Teslafunds = 1856,
1400
+ WhiteBITNetwork = 1875,
1395
1401
  GitshockCartenzTestnet = 1881,
1396
1402
  LightlinkPhoenixMainnet = 1890,
1397
1403
  LightlinkPegasusTestnet = 1891,
@@ -1552,7 +1558,7 @@ export declare enum ChainId {
1552
1558
  TombChainMainnet = 6969,
1553
1559
  PolySmartChain = 6999,
1554
1560
  ZetaChainMainnet = 7000,
1555
- ZetaChainAthensTestnet = 7001,
1561
+ ZetaChainAthens3Testnet = 7001,
1556
1562
  Ellatheheart = 7027,
1557
1563
  PlanqMainnet = 7070,
1558
1564
  BitrockMainnet = 7171,
@@ -1625,6 +1631,8 @@ export declare enum ChainId {
1625
1631
  PepeNetworkMainnet = 9779,
1626
1632
  CarbonEVM = 9790,
1627
1633
  CarbonEVMTestnet = 9792,
1634
+ IMPERIUMTESTNET = 9818,
1635
+ IMPERIUMMAINNET = 9819,
1628
1636
  MindSmartChainTestnet = 9977,
1629
1637
  MindSmartChainMainnet = 9996,
1630
1638
  AltLayerTestnet = 9997,
@@ -1658,7 +1666,7 @@ export declare enum ChainId {
1658
1666
  StepTestnet = 12345,
1659
1667
  RikezaNetworkTestnet = 12715,
1660
1668
  SPS = 13000,
1661
- CreditSmartchainMainnet = 13308,
1669
+ CreditSmartChain = 13308,
1662
1670
  PhoenixMainnet = 13381,
1663
1671
  Susono = 13812,
1664
1672
  SPSTestnet = 14000,
@@ -1912,6 +1920,7 @@ export declare enum ChainId {
1912
1920
  PlatONDevTestnetDeprecated = 2203181,
1913
1921
  PlatONDevTestnet2 = 2206132,
1914
1922
  'Filecoin-Butterflytestnet' = 3141592,
1923
+ MantaPacificTestnet = 3441005,
1915
1924
  AltLayerZeroGasNetwork = 4000003,
1916
1925
  WorldsCaldera = 4281033,
1917
1926
  MXCWannseezkEVMTestnet = 5167003,
@@ -1977,9 +1986,8 @@ export declare enum ChainId {
1977
1986
  HarmonyMainnetShard3 = 1666600003,
1978
1987
  HarmonyTestnetShard0 = 1666700000,
1979
1988
  HarmonyTestnetShard1 = 1666700001,
1980
- HarmonyTestnetShard2 = 1666700002,
1981
- HarmonyTestnetShard3 = 1666700003,
1982
1989
  HarmonyDevnetShard0 = 1666900000,
1990
+ HarmonyDevnetShard1 = 1666900001,
1983
1991
  DataHopper = 2021121117,
1984
1992
  EuropaSKALEChain = 2046399126,
1985
1993
  Pirl = 3125659152,
package/dist/src/enums.js CHANGED
@@ -236,7 +236,7 @@ var ChainName;
236
236
  ChainName["RolluxMainnet"] = "Rollux Mainnet";
237
237
  ChainName["MetisStardustTestnet"] = "Metis Stardust Testnet";
238
238
  ChainName["Astar"] = "Astar";
239
- ChainName["AcalaMandalaTestnet"] = "Acala Mandala Testnet";
239
+ ChainName["AcalaMandalaTestnetTC9"] = "Acala Mandala Testnet TC9";
240
240
  ChainName["KaruraNetworkTestnet"] = "Karura Network Testnet";
241
241
  ChainName["AcalaNetworkTestnet"] = "Acala Network Testnet";
242
242
  ChainName["MetisGoerliTestnet"] = "Metis Goerli Testnet";
@@ -367,6 +367,7 @@ var ChainName;
367
367
  ChainName["ElysiumMainnet"] = "Elysium Mainnet";
368
368
  ChainName["CICChainMainnet"] = "CIC Chain Mainnet";
369
369
  ChainName["ZafiriumMainnet"] = "Zafirium Mainnet";
370
+ ChainName["KalarChain"] = "Kalar Chain";
370
371
  ChainName["AmStarMainnet"] = "AmStar Mainnet";
371
372
  ChainName["JoseonMainnet"] = "Joseon Mainnet";
372
373
  ChainName["PolygonzkEVMTestnetold"] = "Polygon zkEVM Testnet old";
@@ -398,6 +399,7 @@ var ChainName;
398
399
  ChainName["CubeChainMainnet"] = "Cube Chain Mainnet";
399
400
  ChainName["CubeChainTestnet"] = "Cube Chain Testnet";
400
401
  ChainName["Teslafunds"] = "Teslafunds";
402
+ ChainName["WhiteBITNetwork"] = "WhiteBIT Network";
401
403
  ChainName["GitshockCartenzTestnet"] = "Gitshock Cartenz Testnet";
402
404
  ChainName["LightlinkPhoenixMainnet"] = "Lightlink Phoenix Mainnet";
403
405
  ChainName["LightlinkPegasusTestnet"] = "Lightlink Pegasus Testnet";
@@ -558,7 +560,7 @@ var ChainName;
558
560
  ChainName["TombChainMainnet"] = "Tomb Chain Mainnet";
559
561
  ChainName["PolySmartChain"] = "PolySmartChain";
560
562
  ChainName["ZetaChainMainnet"] = "ZetaChain Mainnet";
561
- ChainName["ZetaChainAthensTestnet"] = "ZetaChain Athens Testnet";
563
+ ChainName["ZetaChainAthens3Testnet"] = "ZetaChain Athens 3 Testnet";
562
564
  ChainName["Ellatheheart"] = "Ella the heart";
563
565
  ChainName["PlanqMainnet"] = "Planq Mainnet";
564
566
  ChainName["BitrockMainnet"] = "Bitrock Mainnet";
@@ -631,6 +633,8 @@ var ChainName;
631
633
  ChainName["PepeNetworkMainnet"] = "PepeNetwork Mainnet";
632
634
  ChainName["CarbonEVM"] = "Carbon EVM";
633
635
  ChainName["CarbonEVMTestnet"] = "Carbon EVM Testnet";
636
+ ChainName["IMPERIUMTESTNET"] = "IMPERIUM TESTNET";
637
+ ChainName["IMPERIUMMAINNET"] = "IMPERIUM MAINNET";
634
638
  ChainName["MindSmartChainTestnet"] = "Mind Smart Chain Testnet";
635
639
  ChainName["MindSmartChainMainnet"] = "Mind Smart Chain Mainnet";
636
640
  ChainName["AltLayerTestnet"] = "AltLayer Testnet";
@@ -664,7 +668,7 @@ var ChainName;
664
668
  ChainName["StepTestnet"] = "Step Testnet";
665
669
  ChainName["RikezaNetworkTestnet"] = "Rikeza Network Testnet";
666
670
  ChainName["SPS"] = "SPS";
667
- ChainName["CreditSmartchainMainnet"] = "Credit Smartchain Mainnet";
671
+ ChainName["CreditSmartChain"] = "Credit Smart Chain";
668
672
  ChainName["PhoenixMainnet"] = "Phoenix Mainnet";
669
673
  ChainName["Susono"] = "Susono";
670
674
  ChainName["SPSTestnet"] = "SPS Testnet";
@@ -918,6 +922,7 @@ var ChainName;
918
922
  ChainName["PlatONDevTestnetDeprecated"] = "PlatON Dev Testnet Deprecated";
919
923
  ChainName["PlatONDevTestnet2"] = "PlatON Dev Testnet2";
920
924
  ChainName["Filecoin-Butterflytestnet"] = "Filecoin - Butterfly testnet";
925
+ ChainName["MantaPacificTestnet"] = "Manta Pacific Testnet";
921
926
  ChainName["AltLayerZeroGasNetwork"] = "AltLayer Zero Gas Network";
922
927
  ChainName["WorldsCaldera"] = "Worlds Caldera";
923
928
  ChainName["MXCWannseezkEVMTestnet"] = "MXC Wannsee zkEVM Testnet";
@@ -983,9 +988,8 @@ var ChainName;
983
988
  ChainName["HarmonyMainnetShard3"] = "Harmony Mainnet Shard 3";
984
989
  ChainName["HarmonyTestnetShard0"] = "Harmony Testnet Shard 0";
985
990
  ChainName["HarmonyTestnetShard1"] = "Harmony Testnet Shard 1";
986
- ChainName["HarmonyTestnetShard2"] = "Harmony Testnet Shard 2";
987
- ChainName["HarmonyTestnetShard3"] = "Harmony Testnet Shard 3";
988
991
  ChainName["HarmonyDevnetShard0"] = "Harmony Devnet Shard 0";
992
+ ChainName["HarmonyDevnetShard1"] = "Harmony Devnet Shard 1";
989
993
  ChainName["DataHopper"] = "DataHopper";
990
994
  ChainName["EuropaSKALEChain"] = "Europa SKALE Chain";
991
995
  ChainName["Pirl"] = "Pirl";
@@ -1235,7 +1239,7 @@ var ChainId;
1235
1239
  ChainId[ChainId["RolluxMainnet"] = 570] = "RolluxMainnet";
1236
1240
  ChainId[ChainId["MetisStardustTestnet"] = 588] = "MetisStardustTestnet";
1237
1241
  ChainId[ChainId["Astar"] = 592] = "Astar";
1238
- ChainId[ChainId["AcalaMandalaTestnet"] = 595] = "AcalaMandalaTestnet";
1242
+ ChainId[ChainId["AcalaMandalaTestnetTC9"] = 595] = "AcalaMandalaTestnetTC9";
1239
1243
  ChainId[ChainId["KaruraNetworkTestnet"] = 596] = "KaruraNetworkTestnet";
1240
1244
  ChainId[ChainId["AcalaNetworkTestnet"] = 597] = "AcalaNetworkTestnet";
1241
1245
  ChainId[ChainId["MetisGoerliTestnet"] = 599] = "MetisGoerliTestnet";
@@ -1366,6 +1370,7 @@ var ChainId;
1366
1370
  ChainId[ChainId["ElysiumMainnet"] = 1339] = "ElysiumMainnet";
1367
1371
  ChainId[ChainId["CICChainMainnet"] = 1353] = "CICChainMainnet";
1368
1372
  ChainId[ChainId["ZafiriumMainnet"] = 1369] = "ZafiriumMainnet";
1373
+ ChainId[ChainId["KalarChain"] = 1379] = "KalarChain";
1369
1374
  ChainId[ChainId["AmStarMainnet"] = 1388] = "AmStarMainnet";
1370
1375
  ChainId[ChainId["JoseonMainnet"] = 1392] = "JoseonMainnet";
1371
1376
  ChainId[ChainId["PolygonzkEVMTestnetold"] = 1402] = "PolygonzkEVMTestnetold";
@@ -1397,6 +1402,7 @@ var ChainId;
1397
1402
  ChainId[ChainId["CubeChainMainnet"] = 1818] = "CubeChainMainnet";
1398
1403
  ChainId[ChainId["CubeChainTestnet"] = 1819] = "CubeChainTestnet";
1399
1404
  ChainId[ChainId["Teslafunds"] = 1856] = "Teslafunds";
1405
+ ChainId[ChainId["WhiteBITNetwork"] = 1875] = "WhiteBITNetwork";
1400
1406
  ChainId[ChainId["GitshockCartenzTestnet"] = 1881] = "GitshockCartenzTestnet";
1401
1407
  ChainId[ChainId["LightlinkPhoenixMainnet"] = 1890] = "LightlinkPhoenixMainnet";
1402
1408
  ChainId[ChainId["LightlinkPegasusTestnet"] = 1891] = "LightlinkPegasusTestnet";
@@ -1557,7 +1563,7 @@ var ChainId;
1557
1563
  ChainId[ChainId["TombChainMainnet"] = 6969] = "TombChainMainnet";
1558
1564
  ChainId[ChainId["PolySmartChain"] = 6999] = "PolySmartChain";
1559
1565
  ChainId[ChainId["ZetaChainMainnet"] = 7000] = "ZetaChainMainnet";
1560
- ChainId[ChainId["ZetaChainAthensTestnet"] = 7001] = "ZetaChainAthensTestnet";
1566
+ ChainId[ChainId["ZetaChainAthens3Testnet"] = 7001] = "ZetaChainAthens3Testnet";
1561
1567
  ChainId[ChainId["Ellatheheart"] = 7027] = "Ellatheheart";
1562
1568
  ChainId[ChainId["PlanqMainnet"] = 7070] = "PlanqMainnet";
1563
1569
  ChainId[ChainId["BitrockMainnet"] = 7171] = "BitrockMainnet";
@@ -1630,6 +1636,8 @@ var ChainId;
1630
1636
  ChainId[ChainId["PepeNetworkMainnet"] = 9779] = "PepeNetworkMainnet";
1631
1637
  ChainId[ChainId["CarbonEVM"] = 9790] = "CarbonEVM";
1632
1638
  ChainId[ChainId["CarbonEVMTestnet"] = 9792] = "CarbonEVMTestnet";
1639
+ ChainId[ChainId["IMPERIUMTESTNET"] = 9818] = "IMPERIUMTESTNET";
1640
+ ChainId[ChainId["IMPERIUMMAINNET"] = 9819] = "IMPERIUMMAINNET";
1633
1641
  ChainId[ChainId["MindSmartChainTestnet"] = 9977] = "MindSmartChainTestnet";
1634
1642
  ChainId[ChainId["MindSmartChainMainnet"] = 9996] = "MindSmartChainMainnet";
1635
1643
  ChainId[ChainId["AltLayerTestnet"] = 9997] = "AltLayerTestnet";
@@ -1663,7 +1671,7 @@ var ChainId;
1663
1671
  ChainId[ChainId["StepTestnet"] = 12345] = "StepTestnet";
1664
1672
  ChainId[ChainId["RikezaNetworkTestnet"] = 12715] = "RikezaNetworkTestnet";
1665
1673
  ChainId[ChainId["SPS"] = 13000] = "SPS";
1666
- ChainId[ChainId["CreditSmartchainMainnet"] = 13308] = "CreditSmartchainMainnet";
1674
+ ChainId[ChainId["CreditSmartChain"] = 13308] = "CreditSmartChain";
1667
1675
  ChainId[ChainId["PhoenixMainnet"] = 13381] = "PhoenixMainnet";
1668
1676
  ChainId[ChainId["Susono"] = 13812] = "Susono";
1669
1677
  ChainId[ChainId["SPSTestnet"] = 14000] = "SPSTestnet";
@@ -1917,6 +1925,7 @@ var ChainId;
1917
1925
  ChainId[ChainId["PlatONDevTestnetDeprecated"] = 2203181] = "PlatONDevTestnetDeprecated";
1918
1926
  ChainId[ChainId["PlatONDevTestnet2"] = 2206132] = "PlatONDevTestnet2";
1919
1927
  ChainId[ChainId["Filecoin-Butterflytestnet"] = 3141592] = "Filecoin-Butterflytestnet";
1928
+ ChainId[ChainId["MantaPacificTestnet"] = 3441005] = "MantaPacificTestnet";
1920
1929
  ChainId[ChainId["AltLayerZeroGasNetwork"] = 4000003] = "AltLayerZeroGasNetwork";
1921
1930
  ChainId[ChainId["WorldsCaldera"] = 4281033] = "WorldsCaldera";
1922
1931
  ChainId[ChainId["MXCWannseezkEVMTestnet"] = 5167003] = "MXCWannseezkEVMTestnet";
@@ -1982,9 +1991,8 @@ var ChainId;
1982
1991
  ChainId[ChainId["HarmonyMainnetShard3"] = 1666600003] = "HarmonyMainnetShard3";
1983
1992
  ChainId[ChainId["HarmonyTestnetShard0"] = 1666700000] = "HarmonyTestnetShard0";
1984
1993
  ChainId[ChainId["HarmonyTestnetShard1"] = 1666700001] = "HarmonyTestnetShard1";
1985
- ChainId[ChainId["HarmonyTestnetShard2"] = 1666700002] = "HarmonyTestnetShard2";
1986
- ChainId[ChainId["HarmonyTestnetShard3"] = 1666700003] = "HarmonyTestnetShard3";
1987
1994
  ChainId[ChainId["HarmonyDevnetShard0"] = 1666900000] = "HarmonyDevnetShard0";
1995
+ ChainId[ChainId["HarmonyDevnetShard1"] = 1666900001] = "HarmonyDevnetShard1";
1988
1996
  ChainId[ChainId["DataHopper"] = 2021121117] = "DataHopper";
1989
1997
  ChainId[ChainId["EuropaSKALEChain"] = 2046399126] = "EuropaSKALEChain";
1990
1998
  ChainId[ChainId["Pirl"] = 3125659152] = "Pirl";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revoke.cash/chains",
3
- "version": "10.0.0",
3
+ "version": "11.0.0",
4
4
  "description": "Helper module for getting EVM chains info.",
5
5
  "author": "Revoke.cash",
6
6
  "contributors": [