@revoke.cash/chains 32.0.0 → 34.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.
@@ -1220,8 +1220,8 @@ exports.chains = {
1220
1220
  'https://rpc.ankr.com/syscoin/${ANKR_API_KEY}',
1221
1221
  'https://syscoin.public-rpc.com',
1222
1222
  'wss://rpc.syscoin.org/wss',
1223
- 'https://syscoin-evm-rpc.publicnode.com',
1224
- 'wss://syscoin-evm-rpc.publicnode.com'
1223
+ 'https://syscoin-evm.publicnode.com',
1224
+ 'wss://syscoin-evm.publicnode.com'
1225
1225
  ],
1226
1226
  faucets: ['https://faucet.syscoin.org'],
1227
1227
  nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
@@ -3369,6 +3369,19 @@ exports.chains = {
3369
3369
  }
3370
3370
  ]
3371
3371
  },
3372
+ 191: {
3373
+ name: 'FileFileGo',
3374
+ chain: 'FFG',
3375
+ icon: 'ffgIcon',
3376
+ rpc: ['https://rpc.filefilego.com/rpc'],
3377
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
3378
+ faucets: [],
3379
+ nativeCurrency: { name: 'FFG', symbol: 'FFG', decimals: 18 },
3380
+ infoURL: 'https://filefilego.com',
3381
+ shortName: 'ffg',
3382
+ chainId: 191,
3383
+ networkId: 191
3384
+ },
3372
3385
  193: {
3373
3386
  name: 'Crypto Emergency',
3374
3387
  chain: 'CEM',
@@ -3981,17 +3994,23 @@ exports.chains = {
3981
3994
  ]
3982
3995
  },
3983
3996
  252: {
3984
- name: 'Fraxtal Mainnet',
3997
+ name: 'Fraxtal',
3985
3998
  chain: 'FRAX',
3986
- rpc: [],
3999
+ rpc: ['https://rpc.frax.com'],
3987
4000
  faucets: [],
3988
4001
  nativeCurrency: { name: 'Frax Ether', symbol: 'frxETH', decimals: 18 },
3989
4002
  infoURL: 'https://mainnet.frax.com',
3990
4003
  shortName: 'fraxtal',
3991
4004
  chainId: 252,
3992
4005
  networkId: 252,
3993
- explorers: [],
3994
- status: 'incubating'
4006
+ explorers: [
4007
+ {
4008
+ name: 'fraxscan',
4009
+ url: 'https://fraxscan.com',
4010
+ standard: 'EIP3091'
4011
+ }
4012
+ ],
4013
+ status: 'active'
3995
4014
  },
3996
4015
  255: {
3997
4016
  name: 'Kroma',
@@ -5596,7 +5615,12 @@ exports.chains = {
5596
5615
  570: {
5597
5616
  name: 'Rollux Mainnet',
5598
5617
  chain: 'SYS',
5599
- rpc: ['https://rpc.rollux.com', 'wss://rpc.rollux.com/wss'],
5618
+ rpc: [
5619
+ 'https://rpc.rollux.com',
5620
+ 'wss://rpc.rollux.com/wss',
5621
+ 'https://rollux.rpc.syscoin.org',
5622
+ 'wss://rollux.rpc.syscoin.org/wss'
5623
+ ],
5600
5624
  faucets: ['https://rollux.id/faucetapp'],
5601
5625
  nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
5602
5626
  infoURL: 'https://rollux.com',
@@ -5871,6 +5895,25 @@ exports.chains = {
5871
5895
  }
5872
5896
  ]
5873
5897
  },
5898
+ 646: {
5899
+ name: 'FlowEVM PreviewNet',
5900
+ chain: 'FlowEVM',
5901
+ rpc: ['https://previewnet.evm.nodes.onflow.org'],
5902
+ faucets: ['https://previewnet-faucet.onflow.org'],
5903
+ nativeCurrency: { name: 'FLOW', symbol: 'FLOW', decimals: 18 },
5904
+ infoURL: 'https://developers.flow.com/evm/about',
5905
+ shortName: 'flowevm-preview',
5906
+ chainId: 646,
5907
+ networkId: 646,
5908
+ icon: 'flowevm',
5909
+ explorers: [
5910
+ {
5911
+ name: 'Flow Diver',
5912
+ url: 'https://previewnet.flowdiver.io',
5913
+ standard: 'none'
5914
+ }
5915
+ ]
5916
+ },
5874
5917
  647: {
5875
5918
  name: 'SX Network Testnet',
5876
5919
  chain: 'SX',
@@ -6298,6 +6341,25 @@ exports.chains = {
6298
6341
  }
6299
6342
  ]
6300
6343
  },
6344
+ 747: {
6345
+ name: 'FlowEVM Mainnet',
6346
+ chain: 'FlowEVM',
6347
+ rpc: ['https://mainnet.evm.nodes.onflow.org'],
6348
+ faucets: [],
6349
+ nativeCurrency: { name: 'FLOW', symbol: 'FLOW', decimals: 18 },
6350
+ infoURL: 'https://developers.flow.com/evm/about',
6351
+ shortName: 'flowevm-mainnet',
6352
+ chainId: 747,
6353
+ networkId: 747,
6354
+ icon: 'flowevm',
6355
+ explorers: [
6356
+ {
6357
+ name: 'Flow Diver',
6358
+ url: 'https://flowdiver.io',
6359
+ standard: 'none'
6360
+ }
6361
+ ]
6362
+ },
6301
6363
  766: {
6302
6364
  name: 'QL1',
6303
6365
  chain: 'QOM',
@@ -6638,6 +6700,27 @@ exports.chains = {
6638
6700
  slip44: 1,
6639
6701
  status: 'deprecated'
6640
6702
  },
6703
+ 822: {
6704
+ name: 'Runic Chain Testnet',
6705
+ chain: 'Runic',
6706
+ rpc: ['https://rpc-testnet.runic.build'],
6707
+ faucets: ['https://faucet.runic.build'],
6708
+ nativeCurrency: { name: 'Bitcoin', symbol: 'rBTC', decimals: 18 },
6709
+ infoURL: 'https://runic.build',
6710
+ shortName: 'runic-testnet',
6711
+ chainId: 822,
6712
+ networkId: 822,
6713
+ status: 'active',
6714
+ icon: 'runic-testnet',
6715
+ explorers: [
6716
+ {
6717
+ name: 'RunicScan',
6718
+ url: 'https://scan.runic.build',
6719
+ icon: 'runic-testnet',
6720
+ standard: 'EIP3091'
6721
+ }
6722
+ ]
6723
+ },
6641
6724
  831: {
6642
6725
  name: 'CheckDot Blockchain Devnet',
6643
6726
  chain: 'CDT Blockchain',
@@ -6931,8 +7014,13 @@ exports.chains = {
6931
7014
  chainId: 917,
6932
7015
  networkId: 917,
6933
7016
  slip44: 1,
6934
- explorers: [],
6935
- status: 'incubating'
7017
+ explorers: [
7018
+ {
7019
+ name: 'FireScan',
7020
+ url: 'https://rinia.firescan.io',
7021
+ standard: 'EIP3091'
7022
+ }
7023
+ ]
6936
7024
  },
6937
7025
  919: {
6938
7026
  name: 'Mode Testnet',
@@ -9138,6 +9226,29 @@ exports.chains = {
9138
9226
  }
9139
9227
  ]
9140
9228
  },
9229
+ 1617: {
9230
+ name: 'Ethereum Inscription Mainnet',
9231
+ chain: 'ETINS',
9232
+ rpc: ['https://rpc.etins.org'],
9233
+ faucets: [],
9234
+ nativeCurrency: {
9235
+ name: 'Ethereum Inscription',
9236
+ symbol: 'ETINS',
9237
+ decimals: 18
9238
+ },
9239
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
9240
+ infoURL: 'https://www.etins.org',
9241
+ shortName: 'etins',
9242
+ chainId: 1617,
9243
+ networkId: 1617,
9244
+ explorers: [
9245
+ {
9246
+ name: 'Ethereum Inscription Explorer',
9247
+ url: 'https://explorer.etins.org',
9248
+ standard: 'none'
9249
+ }
9250
+ ]
9251
+ },
9141
9252
  1618: {
9142
9253
  name: 'Catecoin Chain Mainnet',
9143
9254
  chain: 'Catechain',
@@ -10391,7 +10502,7 @@ exports.chains = {
10391
10502
  chain: 'SWAN',
10392
10503
  rpc: ['https://saturn-rpc.swanchain.io'],
10393
10504
  faucets: [],
10394
- nativeCurrency: { name: 'SWANETH', symbol: 'SWAN', decimals: 18 },
10505
+ nativeCurrency: { name: 'SWANETH', symbol: 'sETH', decimals: 18 },
10395
10506
  infoURL: 'https://swanchain.io/',
10396
10507
  shortName: 'swan',
10397
10508
  chainId: 2024,
@@ -11267,7 +11378,7 @@ exports.chains = {
11267
11378
  icon: 'karak',
11268
11379
  rpc: ['https://rpc.karak.network'],
11269
11380
  faucets: [],
11270
- nativeCurrency: { name: 'Karak', symbol: 'KRK', decimals: 18 },
11381
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
11271
11382
  infoURL: 'https://karak.network',
11272
11383
  shortName: 'karak-mainnet',
11273
11384
  chainId: 2410,
@@ -11438,6 +11549,26 @@ exports.chains = {
11438
11549
  chainId: 2522,
11439
11550
  networkId: 2522,
11440
11551
  slip44: 1,
11552
+ explorers: [
11553
+ {
11554
+ name: 'fraxscan',
11555
+ url: 'https://holesky.fraxscan.com',
11556
+ standard: 'EIP3091'
11557
+ }
11558
+ ],
11559
+ status: 'active'
11560
+ },
11561
+ 2525: {
11562
+ name: 'inEVM Mainnet',
11563
+ chain: 'inEVM',
11564
+ icon: 'inevm',
11565
+ rpc: ['https://mainnet.rpc.inevm.com/http'],
11566
+ faucets: [],
11567
+ nativeCurrency: { name: 'Injective', symbol: 'INJ', decimals: 18 },
11568
+ infoURL: 'https://inevm.com',
11569
+ shortName: 'inevm',
11570
+ chainId: 2525,
11571
+ networkId: 2525,
11441
11572
  explorers: [],
11442
11573
  status: 'active'
11443
11574
  },
@@ -11578,6 +11709,21 @@ exports.chains = {
11578
11709
  }
11579
11710
  ]
11580
11711
  },
11712
+ 2662: {
11713
+ name: 'APEX',
11714
+ status: 'incubating',
11715
+ chain: 'ETH',
11716
+ rpc: [],
11717
+ faucets: [],
11718
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
11719
+ infoURL: 'https://apexlayer.xyz/',
11720
+ shortName: 'apexmainnet',
11721
+ chainId: 2662,
11722
+ networkId: 2662,
11723
+ icon: 'apexmainnet',
11724
+ explorers: [],
11725
+ parent: { type: 'L2', chain: 'eip155-1' }
11726
+ },
11581
11727
  2710: {
11582
11728
  name: 'Morph Testnet',
11583
11729
  chain: 'ETH',
@@ -11808,12 +11954,12 @@ exports.chains = {
11808
11954
  title: 'Bifrost Network Mainnet',
11809
11955
  chain: 'BFC',
11810
11956
  rpc: [
11811
- 'https://public-01.mainnet.thebifrost.io/rpc',
11812
- 'https://public-02.mainnet.thebifrost.io/rpc'
11957
+ 'https://public-01.mainnet.bifrostnetwork.com/rpc',
11958
+ 'https://public-02.mainnet.bifrostnetwork.com/rpc'
11813
11959
  ],
11814
11960
  faucets: [],
11815
11961
  nativeCurrency: { name: 'Bifrost', symbol: 'BFC', decimals: 18 },
11816
- infoURL: 'https://thebifrost.io',
11962
+ infoURL: 'https://bifrostnetwork.com',
11817
11963
  shortName: 'bfc',
11818
11964
  chainId: 3068,
11819
11965
  networkId: 3068,
@@ -11821,7 +11967,7 @@ exports.chains = {
11821
11967
  explorers: [
11822
11968
  {
11823
11969
  name: 'explorer-thebifrost',
11824
- url: 'https://explorer.mainnet.thebifrost.io',
11970
+ url: 'https://explorer.mainnet.bifrostnetwork.com',
11825
11971
  standard: 'EIP3091'
11826
11972
  }
11827
11973
  ]
@@ -12097,6 +12243,11 @@ exports.chains = {
12097
12243
  name: '3xpl',
12098
12244
  url: 'https://3xpl.com/botanix',
12099
12245
  standard: 'EIP3091'
12246
+ },
12247
+ {
12248
+ name: 'Blockscout',
12249
+ url: 'https://blockscout.botanixlabs.dev',
12250
+ standard: 'EIP3091'
12100
12251
  }
12101
12252
  ]
12102
12253
  },
@@ -12270,6 +12421,31 @@ exports.chains = {
12270
12421
  }
12271
12422
  ]
12272
12423
  },
12424
+ 3776: {
12425
+ name: 'Astar zkEVM',
12426
+ shortName: 'astrzk',
12427
+ title: 'Astar zkEVM Mainnet',
12428
+ chain: 'ETH',
12429
+ icon: 'astar',
12430
+ rpc: ['https://rpc.startale.com/astar-zkevm'],
12431
+ faucets: [],
12432
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
12433
+ infoURL: 'https://astar.network',
12434
+ chainId: 3776,
12435
+ networkId: 3776,
12436
+ explorers: [
12437
+ {
12438
+ name: 'Blockscout Astar zkEVM explorer',
12439
+ url: 'https://astar-zkevm.explorer.startale.com',
12440
+ standard: 'EIP3091'
12441
+ }
12442
+ ],
12443
+ parent: {
12444
+ type: 'L2',
12445
+ chain: 'eip155-1',
12446
+ bridges: [{ url: 'https://portal.astar.network' }]
12447
+ }
12448
+ },
12273
12449
  3797: {
12274
12450
  name: 'AlveyChain Mainnet',
12275
12451
  chain: 'ALV',
@@ -12324,14 +12500,14 @@ exports.chains = {
12324
12500
  ]
12325
12501
  },
12326
12502
  3885: {
12327
- name: 'Firechain zkEVM Testnet',
12328
- title: 'Firechain zkEVM Ghostrider',
12503
+ name: 'Firechain zkEVM Ghostrider',
12504
+ title: 'Firechain zkEVM Testnet',
12329
12505
  chain: 'Firechain',
12330
12506
  rpc: ['https://rpc-zkevm-ghostrider.thefirechain.com'],
12331
12507
  faucets: ['zkevm-faucet.thefirechain.com'],
12332
12508
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
12333
12509
  infoURL: 'https://docs.thefirechain.com/',
12334
- shortName: 'firechain-zkEVM-ghostrider',
12510
+ shortName: 'firechain-zkEVM-testnet',
12335
12511
  chainId: 3885,
12336
12512
  networkId: 3885,
12337
12513
  explorers: []
@@ -12458,7 +12634,7 @@ exports.chains = {
12458
12634
  3993: {
12459
12635
  name: 'APEX Testnet',
12460
12636
  chain: 'ETH',
12461
- rpc: ['https://exp-testnet.apexlayer.xyz'],
12637
+ rpc: ['https://rpc-testnet.apexlayer.xyz'],
12462
12638
  faucets: ['https://sepoliafaucet.com/'],
12463
12639
  nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
12464
12640
  infoURL: 'https://docs.apexlayer.xyz/',
@@ -12791,6 +12967,26 @@ exports.chains = {
12791
12967
  }
12792
12968
  ]
12793
12969
  },
12970
+ 4157: {
12971
+ name: 'CrossFi Testnet',
12972
+ title: 'CrossFi Testnet',
12973
+ chain: 'XFI',
12974
+ rpc: ['https://rpc.testnet.ms'],
12975
+ faucets: [],
12976
+ nativeCurrency: { name: 'XFI', symbol: 'XFI', decimals: 18 },
12977
+ infoURL: 'https://crossfi.org/',
12978
+ shortName: 'crossfi-testnet',
12979
+ chainId: 4157,
12980
+ networkId: 4157,
12981
+ slip44: 1,
12982
+ explorers: [
12983
+ {
12984
+ name: 'CrossFi Testnet Scan',
12985
+ url: 'https://scan.testnet.ms',
12986
+ standard: 'EIP3091'
12987
+ }
12988
+ ]
12989
+ },
12794
12990
  4181: {
12795
12991
  name: 'PHI Network V1',
12796
12992
  chain: 'PHI V1',
@@ -13697,8 +13893,8 @@ exports.chains = {
13697
13893
  rpc: [
13698
13894
  'https://rpc.tanenbaum.io',
13699
13895
  'wss://rpc.tanenbaum.io/wss',
13700
- 'https://syscoin-tanenbaum-evm-rpc.publicnode.com',
13701
- 'wss://syscoin-tanenbaum-evm-rpc.publicnode.com'
13896
+ 'https://syscoin-tanenbaum-evm.publicnode.com',
13897
+ 'wss://syscoin-tanenbaum-evm.publicnode.com'
13702
13898
  ],
13703
13899
  faucets: ['https://faucet.tanenbaum.io'],
13704
13900
  nativeCurrency: { name: 'Testnet Syscoin', symbol: 'tSYS', decimals: 18 },
@@ -14567,14 +14763,9 @@ exports.chains = {
14567
14763
  chain: 'Canto',
14568
14764
  rpc: [
14569
14765
  'https://canto.slingshot.finance',
14570
- 'https://canto.neobase.one',
14766
+ 'https://canto-rpc.ansybl.io',
14571
14767
  'https://mainnode.plexnode.org:8545',
14572
- 'https://canto.gravitychain.io/',
14573
- 'https://canto.evm.chandrastation.com/',
14574
- 'https://jsonrpc.canto.nodestake.top/',
14575
- 'https://canto.dexvaults.com/',
14576
- 'wss://canto.gravitychain.io:8546',
14577
- 'wss://canto.dexvaults.com/ws'
14768
+ 'https://canto.gravitychain.io/'
14578
14769
  ],
14579
14770
  faucets: [],
14580
14771
  nativeCurrency: { name: 'Canto', symbol: 'CANTO', decimals: 18 },
@@ -14584,19 +14775,14 @@ exports.chains = {
14584
14775
  networkId: 7700,
14585
14776
  explorers: [
14586
14777
  {
14587
- name: 'Canto EVM Explorer (Blockscout)',
14588
- url: 'https://evm.explorer.canto.io',
14589
- standard: 'none'
14590
- },
14591
- {
14592
- name: 'Canto Cosmos Explorer',
14593
- url: 'https://cosmos-explorers.neobase.one',
14594
- standard: 'none'
14778
+ name: 'Canto Explorer (OKLink)',
14779
+ url: 'https://www.oklink.com/canto',
14780
+ standard: 'EIP3091'
14595
14781
  },
14596
14782
  {
14597
14783
  name: 'Canto EVM Explorer (Blockscout)',
14598
14784
  url: 'https://tuber.build',
14599
- standard: 'none'
14785
+ standard: 'EIP3091'
14600
14786
  },
14601
14787
  {
14602
14788
  name: 'dexguru',
@@ -16961,22 +17147,6 @@ exports.chains = {
16961
17147
  ],
16962
17148
  parent: { type: 'L2', chain: 'eip155-43113' }
16963
17149
  },
16964
- 12611: {
16965
- name: 'Astar zkEVM',
16966
- shortName: 'astrzk',
16967
- title: 'Astar zkEVM Mainnet',
16968
- chain: 'ETH',
16969
- icon: 'astarzk',
16970
- rpc: [],
16971
- faucets: [],
16972
- nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
16973
- infoURL: 'https://astar.network',
16974
- chainId: 12611,
16975
- networkId: 12611,
16976
- explorers: [],
16977
- parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
16978
- status: 'incubating'
16979
- },
16980
17150
  12715: {
16981
17151
  name: 'Rikeza Network Testnet',
16982
17152
  title: 'Rikeza Network Testnet',
@@ -17765,6 +17935,29 @@ exports.chains = {
17765
17935
  ],
17766
17936
  parent: { type: 'L2', chain: 'eip155-248' }
17767
17937
  },
17938
+ 19224: {
17939
+ name: 'Decentraconnect Social',
17940
+ chain: 'DCSM',
17941
+ icon: 'dcsmIcon',
17942
+ rpc: ['https://rpc.decentraconnect.io'],
17943
+ faucets: [],
17944
+ nativeCurrency: {
17945
+ name: 'Decentraconnect Social',
17946
+ symbol: 'DCSM',
17947
+ decimals: 18
17948
+ },
17949
+ infoURL: 'https://docs.decentraconnect.io',
17950
+ shortName: 'DCSMs',
17951
+ chainId: 19224,
17952
+ networkId: 19224,
17953
+ explorers: [
17954
+ {
17955
+ name: 'Decentraconnect Social',
17956
+ url: 'https://decentraconnect.io',
17957
+ standard: 'EIP3091'
17958
+ }
17959
+ ]
17960
+ },
17768
17961
  19527: {
17769
17962
  name: 'Magnet Network',
17770
17963
  chain: 'Magnet',
@@ -19408,12 +19601,12 @@ exports.chains = {
19408
19601
  title: 'Bifrost Network Testnet',
19409
19602
  chain: 'BFC',
19410
19603
  rpc: [
19411
- 'https://public-01.testnet.thebifrost.io/rpc',
19412
- 'https://public-02.testnet.thebifrost.io/rpc'
19604
+ 'https://public-01.testnet.bifrostnetwork.com/rpc',
19605
+ 'https://public-02.testnet.bifrostnetwork.com/rpc'
19413
19606
  ],
19414
19607
  faucets: [],
19415
19608
  nativeCurrency: { name: 'Bifrost', symbol: 'BFC', decimals: 18 },
19416
- infoURL: 'https://thebifrost.io',
19609
+ infoURL: 'https://bifrostnetwork.com',
19417
19610
  shortName: 'tbfc',
19418
19611
  chainId: 49088,
19419
19612
  networkId: 49088,
@@ -19422,7 +19615,7 @@ exports.chains = {
19422
19615
  explorers: [
19423
19616
  {
19424
19617
  name: 'explorer-thebifrost',
19425
- url: 'https://explorer.testnet.thebifrost.io',
19618
+ url: 'https://explorer.testnet.bifrostnetwork.com',
19426
19619
  standard: 'EIP3091'
19427
19620
  }
19428
19621
  ]
@@ -19816,7 +20009,9 @@ exports.chains = {
19816
20009
  rpc: [
19817
20010
  'https://rpc-tanenbaum.rollux.com',
19818
20011
  'https://rpc.ankr.com/rollux_testnet/${ANKR_API_KEY}',
19819
- 'wss://rpc-tanenbaum.rollux.com/wss'
20012
+ 'wss://rpc-tanenbaum.rollux.com/wss',
20013
+ 'https://rollux.rpc.tanenbaum.io',
20014
+ 'wss://rollux.rpc.tanenbaum.io/wss'
19820
20015
  ],
19821
20016
  faucets: ['https://rollux.id/faucetapp'],
19822
20017
  nativeCurrency: { name: 'Testnet Syscoin', symbol: 'TSYS', decimals: 18 },
@@ -20943,9 +21138,15 @@ exports.chains = {
20943
21138
  },
20944
21139
  81457: {
20945
21140
  name: 'Blast',
20946
- status: 'incubating',
21141
+ status: 'active',
20947
21142
  chain: 'ETH',
20948
- rpc: [],
21143
+ rpc: [
21144
+ 'https://rpc.blast.io',
21145
+ 'https://rpc.ankr.com/blast',
21146
+ 'https://blast.din.dev/rpc',
21147
+ 'https://blastl2-mainnet.public.blastapi.io',
21148
+ 'https://blast.blockpi.network/v1/rpc/public'
21149
+ ],
20949
21150
  faucets: [],
20950
21151
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
20951
21152
  infoURL: 'https://blast.io/',
@@ -20953,7 +21154,20 @@ exports.chains = {
20953
21154
  chainId: 81457,
20954
21155
  networkId: 81457,
20955
21156
  icon: 'blast',
20956
- explorers: [],
21157
+ explorers: [
21158
+ {
21159
+ name: 'Blastscan',
21160
+ url: 'https://blastscan.io',
21161
+ icon: 'blast',
21162
+ standard: 'EIP3091'
21163
+ },
21164
+ {
21165
+ name: 'Blast Explorer',
21166
+ url: 'https://blastexplorer.io',
21167
+ icon: 'blast',
21168
+ standard: 'EIP3091'
21169
+ }
21170
+ ],
20957
21171
  parent: { type: 'L2', chain: 'eip155-1' }
20958
21172
  },
20959
21173
  81720: {
@@ -21035,7 +21249,7 @@ exports.chains = {
21035
21249
  name: 'Base Sepolia Testnet',
21036
21250
  chain: 'ETH',
21037
21251
  rpc: [
21038
- 'https://https://sepolia.base.org',
21252
+ 'https://sepolia.base.org',
21039
21253
  'https://base-sepolia-rpc.publicnode.com',
21040
21254
  'wss://base-sepolia-rpc.publicnode.com'
21041
21255
  ],
@@ -22422,6 +22636,26 @@ exports.chains = {
22422
22636
  }
22423
22637
  ]
22424
22638
  },
22639
+ 205205: {
22640
+ name: 'Auroria Testnet',
22641
+ title: 'Stratis Testnet Auroria',
22642
+ chain: 'Auroria',
22643
+ rpc: ['https://auroria.rpc.stratisevm.com'],
22644
+ faucets: ['https://auroria.faucet.stratisevm.com'],
22645
+ nativeCurrency: { name: 'Auroria Stratis', symbol: 'tSTRAX', decimals: 18 },
22646
+ infoURL: 'https://www.stratisplatform.com',
22647
+ shortName: 'auroria',
22648
+ chainId: 205205,
22649
+ networkId: 205205,
22650
+ icon: 'auroria',
22651
+ explorers: [
22652
+ {
22653
+ name: 'Auroria Testnet Explorer',
22654
+ url: 'https://auroria.explorer.stratisevm.com',
22655
+ standard: 'EIP3091'
22656
+ }
22657
+ ]
22658
+ },
22425
22659
  210425: {
22426
22660
  name: 'PlatON Mainnet',
22427
22661
  chain: 'PlatON',
@@ -22507,6 +22741,48 @@ exports.chains = {
22507
22741
  }
22508
22742
  ]
22509
22743
  },
22744
+ 222555: {
22745
+ name: 'DeepL Mainnet',
22746
+ chain: 'DEEPL',
22747
+ rpc: ['https://rpc.deeplnetwork.org'],
22748
+ faucets: [],
22749
+ nativeCurrency: { name: 'DeepL', symbol: 'DEEPL', decimals: 18 },
22750
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
22751
+ infoURL: 'https://deeplnetwork.org',
22752
+ shortName: 'deepl',
22753
+ chainId: 222555,
22754
+ networkId: 222555,
22755
+ icon: 'deepl',
22756
+ explorers: [
22757
+ {
22758
+ name: 'DeepL Mainnet Explorer',
22759
+ url: 'https://scan.deeplnetwork.org',
22760
+ icon: 'deepl',
22761
+ standard: 'EIP3091'
22762
+ }
22763
+ ]
22764
+ },
22765
+ 222666: {
22766
+ name: 'DeepL Testnet',
22767
+ chain: 'DEEPL',
22768
+ rpc: ['https://testnet.deeplnetwork.org'],
22769
+ faucets: ['https://faucet.deeplnetwork.org'],
22770
+ nativeCurrency: { name: 'DeepL', symbol: 'DEEPL', decimals: 18 },
22771
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
22772
+ infoURL: 'https://deeplnetwork.org',
22773
+ shortName: 'tdeepl',
22774
+ chainId: 222666,
22775
+ networkId: 222666,
22776
+ icon: 'deepl',
22777
+ explorers: [
22778
+ {
22779
+ name: 'DeepL Testnet Explorer',
22780
+ url: 'https://testnet-scan.deeplnetwork.org',
22781
+ icon: 'deepl',
22782
+ standard: 'EIP3091'
22783
+ }
22784
+ ]
22785
+ },
22510
22786
  224168: {
22511
22787
  name: 'Taf ECO Chain Mainnet',
22512
22788
  chain: 'Taf ECO Chain',
@@ -23397,22 +23673,22 @@ exports.chains = {
23397
23673
  ]
23398
23674
  },
23399
23675
  513100: {
23400
- name: 'ethereum Fair',
23676
+ name: 'DisChain',
23401
23677
  chainId: 513100,
23402
23678
  networkId: 513100,
23403
- shortName: 'ethf',
23404
- chain: 'ETHF',
23405
- nativeCurrency: { name: 'EthereumFair', symbol: 'ETHF', decimals: 18 },
23406
- rpc: ['https://rpc.etherfair.org'],
23679
+ shortName: 'dis',
23680
+ chain: 'DIS',
23681
+ nativeCurrency: { name: 'DisChain', symbol: 'DIS', decimals: 18 },
23682
+ rpc: ['https://rpc.dischain.xyz'],
23407
23683
  faucets: [],
23408
23684
  explorers: [
23409
23685
  {
23410
- name: 'etherfair',
23411
- url: 'https://www.oklink.com/ethf',
23686
+ name: 'DisChain',
23687
+ url: 'https://www.oklink.com/dis',
23412
23688
  standard: 'EIP3091'
23413
23689
  }
23414
23690
  ],
23415
- infoURL: 'https://etherfair.org'
23691
+ infoURL: 'https://dischain.xyz'
23416
23692
  },
23417
23693
  534351: {
23418
23694
  name: 'Scroll Sepolia Testnet',
@@ -23664,6 +23940,25 @@ exports.chains = {
23664
23940
  }
23665
23941
  ]
23666
23942
  },
23943
+ 710420: {
23944
+ name: 'Tiltyard Mainnet Subnet',
23945
+ chain: 'TILTYARD',
23946
+ rpc: ['https://subnets.avax.network/tiltyard/mainnet/rpc'],
23947
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
23948
+ faucets: [],
23949
+ nativeCurrency: { name: 'TILT', symbol: 'TILT', decimals: 18 },
23950
+ infoURL: 'https://play.tiltyard.gg/',
23951
+ shortName: 'tiltyardmainnet',
23952
+ chainId: 710420,
23953
+ networkId: 710420,
23954
+ explorers: [
23955
+ {
23956
+ name: 'TILTYARD Explorer',
23957
+ url: 'https://subnets.avax.network/tiltyard',
23958
+ standard: 'EIP3091'
23959
+ }
23960
+ ]
23961
+ },
23667
23962
  713715: {
23668
23963
  name: 'Sei Devnet',
23669
23964
  chain: 'Sei',
@@ -23775,6 +24070,58 @@ exports.chains = {
23775
24070
  }
23776
24071
  ]
23777
24072
  },
24073
+ 810180: {
24074
+ name: 'zkLink Nova Mainnet',
24075
+ chain: 'ETH',
24076
+ rpc: ['https://rpc.zklink.io', 'wss://rpc.zklink.io'],
24077
+ faucets: [],
24078
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
24079
+ infoURL: 'https://zklink.io',
24080
+ shortName: 'zklink-nova',
24081
+ chainId: 810180,
24082
+ networkId: 810180,
24083
+ slip44: 1,
24084
+ icon: 'zklink-nova',
24085
+ explorers: [
24086
+ {
24087
+ name: 'zkLink Nova Block Explorer',
24088
+ url: 'https://explorer.zklink.io',
24089
+ icon: 'zklink-nova',
24090
+ standard: 'EIP3091'
24091
+ }
24092
+ ],
24093
+ parent: {
24094
+ type: 'L2',
24095
+ chain: 'eip155-59144',
24096
+ bridges: [{ url: 'https://portal.zklink.io' }]
24097
+ }
24098
+ },
24099
+ 810182: {
24100
+ name: 'zkLink Nova Goerli Testnet',
24101
+ chain: 'ETH',
24102
+ rpc: ['https://goerli.rpc.zklink.io', 'wss://goerli.rpc.zklink.io'],
24103
+ faucets: [],
24104
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
24105
+ infoURL: 'https://zklink.io',
24106
+ shortName: 'zklink-nova-goerli',
24107
+ chainId: 810182,
24108
+ networkId: 810182,
24109
+ slip44: 1,
24110
+ icon: 'zklink-nova',
24111
+ explorers: [
24112
+ {
24113
+ name: 'zkLink Nova Block Explorer',
24114
+ url: 'https://goerli.explorer.zklink.io',
24115
+ icon: 'zklink-nova',
24116
+ standard: 'EIP3091'
24117
+ }
24118
+ ],
24119
+ parent: {
24120
+ type: 'L2',
24121
+ chain: 'eip155-59140',
24122
+ bridges: [{ url: 'https://goerli.portal.zklink.io' }]
24123
+ }
24124
+ },
23778
24125
  827431: {
23779
24126
  name: 'CURVE Mainnet',
23780
24127
  chain: 'CURVE',
@@ -24502,6 +24849,37 @@ exports.chains = {
24502
24849
  }
24503
24850
  ]
24504
24851
  },
24852
+ 6038361: {
24853
+ name: 'Astar zKyoto',
24854
+ shortName: 'azkyt',
24855
+ title: 'Astar zkEVM Testnet zKyoto',
24856
+ chain: 'ETH',
24857
+ icon: 'astarzk',
24858
+ rpc: [
24859
+ 'https://rpc.startale.com/zkyoto',
24860
+ 'https://rpc.zkyoto.gelato.digital'
24861
+ ],
24862
+ faucets: [],
24863
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
24864
+ infoURL: 'https://astar.network',
24865
+ chainId: 6038361,
24866
+ networkId: 6038361,
24867
+ explorers: [
24868
+ {
24869
+ name: 'Blockscout zKyoto explorer',
24870
+ url: 'https://astar-zkyoto.blockscout.com',
24871
+ standard: 'EIP3091'
24872
+ }
24873
+ ],
24874
+ parent: {
24875
+ type: 'L2',
24876
+ chain: 'eip155-11155111',
24877
+ bridges: [
24878
+ { url: 'https://portal.astar.network' },
24879
+ { url: 'https://bridge.gelato.network/bridge/astar-zkyoto' }
24880
+ ]
24881
+ }
24882
+ },
24505
24883
  7225878: {
24506
24884
  name: 'Saakuru Mainnet',
24507
24885
  chain: 'Saakuru',
@@ -25192,6 +25570,27 @@ exports.chains = {
25192
25570
  },
25193
25571
  65010001: {
25194
25572
  name: 'Autonity Bakerloo (Barada) Testnet',
25573
+ status: 'deprecated',
25574
+ chain: 'AUT',
25575
+ rpc: [],
25576
+ faucets: ['https://faucet.autonity.org/'],
25577
+ nativeCurrency: { name: 'Bakerloo Auton', symbol: 'ATN', decimals: 18 },
25578
+ infoURL: 'https://autonity.org/',
25579
+ shortName: 'bakerloo-01',
25580
+ chainId: 65010001,
25581
+ networkId: 65010001,
25582
+ slip44: 1,
25583
+ icon: 'autonity',
25584
+ explorers: [
25585
+ {
25586
+ name: 'autonity-blockscout',
25587
+ url: 'https://bakerloo.autonity.org',
25588
+ standard: 'EIP3091'
25589
+ }
25590
+ ]
25591
+ },
25592
+ 65010002: {
25593
+ name: 'Autonity Bakerloo (Sumida) Testnet',
25195
25594
  chain: 'AUT',
25196
25595
  rpc: [
25197
25596
  'https://rpc1.bakerloo.autonity.org/',
@@ -25200,9 +25599,9 @@ exports.chains = {
25200
25599
  faucets: ['https://faucet.autonity.org/'],
25201
25600
  nativeCurrency: { name: 'Bakerloo Auton', symbol: 'ATN', decimals: 18 },
25202
25601
  infoURL: 'https://autonity.org/',
25203
- shortName: 'bakerloo-01',
25204
- chainId: 65010001,
25205
- networkId: 65010001,
25602
+ shortName: 'bakerloo-02',
25603
+ chainId: 65010002,
25604
+ networkId: 65010002,
25206
25605
  slip44: 1,
25207
25606
  icon: 'autonity',
25208
25607
  explorers: [
@@ -25236,6 +25635,27 @@ exports.chains = {
25236
25635
  },
25237
25636
  65100001: {
25238
25637
  name: 'Autonity Piccadilly (Barada) Testnet',
25638
+ status: 'deprecated',
25639
+ chain: 'AUT',
25640
+ rpc: [],
25641
+ faucets: [],
25642
+ nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
25643
+ infoURL: 'https://autonity.org/',
25644
+ shortName: 'piccadilly-01',
25645
+ chainId: 65100001,
25646
+ networkId: 65100001,
25647
+ slip44: 1,
25648
+ icon: 'autonity',
25649
+ explorers: [
25650
+ {
25651
+ name: 'autonity-blockscout',
25652
+ url: 'https://piccadilly.autonity.org',
25653
+ standard: 'EIP3091'
25654
+ }
25655
+ ]
25656
+ },
25657
+ 65100002: {
25658
+ name: 'Autonity Piccadilly (Sumida) Testnet',
25239
25659
  chain: 'AUT',
25240
25660
  rpc: [
25241
25661
  'https://rpc1.piccadilly.autonity.org/',
@@ -25244,9 +25664,9 @@ exports.chains = {
25244
25664
  faucets: [],
25245
25665
  nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
25246
25666
  infoURL: 'https://autonity.org/',
25247
- shortName: 'piccadilly-01',
25248
- chainId: 65100001,
25249
- networkId: 65100001,
25667
+ shortName: 'piccadilly-02',
25668
+ chainId: 65100002,
25669
+ networkId: 65100002,
25250
25670
  slip44: 1,
25251
25671
  icon: 'autonity',
25252
25672
  explorers: [
@@ -25658,6 +26078,20 @@ exports.chains = {
25658
26078
  }
25659
26079
  ]
25660
26080
  },
26081
+ 666666666: {
26082
+ name: 'Degen Chain',
26083
+ title: 'Degen Chain',
26084
+ chain: 'Degen',
26085
+ rpc: ['https://rpc.degen.tips'],
26086
+ faucets: [],
26087
+ nativeCurrency: { name: 'DEGEN', symbol: 'DEGEN', decimals: 18 },
26088
+ infoURL: 'https://degen.tips',
26089
+ shortName: 'degen-chain',
26090
+ chainId: 666666666,
26091
+ networkId: 666666666,
26092
+ status: 'incubating',
26093
+ icon: 'degen'
26094
+ },
25661
26095
  888888888: {
25662
26096
  name: 'Ancient8',
25663
26097
  chain: 'Ancient8',