@revoke.cash/chains 18.0.0 → 18.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.
@@ -14,7 +14,8 @@ exports.chains = {
14
14
  'https://ethereum.publicnode.com',
15
15
  'wss://ethereum.publicnode.com',
16
16
  'https://mainnet.gateway.tenderly.co',
17
- 'wss://mainnet.gateway.tenderly.co'
17
+ 'wss://mainnet.gateway.tenderly.co',
18
+ 'https://rpc.blocknative.com/boost'
18
19
  ],
19
20
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
20
21
  faucets: [],
@@ -288,11 +289,12 @@ exports.chains = {
288
289
  icon: 'flare',
289
290
  rpc: [
290
291
  'https://flare-api.flare.network/ext/C/rpc',
292
+ 'https://flare.public-rpc.com',
291
293
  'https://rpc.ftso.au/flare'
292
294
  ],
293
295
  faucets: [],
294
296
  nativeCurrency: { name: 'Flare', symbol: 'FLR', decimals: 18 },
295
- infoURL: 'https://flare.xyz',
297
+ infoURL: 'https://flare.network',
296
298
  shortName: 'flr',
297
299
  chainId: 14,
298
300
  networkId: 14,
@@ -301,6 +303,11 @@ exports.chains = {
301
303
  name: 'blockscout',
302
304
  url: 'https://flare-explorer.flare.network',
303
305
  standard: 'EIP3091'
306
+ },
307
+ {
308
+ name: 'flarescan',
309
+ url: 'https://flarescan.com',
310
+ standard: 'EIP3091'
304
311
  }
305
312
  ]
306
313
  },
@@ -3802,6 +3809,26 @@ exports.chains = {
3802
3809
  bridges: [{ url: 'https://gateway.boba.network' }]
3803
3810
  }
3804
3811
  },
3812
+ 291: {
3813
+ name: 'Orderly Mainnet',
3814
+ chain: 'ETH',
3815
+ rpc: ['http://rpc.orderly.network'],
3816
+ faucets: [],
3817
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
3818
+ infoURL: 'www.orderly.network',
3819
+ shortName: 'orderly',
3820
+ chainId: 291,
3821
+ networkId: 291,
3822
+ icon: 'orderly',
3823
+ explorers: [
3824
+ {
3825
+ name: 'orderlyscout',
3826
+ url: 'https://explorer.orderly.network',
3827
+ icon: 'blockscout',
3828
+ standard: 'EIP3091'
3829
+ }
3830
+ ]
3831
+ },
3805
3832
  295: {
3806
3833
  name: 'Hedera Mainnet',
3807
3834
  chain: 'Hedera',
@@ -5821,7 +5848,7 @@ exports.chains = {
5821
5848
  ],
5822
5849
  faucets: [],
5823
5850
  nativeCurrency: { name: 'FST', symbol: 'FST', decimals: 18 },
5824
- infoURL: 'https://fantasia.technology/',
5851
+ infoURL: 'https://fantasiachain.com/',
5825
5852
  shortName: 'FSCMainnet',
5826
5853
  chainId: 868,
5827
5854
  networkId: 868,
@@ -6397,7 +6424,14 @@ exports.chains = {
6397
6424
  infoURL: 'https://www.klaytn.com/',
6398
6425
  shortName: 'Baobab',
6399
6426
  chainId: 1001,
6400
- networkId: 1001
6427
+ networkId: 1001,
6428
+ explorers: [
6429
+ {
6430
+ name: 'klaytnscope',
6431
+ url: 'https://scope.klaytn.com',
6432
+ standard: 'EIP3091'
6433
+ }
6434
+ ]
6401
6435
  },
6402
6436
  1003: {
6403
6437
  name: 'Tectum Emission Token',
@@ -9203,6 +9237,7 @@ exports.chains = {
9203
9237
  2049: {
9204
9238
  name: 'Movo Smart Chain Mainnet',
9205
9239
  chain: 'MOVO',
9240
+ icon: 'movo',
9206
9241
  rpc: [
9207
9242
  'https://msc-rpc.movoscan.com',
9208
9243
  'https://msc-rpc.movochain.org',
@@ -9215,7 +9250,6 @@ exports.chains = {
9215
9250
  chainId: 2049,
9216
9251
  networkId: 2049,
9217
9252
  slip44: 2050,
9218
- icon: 'movo',
9219
9253
  explorers: [
9220
9254
  {
9221
9255
  name: 'movoscan',
@@ -14683,6 +14717,25 @@ exports.chains = {
14683
14717
  }
14684
14718
  ]
14685
14719
  },
14720
+ 17171: {
14721
+ name: 'G8Chain Mainnet',
14722
+ chain: 'G8C',
14723
+ icon: 'G8Chain',
14724
+ rpc: ['https://mainnet-rpc.oneg8.network'],
14725
+ faucets: ['https://faucet.oneg8.network'],
14726
+ nativeCurrency: { name: 'G8Chain', symbol: 'G8C', decimals: 18 },
14727
+ infoURL: 'https://oneg8.one',
14728
+ shortName: 'G8Cm',
14729
+ chainId: 17171,
14730
+ networkId: 17171,
14731
+ explorers: [
14732
+ {
14733
+ name: 'G8Chain',
14734
+ url: 'https://mainnet.oneg8.network',
14735
+ standard: 'EIP3091'
14736
+ }
14737
+ ]
14738
+ },
14686
14739
  17180: {
14687
14740
  name: 'Palette Chain Testnet',
14688
14741
  chain: 'PLT',
@@ -14794,6 +14847,25 @@ exports.chains = {
14794
14847
  }
14795
14848
  ]
14796
14849
  },
14850
+ 18181: {
14851
+ name: 'G8Chain Testnet',
14852
+ chain: 'G8C',
14853
+ icon: 'G8Chain',
14854
+ rpc: ['https://testnet-rpc.oneg8.network'],
14855
+ faucets: ['https://faucet.oneg8.network'],
14856
+ nativeCurrency: { name: 'G8Coin', symbol: 'G8C', decimals: 18 },
14857
+ infoURL: 'https://oneg8.one',
14858
+ shortName: 'G8Ct',
14859
+ chainId: 18181,
14860
+ networkId: 18181,
14861
+ explorers: [
14862
+ {
14863
+ name: 'G8Chain',
14864
+ url: 'https://testnet.oneg8.network',
14865
+ standard: 'EIP3091'
14866
+ }
14867
+ ]
14868
+ },
14797
14869
  18686: {
14798
14870
  name: 'MXC zkEVM Mainnet',
14799
14871
  chain: 'MXC zkEVM',
@@ -15444,6 +15516,25 @@ exports.chains = {
15444
15516
  }
15445
15517
  ]
15446
15518
  },
15519
+ 32990: {
15520
+ name: 'Zilliqa EVM Isolated Server',
15521
+ chain: 'ZIL',
15522
+ rpc: ['https://zilliqa-isolated-server.zilliqa.com/'],
15523
+ faucets: ['https://dev-wallet.zilliqa.com/faucet?network=isolated_server'],
15524
+ nativeCurrency: { name: 'Zilliqa', symbol: 'ZIL', decimals: 18 },
15525
+ infoURL: 'https://www.zilliqa.com/',
15526
+ shortName: 'zil-isolated-server',
15527
+ chainId: 32990,
15528
+ networkId: 32990,
15529
+ icon: 'zilliqa',
15530
+ explorers: [
15531
+ {
15532
+ name: 'Zilliqa EVM Isolated Server Explorer',
15533
+ url: 'https://devex.zilliqa.com/?network=https://zilliqa-isolated-server.zilliqa.com',
15534
+ standard: 'none'
15535
+ }
15536
+ ]
15537
+ },
15447
15538
  33101: {
15448
15539
  name: 'Zilliqa EVM Testnet',
15449
15540
  chain: 'ZIL',
@@ -15483,6 +15574,44 @@ exports.chains = {
15483
15574
  }
15484
15575
  ]
15485
15576
  },
15577
+ 33385: {
15578
+ name: 'Zilliqa EVM Devnet',
15579
+ chain: 'ZIL',
15580
+ rpc: ['https://api.devnet.zilliqa.com/'],
15581
+ faucets: ['https://faucet.devnet.zilliqa.com/'],
15582
+ nativeCurrency: { name: 'Zilliqa', symbol: 'ZIL', decimals: 18 },
15583
+ infoURL: 'https://www.zilliqa.com/',
15584
+ shortName: 'zil-devnet',
15585
+ chainId: 33385,
15586
+ networkId: 33385,
15587
+ icon: 'zilliqa',
15588
+ explorers: [
15589
+ {
15590
+ name: 'Zilliqa EVM Devnet Explorer',
15591
+ url: 'https://otterscan.devnet.zilliqa.com',
15592
+ standard: 'EIP3091'
15593
+ }
15594
+ ]
15595
+ },
15596
+ 33469: {
15597
+ name: 'Zilliqa 2 EVM Devnet',
15598
+ chain: 'ZIL',
15599
+ rpc: ['https://api.zq2-devnet.zilstg.dev'],
15600
+ faucets: ['https://faucet.zq2-devnet.zilstg.dev'],
15601
+ nativeCurrency: { name: 'Zilliqa', symbol: 'ZIL', decimals: 18 },
15602
+ infoURL: 'https://www.zilliqa.com/',
15603
+ shortName: 'zq2-devnet',
15604
+ chainId: 33469,
15605
+ networkId: 33469,
15606
+ icon: 'zilliqa',
15607
+ explorers: [
15608
+ {
15609
+ name: 'Zilliqa 2 EVM Devnet Explorer',
15610
+ url: 'https://explorer.zq2-devnet.zilstg.dev',
15611
+ standard: 'EIP3091'
15612
+ }
15613
+ ]
15614
+ },
15486
15615
  35011: {
15487
15616
  name: 'J2O Taro',
15488
15617
  chain: 'TARO',
@@ -16423,6 +16552,12 @@ exports.chains = {
16423
16552
  url: 'https://explorer.linea.build',
16424
16553
  standard: 'EIP3091',
16425
16554
  icon: 'linea'
16555
+ },
16556
+ {
16557
+ name: 'L2scan',
16558
+ url: 'https://linea.l2scan.co',
16559
+ standard: 'EIP3091',
16560
+ icon: 'linea'
16426
16561
  }
16427
16562
  ],
16428
16563
  status: 'active'
@@ -19017,8 +19152,8 @@ exports.chains = {
19017
19152
  infoURL: 'https://arbitrum.io/',
19018
19153
  explorers: [
19019
19154
  {
19020
- name: 'Arbitrum Goerli Rollup Explorer',
19021
- url: 'https://goerli-rollup-explorer.arbitrum.io',
19155
+ name: 'Arbitrum Goerli Arbiscan',
19156
+ url: 'https://goerli.arbiscan.io',
19022
19157
  standard: 'EIP3091'
19023
19158
  }
19024
19159
  ],
@@ -19265,9 +19400,14 @@ exports.chains = {
19265
19400
  networkId: 534352,
19266
19401
  explorers: [
19267
19402
  {
19268
- name: 'Scroll Mainnet Block Explorer',
19403
+ name: 'Blockscout',
19269
19404
  url: 'https://blockscout.scroll.io',
19270
19405
  standard: 'EIP3091'
19406
+ },
19407
+ {
19408
+ name: 'Scrollscan',
19409
+ url: 'https://scrollscan.com',
19410
+ standard: 'EIP3091'
19271
19411
  }
19272
19412
  ],
19273
19413
  parent: {
@@ -19475,6 +19615,24 @@ exports.chains = {
19475
19615
  }
19476
19616
  ]
19477
19617
  },
19618
+ 776877: {
19619
+ name: 'Modularium',
19620
+ chain: 'EVMCC',
19621
+ rpc: ['https://fraa-dancebox-3035-rpc.a.dancebox.tanssi.network'],
19622
+ faucets: [],
19623
+ nativeCurrency: { name: 'Modularium', symbol: 'MDM', decimals: 18 },
19624
+ infoURL: 'https://www.rmrk.app/',
19625
+ shortName: 'mdlrm',
19626
+ chainId: 776877,
19627
+ networkId: 776877,
19628
+ explorers: [
19629
+ {
19630
+ name: 'Tanssi Explorer',
19631
+ url: 'https://tanssi-evmexplorer.netlify.app/?rpcUrl=https://fraa-dancebox-3035-rpc.a.dancebox.tanssi.network',
19632
+ standard: 'none'
19633
+ }
19634
+ ]
19635
+ },
19478
19636
  800001: {
19479
19637
  name: 'OctaSpace',
19480
19638
  chain: 'OCTA',
@@ -192,6 +192,7 @@ export declare enum ChainName {
192
192
  LaChain = "LaChain",
193
193
  ZkSyncEraTestnet = "zkSync Era Testnet",
194
194
  BobaNetwork = "Boba Network",
195
+ OrderlyMainnet = "Orderly Mainnet",
195
196
  HederaMainnet = "Hedera Mainnet",
196
197
  HederaTestnet = "Hedera Testnet",
197
198
  HederaPreviewnet = "Hedera Previewnet",
@@ -740,11 +741,13 @@ export declare enum ChainName {
740
741
  AirDAOMainnet = "AirDAO Mainnet",
741
742
  IVARChainTestnet = "IVAR Chain Testnet",
742
743
  Holesky = "Holesky",
744
+ G8ChainMainnet = "G8Chain Mainnet",
743
745
  PaletteChainTestnet = "Palette Chain Testnet",
744
746
  EOSEVMNetwork = "EOS EVM Network",
745
747
  FrontierofDreamsTestnet = "Frontier of Dreams Testnet",
746
748
  SmartTradeNetworks = "Smart Trade Networks",
747
749
  ProofOfMemes = "Proof Of Memes",
750
+ G8ChainTestnet = "G8Chain Testnet",
748
751
  MXCzkEVMMainnet = "MXC zkEVM Mainnet",
749
752
  HOMEVerseMainnet = "HOME Verse Mainnet",
750
753
  BTCIXNetwork = "BTCIX Network",
@@ -779,8 +782,11 @@ export declare enum ChainName {
779
782
  BitgertMainnet = "Bitgert Mainnet",
780
783
  FusionMainnet = "Fusion Mainnet",
781
784
  ZilliqaEVM = "Zilliqa EVM",
785
+ ZilliqaEVMIsolatedServer = "Zilliqa EVM Isolated Server",
782
786
  ZilliqaEVMTestnet = "Zilliqa EVM Testnet",
783
787
  AvesMainnet = "Aves Mainnet",
788
+ ZilliqaEVMDevnet = "Zilliqa EVM Devnet",
789
+ Zilliqa2EVMDevnet = "Zilliqa 2 EVM Devnet",
784
790
  J2OTaro = "J2O Taro",
785
791
  QMainnet = "Q Mainnet",
786
792
  QTestnet = "Q Testnet",
@@ -981,6 +987,7 @@ export declare enum ChainName {
981
987
  'Vision-VpioneerTestChain' = "Vision - Vpioneer Test Chain",
982
988
  BearNetworkChainTestnet = "Bear Network Chain Testnet",
983
989
  MiexsSmartchain = "Miexs Smartchain",
990
+ Modularium = "Modularium",
984
991
  OctaSpace = "OctaSpace",
985
992
  CURVEMainnet = "CURVE Mainnet",
986
993
  '4GoodNetwork' = "4GoodNetwork",
@@ -1279,6 +1286,7 @@ export declare enum ChainId {
1279
1286
  LaChain = 274,
1280
1287
  ZkSyncEraTestnet = 280,
1281
1288
  BobaNetwork = 288,
1289
+ OrderlyMainnet = 291,
1282
1290
  HederaMainnet = 295,
1283
1291
  HederaTestnet = 296,
1284
1292
  HederaPreviewnet = 297,
@@ -1827,11 +1835,13 @@ export declare enum ChainId {
1827
1835
  AirDAOMainnet = 16718,
1828
1836
  IVARChainTestnet = 16888,
1829
1837
  Holesky = 17000,
1838
+ G8ChainMainnet = 17171,
1830
1839
  PaletteChainTestnet = 17180,
1831
1840
  EOSEVMNetwork = 17777,
1832
1841
  FrontierofDreamsTestnet = 18000,
1833
1842
  SmartTradeNetworks = 18122,
1834
1843
  ProofOfMemes = 18159,
1844
+ G8ChainTestnet = 18181,
1835
1845
  MXCzkEVMMainnet = 18686,
1836
1846
  HOMEVerseMainnet = 19011,
1837
1847
  BTCIXNetwork = 19845,
@@ -1866,8 +1876,11 @@ export declare enum ChainId {
1866
1876
  BitgertMainnet = 32520,
1867
1877
  FusionMainnet = 32659,
1868
1878
  ZilliqaEVM = 32769,
1879
+ ZilliqaEVMIsolatedServer = 32990,
1869
1880
  ZilliqaEVMTestnet = 33101,
1870
1881
  AvesMainnet = 33333,
1882
+ ZilliqaEVMDevnet = 33385,
1883
+ Zilliqa2EVMDevnet = 33469,
1871
1884
  J2OTaro = 35011,
1872
1885
  QMainnet = 35441,
1873
1886
  QTestnet = 35443,
@@ -2068,6 +2081,7 @@ export declare enum ChainId {
2068
2081
  'Vision-VpioneerTestChain' = 666666,
2069
2082
  BearNetworkChainTestnet = 751230,
2070
2083
  MiexsSmartchain = 761412,
2084
+ Modularium = 776877,
2071
2085
  OctaSpace = 800001,
2072
2086
  CURVEMainnet = 827431,
2073
2087
  '4GoodNetwork' = 846000,
package/dist/src/enums.js CHANGED
@@ -196,6 +196,7 @@ var ChainName;
196
196
  ChainName["LaChain"] = "LaChain";
197
197
  ChainName["ZkSyncEraTestnet"] = "zkSync Era Testnet";
198
198
  ChainName["BobaNetwork"] = "Boba Network";
199
+ ChainName["OrderlyMainnet"] = "Orderly Mainnet";
199
200
  ChainName["HederaMainnet"] = "Hedera Mainnet";
200
201
  ChainName["HederaTestnet"] = "Hedera Testnet";
201
202
  ChainName["HederaPreviewnet"] = "Hedera Previewnet";
@@ -744,11 +745,13 @@ var ChainName;
744
745
  ChainName["AirDAOMainnet"] = "AirDAO Mainnet";
745
746
  ChainName["IVARChainTestnet"] = "IVAR Chain Testnet";
746
747
  ChainName["Holesky"] = "Holesky";
748
+ ChainName["G8ChainMainnet"] = "G8Chain Mainnet";
747
749
  ChainName["PaletteChainTestnet"] = "Palette Chain Testnet";
748
750
  ChainName["EOSEVMNetwork"] = "EOS EVM Network";
749
751
  ChainName["FrontierofDreamsTestnet"] = "Frontier of Dreams Testnet";
750
752
  ChainName["SmartTradeNetworks"] = "Smart Trade Networks";
751
753
  ChainName["ProofOfMemes"] = "Proof Of Memes";
754
+ ChainName["G8ChainTestnet"] = "G8Chain Testnet";
752
755
  ChainName["MXCzkEVMMainnet"] = "MXC zkEVM Mainnet";
753
756
  ChainName["HOMEVerseMainnet"] = "HOME Verse Mainnet";
754
757
  ChainName["BTCIXNetwork"] = "BTCIX Network";
@@ -783,8 +786,11 @@ var ChainName;
783
786
  ChainName["BitgertMainnet"] = "Bitgert Mainnet";
784
787
  ChainName["FusionMainnet"] = "Fusion Mainnet";
785
788
  ChainName["ZilliqaEVM"] = "Zilliqa EVM";
789
+ ChainName["ZilliqaEVMIsolatedServer"] = "Zilliqa EVM Isolated Server";
786
790
  ChainName["ZilliqaEVMTestnet"] = "Zilliqa EVM Testnet";
787
791
  ChainName["AvesMainnet"] = "Aves Mainnet";
792
+ ChainName["ZilliqaEVMDevnet"] = "Zilliqa EVM Devnet";
793
+ ChainName["Zilliqa2EVMDevnet"] = "Zilliqa 2 EVM Devnet";
788
794
  ChainName["J2OTaro"] = "J2O Taro";
789
795
  ChainName["QMainnet"] = "Q Mainnet";
790
796
  ChainName["QTestnet"] = "Q Testnet";
@@ -985,6 +991,7 @@ var ChainName;
985
991
  ChainName["Vision-VpioneerTestChain"] = "Vision - Vpioneer Test Chain";
986
992
  ChainName["BearNetworkChainTestnet"] = "Bear Network Chain Testnet";
987
993
  ChainName["MiexsSmartchain"] = "Miexs Smartchain";
994
+ ChainName["Modularium"] = "Modularium";
988
995
  ChainName["OctaSpace"] = "OctaSpace";
989
996
  ChainName["CURVEMainnet"] = "CURVE Mainnet";
990
997
  ChainName["4GoodNetwork"] = "4GoodNetwork";
@@ -1284,6 +1291,7 @@ var ChainId;
1284
1291
  ChainId[ChainId["LaChain"] = 274] = "LaChain";
1285
1292
  ChainId[ChainId["ZkSyncEraTestnet"] = 280] = "ZkSyncEraTestnet";
1286
1293
  ChainId[ChainId["BobaNetwork"] = 288] = "BobaNetwork";
1294
+ ChainId[ChainId["OrderlyMainnet"] = 291] = "OrderlyMainnet";
1287
1295
  ChainId[ChainId["HederaMainnet"] = 295] = "HederaMainnet";
1288
1296
  ChainId[ChainId["HederaTestnet"] = 296] = "HederaTestnet";
1289
1297
  ChainId[ChainId["HederaPreviewnet"] = 297] = "HederaPreviewnet";
@@ -1832,11 +1840,13 @@ var ChainId;
1832
1840
  ChainId[ChainId["AirDAOMainnet"] = 16718] = "AirDAOMainnet";
1833
1841
  ChainId[ChainId["IVARChainTestnet"] = 16888] = "IVARChainTestnet";
1834
1842
  ChainId[ChainId["Holesky"] = 17000] = "Holesky";
1843
+ ChainId[ChainId["G8ChainMainnet"] = 17171] = "G8ChainMainnet";
1835
1844
  ChainId[ChainId["PaletteChainTestnet"] = 17180] = "PaletteChainTestnet";
1836
1845
  ChainId[ChainId["EOSEVMNetwork"] = 17777] = "EOSEVMNetwork";
1837
1846
  ChainId[ChainId["FrontierofDreamsTestnet"] = 18000] = "FrontierofDreamsTestnet";
1838
1847
  ChainId[ChainId["SmartTradeNetworks"] = 18122] = "SmartTradeNetworks";
1839
1848
  ChainId[ChainId["ProofOfMemes"] = 18159] = "ProofOfMemes";
1849
+ ChainId[ChainId["G8ChainTestnet"] = 18181] = "G8ChainTestnet";
1840
1850
  ChainId[ChainId["MXCzkEVMMainnet"] = 18686] = "MXCzkEVMMainnet";
1841
1851
  ChainId[ChainId["HOMEVerseMainnet"] = 19011] = "HOMEVerseMainnet";
1842
1852
  ChainId[ChainId["BTCIXNetwork"] = 19845] = "BTCIXNetwork";
@@ -1871,8 +1881,11 @@ var ChainId;
1871
1881
  ChainId[ChainId["BitgertMainnet"] = 32520] = "BitgertMainnet";
1872
1882
  ChainId[ChainId["FusionMainnet"] = 32659] = "FusionMainnet";
1873
1883
  ChainId[ChainId["ZilliqaEVM"] = 32769] = "ZilliqaEVM";
1884
+ ChainId[ChainId["ZilliqaEVMIsolatedServer"] = 32990] = "ZilliqaEVMIsolatedServer";
1874
1885
  ChainId[ChainId["ZilliqaEVMTestnet"] = 33101] = "ZilliqaEVMTestnet";
1875
1886
  ChainId[ChainId["AvesMainnet"] = 33333] = "AvesMainnet";
1887
+ ChainId[ChainId["ZilliqaEVMDevnet"] = 33385] = "ZilliqaEVMDevnet";
1888
+ ChainId[ChainId["Zilliqa2EVMDevnet"] = 33469] = "Zilliqa2EVMDevnet";
1876
1889
  ChainId[ChainId["J2OTaro"] = 35011] = "J2OTaro";
1877
1890
  ChainId[ChainId["QMainnet"] = 35441] = "QMainnet";
1878
1891
  ChainId[ChainId["QTestnet"] = 35443] = "QTestnet";
@@ -2073,6 +2086,7 @@ var ChainId;
2073
2086
  ChainId[ChainId["Vision-VpioneerTestChain"] = 666666] = "Vision-VpioneerTestChain";
2074
2087
  ChainId[ChainId["BearNetworkChainTestnet"] = 751230] = "BearNetworkChainTestnet";
2075
2088
  ChainId[ChainId["MiexsSmartchain"] = 761412] = "MiexsSmartchain";
2089
+ ChainId[ChainId["Modularium"] = 776877] = "Modularium";
2076
2090
  ChainId[ChainId["OctaSpace"] = 800001] = "OctaSpace";
2077
2091
  ChainId[ChainId["CURVEMainnet"] = 827431] = "CURVEMainnet";
2078
2092
  ChainId[ChainId["4GoodNetwork"] = 846000] = "4GoodNetwork";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revoke.cash/chains",
3
- "version": "18.0.0",
3
+ "version": "18.1.0",
4
4
  "description": "Helper module for getting EVM chains info.",
5
5
  "author": "Revoke.cash",
6
6
  "contributors": [