@revoke.cash/chains 12.0.0 → 13.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.
@@ -11,7 +11,9 @@ exports.chains = {
11
11
  'wss://mainnet.infura.io/ws/v3/${INFURA_API_KEY}',
12
12
  'https://api.mycryptoapi.com/eth',
13
13
  'https://cloudflare-eth.com',
14
- 'https://ethereum.publicnode.com'
14
+ 'https://ethereum.publicnode.com',
15
+ 'https://mainnet.gateway.tenderly.co',
16
+ 'wss://mainnet.gateway.tenderly.co'
15
17
  ],
16
18
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
17
19
  faucets: [],
@@ -112,7 +114,9 @@ exports.chains = {
112
114
  'https://goerli.infura.io/v3/${INFURA_API_KEY}',
113
115
  'wss://goerli.infura.io/v3/${INFURA_API_KEY}',
114
116
  'https://rpc.goerli.mudit.blog/',
115
- 'https://ethereum-goerli.publicnode.com'
117
+ 'https://ethereum-goerli.publicnode.com',
118
+ 'https://goerli.gateway.tenderly.co',
119
+ 'wss://goerli.gateway.tenderly.co'
116
120
  ],
117
121
  faucets: [
118
122
  'http://fauceth.komputing.org?chain=5&address=${ADDRESS}',
@@ -206,7 +210,12 @@ exports.chains = {
206
210
  10: {
207
211
  name: 'OP Mainnet',
208
212
  chain: 'ETH',
209
- rpc: ['https://mainnet.optimism.io', 'https://optimism.publicnode.com'],
213
+ rpc: [
214
+ 'https://mainnet.optimism.io',
215
+ 'https://optimism.publicnode.com',
216
+ 'https://optimism.gateway.tenderly.co',
217
+ 'wss://optimism.gateway.tenderly.co'
218
+ ],
210
219
  faucets: [],
211
220
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
212
221
  infoURL: 'https://optimism.io',
@@ -2192,12 +2201,13 @@ exports.chains = {
2192
2201
  ]
2193
2202
  },
2194
2203
  115: {
2195
- name: 'DeBank Testnet',
2204
+ name: 'DeBank Testnet(Deprecated)',
2196
2205
  chain: 'DeBank',
2197
2206
  rpc: [],
2198
2207
  faucets: [],
2199
2208
  icon: 'debank',
2200
2209
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
2210
+ status: 'deprecated',
2201
2211
  infoURL: 'https://debank.com',
2202
2212
  shortName: 'debank-testnet',
2203
2213
  chainId: 115,
@@ -2211,6 +2221,7 @@ exports.chains = {
2211
2221
  faucets: [],
2212
2222
  icon: 'debank',
2213
2223
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
2224
+ status: 'deprecated',
2214
2225
  infoURL: 'https://debank.com',
2215
2226
  shortName: 'debank-mainnet',
2216
2227
  chainId: 116,
@@ -2516,7 +2527,9 @@ exports.chains = {
2516
2527
  'https://rpc-mainnet.maticvigil.com',
2517
2528
  'https://rpc-mainnet.matic.quiknode.pro',
2518
2529
  'https://matic-mainnet-full-rpc.bwarelabs.com',
2519
- 'https://polygon-bor.publicnode.com'
2530
+ 'https://polygon-bor.publicnode.com',
2531
+ 'https://polygon.gateway.tenderly.co',
2532
+ 'wss://polygon.gateway.tenderly.co'
2520
2533
  ],
2521
2534
  faucets: [],
2522
2535
  nativeCurrency: { name: 'MATIC', symbol: 'MATIC', decimals: 18 },
@@ -2754,9 +2767,9 @@ exports.chains = {
2754
2767
  networkId: 163
2755
2768
  },
2756
2769
  165: {
2757
- name: 'Omni Testnet 1',
2770
+ name: 'Omni Testnet',
2758
2771
  chain: 'Omni',
2759
- rpc: ['https://testnet-1.omni.network'],
2772
+ rpc: ['https://testnet.omni.network'],
2760
2773
  features: [{ name: 'EIP155' }],
2761
2774
  faucets: [],
2762
2775
  nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
@@ -2767,7 +2780,7 @@ exports.chains = {
2767
2780
  explorers: [
2768
2781
  {
2769
2782
  name: 'Omni Explorer',
2770
- url: 'https://testnet-1.explorer.omni.network',
2783
+ url: 'https://testnet.explorer.omni.network',
2771
2784
  standard: 'EIP3091'
2772
2785
  }
2773
2786
  ]
@@ -2987,6 +3000,24 @@ exports.chains = {
2987
3000
  }
2988
3001
  ]
2989
3002
  },
3003
+ 198: {
3004
+ name: 'Bitchain Mainnet',
3005
+ chain: 'Bit',
3006
+ rpc: ['https://rpc.bitchain.biz/'],
3007
+ faucets: [],
3008
+ nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
3009
+ infoURL: 'https://www.bitchain.biz/',
3010
+ shortName: 'bit',
3011
+ chainId: 198,
3012
+ networkId: 198,
3013
+ explorers: [
3014
+ {
3015
+ name: 'Bitchain Scan',
3016
+ url: 'https://explorer.bitchain.biz',
3017
+ standard: 'EIP3091'
3018
+ }
3019
+ ]
3020
+ },
2990
3021
  199: {
2991
3022
  name: 'BitTorrent Chain Mainnet',
2992
3023
  chain: 'BTTC',
@@ -3042,6 +3073,29 @@ exports.chains = {
3042
3073
  }
3043
3074
  ]
3044
3075
  },
3076
+ 204: {
3077
+ name: 'opBNB Mainnet',
3078
+ chain: 'opBNB',
3079
+ rpc: ['https://opbnb-mainnet-rpc.bnbchain.org'],
3080
+ faucets: ['https://free-online-app.com/faucet-for-eth-evm-chains'],
3081
+ nativeCurrency: {
3082
+ name: 'BNB Chain Native Token',
3083
+ symbol: 'BNB',
3084
+ decimals: 18
3085
+ },
3086
+ infoURL: 'https://opbnb.bnbchain.org/en',
3087
+ shortName: 'obnb',
3088
+ chainId: 204,
3089
+ networkId: 204,
3090
+ slip44: 714,
3091
+ explorers: [
3092
+ {
3093
+ name: 'opbnbscan',
3094
+ url: 'http://mainnet.opbnbscan.com',
3095
+ standard: 'EIP3091'
3096
+ }
3097
+ ]
3098
+ },
3045
3099
  208: {
3046
3100
  name: 'Structx Mainnet',
3047
3101
  chain: 'utx',
@@ -3487,8 +3541,8 @@ exports.chains = {
3487
3541
  rpc: [
3488
3542
  'https://mainnet.boba.network',
3489
3543
  'https://replica.boba.network',
3490
- 'http://boba-ethereum.gateway.tenderly.co',
3491
- 'http://gateway.tenderly.co/public/boba-ethereum',
3544
+ 'https://boba-ethereum.gateway.tenderly.co',
3545
+ 'https://gateway.tenderly.co/public/boba-ethereum',
3492
3546
  'wss://boba-ethereum.gateway.tenderly.co/',
3493
3547
  'wss://gateway.tenderly.co/public/boba-ethereum'
3494
3548
  ],
@@ -4172,7 +4226,9 @@ exports.chains = {
4172
4226
  chain: 'ETH',
4173
4227
  rpc: [
4174
4228
  'https://goerli.optimism.io',
4175
- 'https://optimism-goerli.publicnode.com'
4229
+ 'https://optimism-goerli.publicnode.com',
4230
+ 'https://optimism-goerli.gateway.tenderly.co',
4231
+ 'wss://optimism-goerli.gateway.tenderly.co'
4176
4232
  ],
4177
4233
  faucets: [],
4178
4234
  nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
@@ -7454,8 +7510,8 @@ exports.chains = {
7454
7510
  chain: 'Gobi',
7455
7511
  icon: 'eon',
7456
7512
  rpc: [
7457
- 'https://gobi-testnet.horizenlabs.io/ethv1',
7458
- 'https://rpc.ankr.com/horizen_testnet_evm'
7513
+ 'https://gobi-rpc.horizenlabs.io/ethv1',
7514
+ 'https://rpc.ankr.com/horizen_gobi_testnet'
7459
7515
  ],
7460
7516
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
7461
7517
  faucets: ['https://faucet.horizen.io'],
@@ -9774,6 +9830,25 @@ exports.chains = {
9774
9830
  }
9775
9831
  ]
9776
9832
  },
9833
+ 3701: {
9834
+ name: 'Xpla Mainnet',
9835
+ chain: 'XPLA',
9836
+ rpc: ['https://dimension-rpc.xpla.dev'],
9837
+ faucets: ['https://faucet.xpla.io/'],
9838
+ nativeCurrency: { name: 'XPLA', symbol: 'XPLA', decimals: 18 },
9839
+ infoURL: 'https://xpla.io/',
9840
+ shortName: 'xpla',
9841
+ chainId: 3701,
9842
+ networkId: 3701,
9843
+ icon: 'xpla',
9844
+ explorers: [
9845
+ {
9846
+ name: 'XPLA Explorer',
9847
+ url: 'https://explorer.xpla.io',
9848
+ standard: 'none'
9849
+ }
9850
+ ]
9851
+ },
9777
9852
  3737: {
9778
9853
  name: 'Crossbell',
9779
9854
  chain: 'Crossbell',
@@ -9812,6 +9887,46 @@ exports.chains = {
9812
9887
  }
9813
9888
  ]
9814
9889
  },
9890
+ 3888: {
9891
+ name: 'KalyChain Mainnet',
9892
+ chain: 'KLC',
9893
+ icon: 'kalychain',
9894
+ rpc: ['https://rpc.kalychain.io/rpc'],
9895
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
9896
+ faucets: [],
9897
+ nativeCurrency: { name: 'KalyCoin', symbol: 'KLC', decimals: 18 },
9898
+ infoURL: 'https://kalychain.io',
9899
+ shortName: 'kalymainnet',
9900
+ chainId: 3888,
9901
+ networkId: 3888,
9902
+ explorers: [
9903
+ {
9904
+ name: 'KalyScan',
9905
+ url: 'https://kalyscan.io',
9906
+ standard: 'EIP3091'
9907
+ }
9908
+ ]
9909
+ },
9910
+ 3889: {
9911
+ name: 'KalyChain Testnet',
9912
+ chain: 'KLC',
9913
+ icon: 'kalychain',
9914
+ rpc: ['https://testnetrpc.kalychain.io/rpc'],
9915
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
9916
+ faucets: [],
9917
+ nativeCurrency: { name: 'KalyCoin', symbol: 'KLC', decimals: 18 },
9918
+ infoURL: 'https://kalychain.io',
9919
+ shortName: 'kalytestnet',
9920
+ chainId: 3889,
9921
+ networkId: 3889,
9922
+ explorers: [
9923
+ {
9924
+ name: 'KalyScan',
9925
+ url: 'https://testnet.kalyscan.io',
9926
+ standard: 'EIP3091'
9927
+ }
9928
+ ]
9929
+ },
9815
9930
  3912: {
9816
9931
  name: 'DRAC Network',
9817
9932
  chain: 'DRAC',
@@ -10231,6 +10346,26 @@ exports.chains = {
10231
10346
  bridges: [{ url: 'https://gateway.boba.network' }]
10232
10347
  }
10233
10348
  },
10349
+ 4337: {
10350
+ name: 'Beam',
10351
+ chain: 'BEAM',
10352
+ rpc: ['https://subnets.avax.network/beam/mainnet/rpc'],
10353
+ features: [{ name: 'EIP1559' }],
10354
+ faucets: [],
10355
+ nativeCurrency: { name: 'Merit Circle', symbol: 'MC', decimals: 18 },
10356
+ infoURL: 'https://www.onbeam.com',
10357
+ shortName: 'beam',
10358
+ icon: 'beam',
10359
+ chainId: 4337,
10360
+ networkId: 4337,
10361
+ explorers: [
10362
+ {
10363
+ name: 'Beam Explorer',
10364
+ url: 'https://subnets.avax.network/beam',
10365
+ standard: 'EIP3091'
10366
+ }
10367
+ ]
10368
+ },
10234
10369
  4444: {
10235
10370
  name: 'Htmlcoin Mainnet',
10236
10371
  chain: 'mainnet',
@@ -10674,6 +10809,33 @@ exports.chains = {
10674
10809
  }
10675
10810
  ]
10676
10811
  },
10812
+ 5611: {
10813
+ name: 'opBNB Testnet',
10814
+ chain: 'opBNB',
10815
+ rpc: ['https://opbnb-testnet-rpc.bnbchain.org'],
10816
+ faucets: ['https://testnet.bnbchain.org/faucet-smart'],
10817
+ nativeCurrency: {
10818
+ name: 'BNB Chain Native Token',
10819
+ symbol: 'tBNB',
10820
+ decimals: 18
10821
+ },
10822
+ infoURL: 'https://opbnb.bnbchain.org/en',
10823
+ shortName: 'obnbt',
10824
+ chainId: 5611,
10825
+ networkId: 5611,
10826
+ explorers: [
10827
+ {
10828
+ name: 'bscscan-opbnb-testnet',
10829
+ url: 'https://opbnb-testnet.bscscan.com',
10830
+ standard: 'EIP3091'
10831
+ },
10832
+ {
10833
+ name: 'opbnbscan',
10834
+ url: 'http://opbnbscan.com',
10835
+ standard: 'EIP3091'
10836
+ }
10837
+ ]
10838
+ },
10677
10839
  5616: {
10678
10840
  name: 'Arcturus Chain Testnet',
10679
10841
  chain: 'ARCTURUS',
@@ -10685,6 +10847,21 @@ exports.chains = {
10685
10847
  chainId: 5616,
10686
10848
  networkId: 5616
10687
10849
  },
10850
+ 5678: {
10851
+ name: 'Tanssi EVM ContainerChain',
10852
+ chain: 'EVMCC',
10853
+ rpc: [
10854
+ 'https://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network',
10855
+ 'wss://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network'
10856
+ ],
10857
+ faucets: [],
10858
+ nativeCurrency: { name: 'Unit', symbol: 'Unit', decimals: 18 },
10859
+ infoURL: 'https://tanssi.network',
10860
+ shortName: 'TanssiCC',
10861
+ chainId: 5678,
10862
+ networkId: 5678,
10863
+ explorers: []
10864
+ },
10688
10865
  5700: {
10689
10866
  name: 'Syscoin Tanenbaum Testnet',
10690
10867
  chain: 'SYS',
@@ -11748,17 +11925,13 @@ exports.chains = {
11748
11925
  status: 'incubating'
11749
11926
  },
11750
11927
  8181: {
11751
- name: 'BeOne Chain Testnet',
11752
- chain: 'BOC',
11753
- rpc: [
11754
- 'https://pre-boc1.beonechain.com',
11755
- 'https://pre-boc2.beonechain.com',
11756
- 'https://pre-boc3.beonechain.com'
11757
- ],
11928
+ name: 'Testnet BeOne Chain',
11929
+ chain: 'tBOC',
11930
+ rpc: ['https://pre-boc1.beonechain.com'],
11758
11931
  faucets: ['https://testnet.beonescan.com/faucet'],
11759
11932
  nativeCurrency: {
11760
- name: 'BeOne Chain Testnet',
11761
- symbol: 'BOC',
11933
+ name: 'Testnet BeOne Chain',
11934
+ symbol: 'tBOC',
11762
11935
  decimals: 18
11763
11936
  },
11764
11937
  infoURL: 'https://testnet.beonescan.com',
@@ -11768,7 +11941,7 @@ exports.chains = {
11768
11941
  icon: 'beonechain',
11769
11942
  explorers: [
11770
11943
  {
11771
- name: 'BeOne Chain Testnet',
11944
+ name: 'Testnet BeOne Chain',
11772
11945
  url: 'https://testnet.beonescan.com',
11773
11946
  icon: 'beonechain',
11774
11947
  standard: 'none'
@@ -11847,7 +12020,10 @@ exports.chains = {
11847
12020
  chain: 'ETH',
11848
12021
  rpc: [
11849
12022
  'https://mainnet.base.org/',
11850
- 'https://developer-access-mainnet.base.org/'
12023
+ 'https://developer-access-mainnet.base.org/',
12024
+ 'https://base.gateway.tenderly.co',
12025
+ 'wss://base.gateway.tenderly.co',
12026
+ 'https://base.publicnode.com'
11851
12027
  ],
11852
12028
  faucets: [],
11853
12029
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
@@ -12392,7 +12568,9 @@ exports.chains = {
12392
12568
  'https://testnet.bnb.boba.network',
12393
12569
  'wss://wss.testnet.bnb.boba.network',
12394
12570
  'https://replica.testnet.bnb.boba.network',
12395
- 'wss://replica-wss.testnet.bnb.boba.network'
12571
+ 'wss://replica-wss.testnet.bnb.boba.network',
12572
+ 'https://boba-bnb-testnet.gateway.tenderly.co',
12573
+ 'wss://boba-bnb-testnet.gateway.tenderly.co'
12396
12574
  ],
12397
12575
  faucets: [],
12398
12576
  nativeCurrency: { name: 'Boba Token', symbol: 'BOBA', decimals: 18 },
@@ -12528,7 +12706,10 @@ exports.chains = {
12528
12706
  name: 'Mind Smart Chain Testnet',
12529
12707
  chain: 'tMIND',
12530
12708
  icon: 'mindchain',
12531
- rpc: ['https://testnet-msc.mindchain.info/'],
12709
+ rpc: [
12710
+ 'https://testnet-msc.mindchain.info/',
12711
+ 'wss://testnet-msc.mindchain.info/ws'
12712
+ ],
12532
12713
  faucets: ['https://faucet.mindchain.info/'],
12533
12714
  nativeCurrency: { name: 'MIND Coin', symbol: 'tMIND', decimals: 18 },
12534
12715
  infoURL: 'https://mindscan.info',
@@ -13304,8 +13485,9 @@ exports.chains = {
13304
13485
  features: [{ name: 'EIP1559' }],
13305
13486
  faucets: [],
13306
13487
  nativeCurrency: { name: 'Merit Circle', symbol: 'MC', decimals: 18 },
13307
- infoURL: 'https://gaming.meritcircle.io',
13308
- shortName: 'BEAM',
13488
+ infoURL: 'https://www.onbeam.com',
13489
+ shortName: 'beam-testnet',
13490
+ icon: 'beam',
13309
13491
  chainId: 13337,
13310
13492
  networkId: 13337,
13311
13493
  explorers: [
@@ -15037,8 +15219,8 @@ exports.chains = {
15037
15219
  chain: 'Boba BNB Mainnet',
15038
15220
  rpc: [
15039
15221
  'https://bnb.boba.network',
15040
- 'http://boba-bnb.gateway.tenderly.co/',
15041
- 'http://gateway.tenderly.co/public/boba-bnb',
15222
+ 'https://boba-bnb.gateway.tenderly.co/',
15223
+ 'https://gateway.tenderly.co/public/boba-bnb',
15042
15224
  'https://replica.bnb.boba.network',
15043
15225
  'wss://boba-bnb.gateway.tenderly.co/',
15044
15226
  'wss://gateway.tenderly.co/public/boba-bnb'
@@ -15062,6 +15244,25 @@ exports.chains = {
15062
15244
  bridges: [{ url: 'https://gateway.boba.network' }]
15063
15245
  }
15064
15246
  },
15247
+ 56789: {
15248
+ name: 'VELO Labs Mainnet',
15249
+ chain: 'NOVA chain',
15250
+ rpc: ['https://nova.velo.org'],
15251
+ faucets: ['https://nova-faucet.velo.org'],
15252
+ nativeCurrency: { name: 'Nova', symbol: 'NOVA', decimals: 18 },
15253
+ infoURL: 'https://velo.org',
15254
+ shortName: 'VELO',
15255
+ chainId: 56789,
15256
+ networkId: 56789,
15257
+ icon: 'novachain',
15258
+ explorers: [
15259
+ {
15260
+ name: 'novascan',
15261
+ url: 'https://novascan.velo.org',
15262
+ standard: 'EIP3091'
15263
+ }
15264
+ ]
15265
+ },
15065
15266
  57000: {
15066
15267
  name: 'Rollux Testnet',
15067
15268
  chain: 'SYS',
@@ -15785,7 +15986,9 @@ exports.chains = {
15785
15986
  'https://matic-mumbai.chainstacklabs.com',
15786
15987
  'https://rpc-mumbai.maticvigil.com',
15787
15988
  'https://matic-testnet-archive-rpc.bwarelabs.com',
15788
- 'https://polygon-mumbai-bor.publicnode.com'
15989
+ 'https://polygon-mumbai-bor.publicnode.com',
15990
+ 'https://polygon-mumbai.gateway.tenderly.co',
15991
+ 'wss://polygon-mumbai.gateway.tenderly.co'
15789
15992
  ],
15790
15993
  faucets: ['https://faucet.polygon.technology/'],
15791
15994
  nativeCurrency: { name: 'MATIC', symbol: 'MATIC', decimals: 18 },
@@ -15921,7 +16124,12 @@ exports.chains = {
15921
16124
  84531: {
15922
16125
  name: 'Base Goerli Testnet',
15923
16126
  chain: 'ETH',
15924
- rpc: ['https://goerli.base.org'],
16127
+ rpc: [
16128
+ 'https://goerli.base.org',
16129
+ 'https://base-goerli.gateway.tenderly.co',
16130
+ 'wss://base-goerli.gateway.tenderly.co',
16131
+ 'https://base-goerli.publicnode.com'
16132
+ ],
15925
16133
  faucets: ['https://www.coinbase.com/faucets/base-ethereum-goerli-faucet'],
15926
16134
  nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
15927
16135
  infoURL: 'https://base.org',
@@ -15943,6 +16151,26 @@ exports.chains = {
15943
16151
  }
15944
16152
  ]
15945
16153
  },
16154
+ 84886: {
16155
+ name: 'Aerie Network',
16156
+ chain: 'Aerie',
16157
+ rpc: ['https://mainnet.aerielab.io'],
16158
+ faucets: [],
16159
+ nativeCurrency: { name: 'Aerie', symbol: 'AER', decimals: 18 },
16160
+ infoURL: 'https://aerielab.io/',
16161
+ shortName: 'Aerie',
16162
+ chainId: 84886,
16163
+ networkId: 84886,
16164
+ icon: 'aerie',
16165
+ explorers: [
16166
+ {
16167
+ name: 'Aerie Explorer',
16168
+ url: 'https://explorer.aerielab.io',
16169
+ icon: 'aerie',
16170
+ standard: 'EIP3091'
16171
+ }
16172
+ ]
16173
+ },
15946
16174
  85449: {
15947
16175
  name: 'CYBERTRUST',
15948
16176
  chain: 'CYBER',
@@ -18299,6 +18527,25 @@ exports.chains = {
18299
18527
  }
18300
18528
  ]
18301
18529
  },
18530
+ 2021398: {
18531
+ name: 'DeBank Testnet',
18532
+ chain: 'DeBank',
18533
+ rpc: ['http://rpc.testnet.debank.com'],
18534
+ faucets: [],
18535
+ icon: 'debank',
18536
+ nativeCurrency: { name: 'DeBank USD', symbol: 'USD', decimals: 18 },
18537
+ infoURL: 'https://debank.com',
18538
+ shortName: 'dbk',
18539
+ chainId: 2021398,
18540
+ networkId: 2021398,
18541
+ explorers: [
18542
+ {
18543
+ name: 'DeBank Chain Explorer',
18544
+ url: 'https://explorer.testnet.debank.com',
18545
+ standard: 'EIP3091'
18546
+ }
18547
+ ]
18548
+ },
18302
18549
  2099156: {
18303
18550
  name: 'Plian Mainnet Main',
18304
18551
  chain: 'Plian',
@@ -18718,7 +18965,9 @@ exports.chains = {
18718
18965
  'https://rpc-sepolia.rockx.com',
18719
18966
  'https://rpc.sepolia.ethpandaops.io',
18720
18967
  'https://sepolia.infura.io/v3/${INFURA_API_KEY}',
18721
- 'wss://sepolia.infura.io/v3/${INFURA_API_KEY}'
18968
+ 'wss://sepolia.infura.io/v3/${INFURA_API_KEY}',
18969
+ 'https://sepolia.gateway.tenderly.co',
18970
+ 'wss://sepolia.gateway.tenderly.co'
18722
18971
  ],
18723
18972
  faucets: ['http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}'],
18724
18973
  nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
@@ -111,7 +111,7 @@ export declare enum ChainName {
111
111
  CoinbitMainnet = "Coinbit Mainnet",
112
112
  Dehvo = "Dehvo",
113
113
  FlareTestnetCoston2 = "Flare Testnet Coston2",
114
- DeBankTestnet = "DeBank Testnet",
114
+ 'DeBankTestnet(Deprecated)' = "DeBank Testnet(Deprecated)",
115
115
  DeBankMainnet = "DeBank Mainnet",
116
116
  UptickMainnet = "Uptick Mainnet",
117
117
  ArcologyTestnet = "Arcology Testnet",
@@ -141,7 +141,7 @@ export declare enum ChainName {
141
141
  ArmoniaEvaChainTestnet = "Armonia Eva Chain Testnet",
142
142
  LightstreamsTestnet = "Lightstreams Testnet",
143
143
  LightstreamsMainnet = "Lightstreams Mainnet",
144
- OmniTestnet1 = "Omni Testnet 1",
144
+ OmniTestnet = "Omni Testnet",
145
145
  AtoshiTestnet = "Atoshi Testnet",
146
146
  AIOZNetwork = "AIOZ Network",
147
147
  HOOSmartChainTestnet = "HOO Smart Chain Testnet",
@@ -154,9 +154,11 @@ export declare enum ChainName {
154
154
  OKBChainTestnet = "OKBChain Testnet",
155
155
  OKBChainMainnet = "OKBChain Mainnet",
156
156
  NeutrinosTestNet = "Neutrinos TestNet",
157
+ BitchainMainnet = "Bitchain Mainnet",
157
158
  BitTorrentChainMainnet = "BitTorrent Chain Mainnet",
158
159
  ArbitrumonxDai = "Arbitrum on xDai",
159
160
  MOACtestnet = "MOAC testnet",
161
+ OpBNBMainnet = "opBNB Mainnet",
160
162
  StructxMainnet = "Structx Mainnet",
161
163
  Bitnet = "Bitnet",
162
164
  FreightTrustNetwork = "Freight Trust Network",
@@ -502,8 +504,11 @@ export declare enum ChainName {
502
504
  EmpireNetwork = "Empire Network",
503
505
  SenjePowersTestnet = "SenjePowers Testnet",
504
506
  SenjePowersMainnet = "SenjePowers Mainnet",
507
+ XplaMainnet = "Xpla Mainnet",
505
508
  Crossbell = "Crossbell",
506
509
  AlveyChainMainnet = "AlveyChain Mainnet",
510
+ KalyChainMainnet = "KalyChain Mainnet",
511
+ KalyChainTestnet = "KalyChain Testnet",
507
512
  DRACNetwork = "DRAC Network",
508
513
  DOSTesnet = "DOS Tesnet",
509
514
  DYNOMainnet = "DYNO Mainnet",
@@ -524,6 +529,7 @@ export declare enum ChainName {
524
529
  LUKSOTestnet = "LUKSO Testnet",
525
530
  NexiMainnet = "Nexi Mainnet",
526
531
  BobafujiTestnet = "Bobafuji Testnet",
532
+ Beam = "Beam",
527
533
  HtmlcoinMainnet = "Htmlcoin Mainnet",
528
534
  OrderlySepoliaTestnet = "Orderly Sepolia Testnet",
529
535
  IoTeXNetworkMainnet = "IoTeX Network Mainnet",
@@ -546,7 +552,9 @@ export declare enum ChainName {
546
552
  NahmiiMainnet = "Nahmii Mainnet",
547
553
  NahmiiTestnet = "Nahmii Testnet",
548
554
  ChainVerseMainnet = "Chain Verse Mainnet",
555
+ OpBNBTestnet = "opBNB Testnet",
549
556
  ArcturusChainTestnet = "Arcturus Chain Testnet",
557
+ TanssiEVMContainerChain = "Tanssi EVM ContainerChain",
550
558
  SyscoinTanenbaumTestnet = "Syscoin Tanenbaum Testnet",
551
559
  HikaNetworkTestnet = "Hika Network Testnet",
552
560
  SatoshiChainTestnet = "SatoshiChain Testnet",
@@ -601,7 +609,7 @@ export declare enum ChainName {
601
609
  Amana = "Amana",
602
610
  Flana = "Flana",
603
611
  Mizana = "Mizana",
604
- BeOneChainTestnet = "BeOne Chain Testnet",
612
+ TestnetBeOneChain = "Testnet BeOne Chain",
605
613
  KlaytnMainnetCypress = "Klaytn Mainnet Cypress",
606
614
  BlocktonBlockchain = "Blockton Blockchain",
607
615
  KorthoTest = "KorthoTest",
@@ -769,6 +777,7 @@ export declare enum ChainName {
769
777
  REIChainMainnet = "REI Chain Mainnet",
770
778
  REIChainTestnet = "REI Chain Testnet",
771
779
  BobaBNBMainnet = "Boba BNB Mainnet",
780
+ VELOLabsMainnet = "VELO Labs Mainnet",
772
781
  RolluxTestnet = "Rollux Testnet",
773
782
  'SepoliaPGN(PublicGoodsNetwork)' = "Sepolia PGN (Public Goods Network)",
774
783
  LineaTestnet = "Linea Testnet",
@@ -815,6 +824,7 @@ export declare enum ChainName {
815
824
  MizanaMixnet = "Mizana Mixnet",
816
825
  MizanaPrivnet = "Mizana Privnet",
817
826
  BaseGoerliTestnet = "Base Goerli Testnet",
827
+ AerieNetwork = "Aerie Network",
818
828
  CYBERTRUST = "CYBERTRUST",
819
829
  ChilizScovilleTestnet = "Chiliz Scoville Testnet",
820
830
  IVARChainMainnet = "IVAR Chain Mainnet",
@@ -933,6 +943,7 @@ export declare enum ChainName {
933
943
  Kintsugi = "Kintsugi",
934
944
  Kiln = "Kiln",
935
945
  Zhejiang = "Zhejiang",
946
+ DeBankTestnet = "DeBank Testnet",
936
947
  PlianMainnetMain = "Plian Mainnet Main",
937
948
  PlatONDevTestnetDeprecated = "PlatON Dev Testnet Deprecated",
938
949
  PlatONDevTestnet2 = "PlatON Dev Testnet2",
@@ -1133,7 +1144,7 @@ export declare enum ChainId {
1133
1144
  CoinbitMainnet = 112,
1134
1145
  Dehvo = 113,
1135
1146
  FlareTestnetCoston2 = 114,
1136
- DeBankTestnet = 115,
1147
+ 'DeBankTestnet(Deprecated)' = 115,
1137
1148
  DeBankMainnet = 116,
1138
1149
  UptickMainnet = 117,
1139
1150
  ArcologyTestnet = 118,
@@ -1163,7 +1174,7 @@ export declare enum ChainId {
1163
1174
  ArmoniaEvaChainTestnet = 161,
1164
1175
  LightstreamsTestnet = 162,
1165
1176
  LightstreamsMainnet = 163,
1166
- OmniTestnet1 = 165,
1177
+ OmniTestnet = 165,
1167
1178
  AtoshiTestnet = 167,
1168
1179
  AIOZNetwork = 168,
1169
1180
  HOOSmartChainTestnet = 170,
@@ -1176,9 +1187,11 @@ export declare enum ChainId {
1176
1187
  OKBChainTestnet = 195,
1177
1188
  OKBChainMainnet = 196,
1178
1189
  NeutrinosTestNet = 197,
1190
+ BitchainMainnet = 198,
1179
1191
  BitTorrentChainMainnet = 199,
1180
1192
  ArbitrumonxDai = 200,
1181
1193
  MOACtestnet = 201,
1194
+ OpBNBMainnet = 204,
1182
1195
  StructxMainnet = 208,
1183
1196
  Bitnet = 210,
1184
1197
  FreightTrustNetwork = 211,
@@ -1524,8 +1537,11 @@ export declare enum ChainId {
1524
1537
  EmpireNetwork = 3693,
1525
1538
  SenjePowersTestnet = 3698,
1526
1539
  SenjePowersMainnet = 3699,
1540
+ XplaMainnet = 3701,
1527
1541
  Crossbell = 3737,
1528
1542
  AlveyChainMainnet = 3797,
1543
+ KalyChainMainnet = 3888,
1544
+ KalyChainTestnet = 3889,
1529
1545
  DRACNetwork = 3912,
1530
1546
  DOSTesnet = 3939,
1531
1547
  DYNOMainnet = 3966,
@@ -1546,6 +1562,7 @@ export declare enum ChainId {
1546
1562
  LUKSOTestnet = 4201,
1547
1563
  NexiMainnet = 4242,
1548
1564
  BobafujiTestnet = 4328,
1565
+ Beam = 4337,
1549
1566
  HtmlcoinMainnet = 4444,
1550
1567
  OrderlySepoliaTestnet = 4460,
1551
1568
  IoTeXNetworkMainnet = 4689,
@@ -1568,7 +1585,9 @@ export declare enum ChainId {
1568
1585
  NahmiiMainnet = 5551,
1569
1586
  NahmiiTestnet = 5553,
1570
1587
  ChainVerseMainnet = 5555,
1588
+ OpBNBTestnet = 5611,
1571
1589
  ArcturusChainTestnet = 5616,
1590
+ TanssiEVMContainerChain = 5678,
1572
1591
  SyscoinTanenbaumTestnet = 5700,
1573
1592
  HikaNetworkTestnet = 5729,
1574
1593
  SatoshiChainTestnet = 5758,
@@ -1623,7 +1642,7 @@ export declare enum ChainId {
1623
1642
  Amana = 8134,
1624
1643
  Flana = 8135,
1625
1644
  Mizana = 8136,
1626
- BeOneChainTestnet = 8181,
1645
+ TestnetBeOneChain = 8181,
1627
1646
  KlaytnMainnetCypress = 8217,
1628
1647
  BlocktonBlockchain = 8272,
1629
1648
  KorthoTest = 8285,
@@ -1791,6 +1810,7 @@ export declare enum ChainId {
1791
1810
  REIChainMainnet = 55555,
1792
1811
  REIChainTestnet = 55556,
1793
1812
  BobaBNBMainnet = 56288,
1813
+ VELOLabsMainnet = 56789,
1794
1814
  RolluxTestnet = 57000,
1795
1815
  'SepoliaPGN(PublicGoodsNetwork)' = 58008,
1796
1816
  LineaTestnet = 59140,
@@ -1837,6 +1857,7 @@ export declare enum ChainId {
1837
1857
  MizanaMixnet = 81362,
1838
1858
  MizanaPrivnet = 81363,
1839
1859
  BaseGoerliTestnet = 84531,
1860
+ AerieNetwork = 84886,
1840
1861
  CYBERTRUST = 85449,
1841
1862
  ChilizScovilleTestnet = 88880,
1842
1863
  IVARChainMainnet = 88888,
@@ -1955,6 +1976,7 @@ export declare enum ChainId {
1955
1976
  Kintsugi = 1337702,
1956
1977
  Kiln = 1337802,
1957
1978
  Zhejiang = 1337803,
1979
+ DeBankTestnet = 2021398,
1958
1980
  PlianMainnetMain = 2099156,
1959
1981
  PlatONDevTestnetDeprecated = 2203181,
1960
1982
  PlatONDevTestnet2 = 2206132,
package/dist/src/enums.js CHANGED
@@ -115,7 +115,7 @@ var ChainName;
115
115
  ChainName["CoinbitMainnet"] = "Coinbit Mainnet";
116
116
  ChainName["Dehvo"] = "Dehvo";
117
117
  ChainName["FlareTestnetCoston2"] = "Flare Testnet Coston2";
118
- ChainName["DeBankTestnet"] = "DeBank Testnet";
118
+ ChainName["DeBankTestnet(Deprecated)"] = "DeBank Testnet(Deprecated)";
119
119
  ChainName["DeBankMainnet"] = "DeBank Mainnet";
120
120
  ChainName["UptickMainnet"] = "Uptick Mainnet";
121
121
  ChainName["ArcologyTestnet"] = "Arcology Testnet";
@@ -145,7 +145,7 @@ var ChainName;
145
145
  ChainName["ArmoniaEvaChainTestnet"] = "Armonia Eva Chain Testnet";
146
146
  ChainName["LightstreamsTestnet"] = "Lightstreams Testnet";
147
147
  ChainName["LightstreamsMainnet"] = "Lightstreams Mainnet";
148
- ChainName["OmniTestnet1"] = "Omni Testnet 1";
148
+ ChainName["OmniTestnet"] = "Omni Testnet";
149
149
  ChainName["AtoshiTestnet"] = "Atoshi Testnet";
150
150
  ChainName["AIOZNetwork"] = "AIOZ Network";
151
151
  ChainName["HOOSmartChainTestnet"] = "HOO Smart Chain Testnet";
@@ -158,9 +158,11 @@ var ChainName;
158
158
  ChainName["OKBChainTestnet"] = "OKBChain Testnet";
159
159
  ChainName["OKBChainMainnet"] = "OKBChain Mainnet";
160
160
  ChainName["NeutrinosTestNet"] = "Neutrinos TestNet";
161
+ ChainName["BitchainMainnet"] = "Bitchain Mainnet";
161
162
  ChainName["BitTorrentChainMainnet"] = "BitTorrent Chain Mainnet";
162
163
  ChainName["ArbitrumonxDai"] = "Arbitrum on xDai";
163
164
  ChainName["MOACtestnet"] = "MOAC testnet";
165
+ ChainName["OpBNBMainnet"] = "opBNB Mainnet";
164
166
  ChainName["StructxMainnet"] = "Structx Mainnet";
165
167
  ChainName["Bitnet"] = "Bitnet";
166
168
  ChainName["FreightTrustNetwork"] = "Freight Trust Network";
@@ -506,8 +508,11 @@ var ChainName;
506
508
  ChainName["EmpireNetwork"] = "Empire Network";
507
509
  ChainName["SenjePowersTestnet"] = "SenjePowers Testnet";
508
510
  ChainName["SenjePowersMainnet"] = "SenjePowers Mainnet";
511
+ ChainName["XplaMainnet"] = "Xpla Mainnet";
509
512
  ChainName["Crossbell"] = "Crossbell";
510
513
  ChainName["AlveyChainMainnet"] = "AlveyChain Mainnet";
514
+ ChainName["KalyChainMainnet"] = "KalyChain Mainnet";
515
+ ChainName["KalyChainTestnet"] = "KalyChain Testnet";
511
516
  ChainName["DRACNetwork"] = "DRAC Network";
512
517
  ChainName["DOSTesnet"] = "DOS Tesnet";
513
518
  ChainName["DYNOMainnet"] = "DYNO Mainnet";
@@ -528,6 +533,7 @@ var ChainName;
528
533
  ChainName["LUKSOTestnet"] = "LUKSO Testnet";
529
534
  ChainName["NexiMainnet"] = "Nexi Mainnet";
530
535
  ChainName["BobafujiTestnet"] = "Bobafuji Testnet";
536
+ ChainName["Beam"] = "Beam";
531
537
  ChainName["HtmlcoinMainnet"] = "Htmlcoin Mainnet";
532
538
  ChainName["OrderlySepoliaTestnet"] = "Orderly Sepolia Testnet";
533
539
  ChainName["IoTeXNetworkMainnet"] = "IoTeX Network Mainnet";
@@ -550,7 +556,9 @@ var ChainName;
550
556
  ChainName["NahmiiMainnet"] = "Nahmii Mainnet";
551
557
  ChainName["NahmiiTestnet"] = "Nahmii Testnet";
552
558
  ChainName["ChainVerseMainnet"] = "Chain Verse Mainnet";
559
+ ChainName["OpBNBTestnet"] = "opBNB Testnet";
553
560
  ChainName["ArcturusChainTestnet"] = "Arcturus Chain Testnet";
561
+ ChainName["TanssiEVMContainerChain"] = "Tanssi EVM ContainerChain";
554
562
  ChainName["SyscoinTanenbaumTestnet"] = "Syscoin Tanenbaum Testnet";
555
563
  ChainName["HikaNetworkTestnet"] = "Hika Network Testnet";
556
564
  ChainName["SatoshiChainTestnet"] = "SatoshiChain Testnet";
@@ -605,7 +613,7 @@ var ChainName;
605
613
  ChainName["Amana"] = "Amana";
606
614
  ChainName["Flana"] = "Flana";
607
615
  ChainName["Mizana"] = "Mizana";
608
- ChainName["BeOneChainTestnet"] = "BeOne Chain Testnet";
616
+ ChainName["TestnetBeOneChain"] = "Testnet BeOne Chain";
609
617
  ChainName["KlaytnMainnetCypress"] = "Klaytn Mainnet Cypress";
610
618
  ChainName["BlocktonBlockchain"] = "Blockton Blockchain";
611
619
  ChainName["KorthoTest"] = "KorthoTest";
@@ -773,6 +781,7 @@ var ChainName;
773
781
  ChainName["REIChainMainnet"] = "REI Chain Mainnet";
774
782
  ChainName["REIChainTestnet"] = "REI Chain Testnet";
775
783
  ChainName["BobaBNBMainnet"] = "Boba BNB Mainnet";
784
+ ChainName["VELOLabsMainnet"] = "VELO Labs Mainnet";
776
785
  ChainName["RolluxTestnet"] = "Rollux Testnet";
777
786
  ChainName["SepoliaPGN(PublicGoodsNetwork)"] = "Sepolia PGN (Public Goods Network)";
778
787
  ChainName["LineaTestnet"] = "Linea Testnet";
@@ -819,6 +828,7 @@ var ChainName;
819
828
  ChainName["MizanaMixnet"] = "Mizana Mixnet";
820
829
  ChainName["MizanaPrivnet"] = "Mizana Privnet";
821
830
  ChainName["BaseGoerliTestnet"] = "Base Goerli Testnet";
831
+ ChainName["AerieNetwork"] = "Aerie Network";
822
832
  ChainName["CYBERTRUST"] = "CYBERTRUST";
823
833
  ChainName["ChilizScovilleTestnet"] = "Chiliz Scoville Testnet";
824
834
  ChainName["IVARChainMainnet"] = "IVAR Chain Mainnet";
@@ -937,6 +947,7 @@ var ChainName;
937
947
  ChainName["Kintsugi"] = "Kintsugi";
938
948
  ChainName["Kiln"] = "Kiln";
939
949
  ChainName["Zhejiang"] = "Zhejiang";
950
+ ChainName["DeBankTestnet"] = "DeBank Testnet";
940
951
  ChainName["PlianMainnetMain"] = "Plian Mainnet Main";
941
952
  ChainName["PlatONDevTestnetDeprecated"] = "PlatON Dev Testnet Deprecated";
942
953
  ChainName["PlatONDevTestnet2"] = "PlatON Dev Testnet2";
@@ -1138,7 +1149,7 @@ var ChainId;
1138
1149
  ChainId[ChainId["CoinbitMainnet"] = 112] = "CoinbitMainnet";
1139
1150
  ChainId[ChainId["Dehvo"] = 113] = "Dehvo";
1140
1151
  ChainId[ChainId["FlareTestnetCoston2"] = 114] = "FlareTestnetCoston2";
1141
- ChainId[ChainId["DeBankTestnet"] = 115] = "DeBankTestnet";
1152
+ ChainId[ChainId["DeBankTestnet(Deprecated)"] = 115] = "DeBankTestnet(Deprecated)";
1142
1153
  ChainId[ChainId["DeBankMainnet"] = 116] = "DeBankMainnet";
1143
1154
  ChainId[ChainId["UptickMainnet"] = 117] = "UptickMainnet";
1144
1155
  ChainId[ChainId["ArcologyTestnet"] = 118] = "ArcologyTestnet";
@@ -1168,7 +1179,7 @@ var ChainId;
1168
1179
  ChainId[ChainId["ArmoniaEvaChainTestnet"] = 161] = "ArmoniaEvaChainTestnet";
1169
1180
  ChainId[ChainId["LightstreamsTestnet"] = 162] = "LightstreamsTestnet";
1170
1181
  ChainId[ChainId["LightstreamsMainnet"] = 163] = "LightstreamsMainnet";
1171
- ChainId[ChainId["OmniTestnet1"] = 165] = "OmniTestnet1";
1182
+ ChainId[ChainId["OmniTestnet"] = 165] = "OmniTestnet";
1172
1183
  ChainId[ChainId["AtoshiTestnet"] = 167] = "AtoshiTestnet";
1173
1184
  ChainId[ChainId["AIOZNetwork"] = 168] = "AIOZNetwork";
1174
1185
  ChainId[ChainId["HOOSmartChainTestnet"] = 170] = "HOOSmartChainTestnet";
@@ -1181,9 +1192,11 @@ var ChainId;
1181
1192
  ChainId[ChainId["OKBChainTestnet"] = 195] = "OKBChainTestnet";
1182
1193
  ChainId[ChainId["OKBChainMainnet"] = 196] = "OKBChainMainnet";
1183
1194
  ChainId[ChainId["NeutrinosTestNet"] = 197] = "NeutrinosTestNet";
1195
+ ChainId[ChainId["BitchainMainnet"] = 198] = "BitchainMainnet";
1184
1196
  ChainId[ChainId["BitTorrentChainMainnet"] = 199] = "BitTorrentChainMainnet";
1185
1197
  ChainId[ChainId["ArbitrumonxDai"] = 200] = "ArbitrumonxDai";
1186
1198
  ChainId[ChainId["MOACtestnet"] = 201] = "MOACtestnet";
1199
+ ChainId[ChainId["OpBNBMainnet"] = 204] = "OpBNBMainnet";
1187
1200
  ChainId[ChainId["StructxMainnet"] = 208] = "StructxMainnet";
1188
1201
  ChainId[ChainId["Bitnet"] = 210] = "Bitnet";
1189
1202
  ChainId[ChainId["FreightTrustNetwork"] = 211] = "FreightTrustNetwork";
@@ -1529,8 +1542,11 @@ var ChainId;
1529
1542
  ChainId[ChainId["EmpireNetwork"] = 3693] = "EmpireNetwork";
1530
1543
  ChainId[ChainId["SenjePowersTestnet"] = 3698] = "SenjePowersTestnet";
1531
1544
  ChainId[ChainId["SenjePowersMainnet"] = 3699] = "SenjePowersMainnet";
1545
+ ChainId[ChainId["XplaMainnet"] = 3701] = "XplaMainnet";
1532
1546
  ChainId[ChainId["Crossbell"] = 3737] = "Crossbell";
1533
1547
  ChainId[ChainId["AlveyChainMainnet"] = 3797] = "AlveyChainMainnet";
1548
+ ChainId[ChainId["KalyChainMainnet"] = 3888] = "KalyChainMainnet";
1549
+ ChainId[ChainId["KalyChainTestnet"] = 3889] = "KalyChainTestnet";
1534
1550
  ChainId[ChainId["DRACNetwork"] = 3912] = "DRACNetwork";
1535
1551
  ChainId[ChainId["DOSTesnet"] = 3939] = "DOSTesnet";
1536
1552
  ChainId[ChainId["DYNOMainnet"] = 3966] = "DYNOMainnet";
@@ -1551,6 +1567,7 @@ var ChainId;
1551
1567
  ChainId[ChainId["LUKSOTestnet"] = 4201] = "LUKSOTestnet";
1552
1568
  ChainId[ChainId["NexiMainnet"] = 4242] = "NexiMainnet";
1553
1569
  ChainId[ChainId["BobafujiTestnet"] = 4328] = "BobafujiTestnet";
1570
+ ChainId[ChainId["Beam"] = 4337] = "Beam";
1554
1571
  ChainId[ChainId["HtmlcoinMainnet"] = 4444] = "HtmlcoinMainnet";
1555
1572
  ChainId[ChainId["OrderlySepoliaTestnet"] = 4460] = "OrderlySepoliaTestnet";
1556
1573
  ChainId[ChainId["IoTeXNetworkMainnet"] = 4689] = "IoTeXNetworkMainnet";
@@ -1573,7 +1590,9 @@ var ChainId;
1573
1590
  ChainId[ChainId["NahmiiMainnet"] = 5551] = "NahmiiMainnet";
1574
1591
  ChainId[ChainId["NahmiiTestnet"] = 5553] = "NahmiiTestnet";
1575
1592
  ChainId[ChainId["ChainVerseMainnet"] = 5555] = "ChainVerseMainnet";
1593
+ ChainId[ChainId["OpBNBTestnet"] = 5611] = "OpBNBTestnet";
1576
1594
  ChainId[ChainId["ArcturusChainTestnet"] = 5616] = "ArcturusChainTestnet";
1595
+ ChainId[ChainId["TanssiEVMContainerChain"] = 5678] = "TanssiEVMContainerChain";
1577
1596
  ChainId[ChainId["SyscoinTanenbaumTestnet"] = 5700] = "SyscoinTanenbaumTestnet";
1578
1597
  ChainId[ChainId["HikaNetworkTestnet"] = 5729] = "HikaNetworkTestnet";
1579
1598
  ChainId[ChainId["SatoshiChainTestnet"] = 5758] = "SatoshiChainTestnet";
@@ -1628,7 +1647,7 @@ var ChainId;
1628
1647
  ChainId[ChainId["Amana"] = 8134] = "Amana";
1629
1648
  ChainId[ChainId["Flana"] = 8135] = "Flana";
1630
1649
  ChainId[ChainId["Mizana"] = 8136] = "Mizana";
1631
- ChainId[ChainId["BeOneChainTestnet"] = 8181] = "BeOneChainTestnet";
1650
+ ChainId[ChainId["TestnetBeOneChain"] = 8181] = "TestnetBeOneChain";
1632
1651
  ChainId[ChainId["KlaytnMainnetCypress"] = 8217] = "KlaytnMainnetCypress";
1633
1652
  ChainId[ChainId["BlocktonBlockchain"] = 8272] = "BlocktonBlockchain";
1634
1653
  ChainId[ChainId["KorthoTest"] = 8285] = "KorthoTest";
@@ -1796,6 +1815,7 @@ var ChainId;
1796
1815
  ChainId[ChainId["REIChainMainnet"] = 55555] = "REIChainMainnet";
1797
1816
  ChainId[ChainId["REIChainTestnet"] = 55556] = "REIChainTestnet";
1798
1817
  ChainId[ChainId["BobaBNBMainnet"] = 56288] = "BobaBNBMainnet";
1818
+ ChainId[ChainId["VELOLabsMainnet"] = 56789] = "VELOLabsMainnet";
1799
1819
  ChainId[ChainId["RolluxTestnet"] = 57000] = "RolluxTestnet";
1800
1820
  ChainId[ChainId["SepoliaPGN(PublicGoodsNetwork)"] = 58008] = "SepoliaPGN(PublicGoodsNetwork)";
1801
1821
  ChainId[ChainId["LineaTestnet"] = 59140] = "LineaTestnet";
@@ -1842,6 +1862,7 @@ var ChainId;
1842
1862
  ChainId[ChainId["MizanaMixnet"] = 81362] = "MizanaMixnet";
1843
1863
  ChainId[ChainId["MizanaPrivnet"] = 81363] = "MizanaPrivnet";
1844
1864
  ChainId[ChainId["BaseGoerliTestnet"] = 84531] = "BaseGoerliTestnet";
1865
+ ChainId[ChainId["AerieNetwork"] = 84886] = "AerieNetwork";
1845
1866
  ChainId[ChainId["CYBERTRUST"] = 85449] = "CYBERTRUST";
1846
1867
  ChainId[ChainId["ChilizScovilleTestnet"] = 88880] = "ChilizScovilleTestnet";
1847
1868
  ChainId[ChainId["IVARChainMainnet"] = 88888] = "IVARChainMainnet";
@@ -1960,6 +1981,7 @@ var ChainId;
1960
1981
  ChainId[ChainId["Kintsugi"] = 1337702] = "Kintsugi";
1961
1982
  ChainId[ChainId["Kiln"] = 1337802] = "Kiln";
1962
1983
  ChainId[ChainId["Zhejiang"] = 1337803] = "Zhejiang";
1984
+ ChainId[ChainId["DeBankTestnet"] = 2021398] = "DeBankTestnet";
1963
1985
  ChainId[ChainId["PlianMainnetMain"] = 2099156] = "PlianMainnetMain";
1964
1986
  ChainId[ChainId["PlatONDevTestnetDeprecated"] = 2203181] = "PlatONDevTestnetDeprecated";
1965
1987
  ChainId[ChainId["PlatONDevTestnet2"] = 2206132] = "PlatONDevTestnet2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revoke.cash/chains",
3
- "version": "12.0.0",
3
+ "version": "13.0.0",
4
4
  "description": "Helper module for getting EVM chains info.",
5
5
  "author": "Revoke.cash",
6
6
  "contributors": [