@revoke.cash/chains 7.1.0 → 9.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.
@@ -1033,13 +1033,13 @@ exports.chains = {
1033
1033
  ]
1034
1034
  },
1035
1035
  56: {
1036
- name: 'Binance Smart Chain Mainnet',
1036
+ name: 'BNB Smart Chain Mainnet',
1037
1037
  chain: 'BSC',
1038
1038
  rpc: [
1039
- 'https://bsc-dataseed1.binance.org',
1040
- 'https://bsc-dataseed2.binance.org',
1041
- 'https://bsc-dataseed3.binance.org',
1042
- 'https://bsc-dataseed4.binance.org',
1039
+ 'https://bsc-dataseed1.bnbchain.org',
1040
+ 'https://bsc-dataseed2.bnbchain.org',
1041
+ 'https://bsc-dataseed3.bnbchain.org',
1042
+ 'https://bsc-dataseed4.bnbchain.org',
1043
1043
  'https://bsc-dataseed1.defibit.io',
1044
1044
  'https://bsc-dataseed2.defibit.io',
1045
1045
  'https://bsc-dataseed3.defibit.io',
@@ -1053,11 +1053,11 @@ exports.chains = {
1053
1053
  ],
1054
1054
  faucets: ['https://free-online-app.com/faucet-for-eth-evm-chains/'],
1055
1055
  nativeCurrency: {
1056
- name: 'Binance Chain Native Token',
1056
+ name: 'BNB Chain Native Token',
1057
1057
  symbol: 'BNB',
1058
1058
  decimals: 18
1059
1059
  },
1060
- infoURL: 'https://www.binance.org',
1060
+ infoURL: 'https://www.bnbchain.org/en',
1061
1061
  shortName: 'bnb',
1062
1062
  chainId: 56,
1063
1063
  networkId: 56,
@@ -1820,24 +1820,24 @@ exports.chains = {
1820
1820
  redFlags: ['reusedChainId']
1821
1821
  },
1822
1822
  97: {
1823
- name: 'Binance Smart Chain Testnet',
1823
+ name: 'BNB Smart Chain Testnet',
1824
1824
  chain: 'BSC',
1825
1825
  rpc: [
1826
- 'https://data-seed-prebsc-1-s1.binance.org:8545',
1827
- 'https://data-seed-prebsc-2-s1.binance.org:8545',
1828
- 'https://data-seed-prebsc-1-s2.binance.org:8545',
1829
- 'https://data-seed-prebsc-2-s2.binance.org:8545',
1830
- 'https://data-seed-prebsc-1-s3.binance.org:8545',
1831
- 'https://data-seed-prebsc-2-s3.binance.org:8545',
1826
+ 'https://data-seed-prebsc-1-s1.bnbchain.org:8545',
1827
+ 'https://data-seed-prebsc-2-s1.bnbchain.org:8545',
1828
+ 'https://data-seed-prebsc-1-s2.bnbchain.org:8545',
1829
+ 'https://data-seed-prebsc-2-s2.bnbchain.org:8545',
1830
+ 'https://data-seed-prebsc-1-s3.bnbchain.org:8545',
1831
+ 'https://data-seed-prebsc-2-s3.bnbchain.org:8545',
1832
1832
  'https://bsc-testnet.publicnode.com'
1833
1833
  ],
1834
- faucets: ['https://testnet.binance.org/faucet-smart'],
1834
+ faucets: ['https://testnet.bnbchain.org/faucet-smart'],
1835
1835
  nativeCurrency: {
1836
- name: 'Binance Chain Native Token',
1836
+ name: 'BNB Chain Native Token',
1837
1837
  symbol: 'tBNB',
1838
1838
  decimals: 18
1839
1839
  },
1840
- infoURL: 'https://testnet.binance.org/',
1840
+ infoURL: 'https://www.bnbchain.org/en',
1841
1841
  shortName: 'bnbt',
1842
1842
  chainId: 97,
1843
1843
  networkId: 97,
@@ -3356,6 +3356,25 @@ exports.chains = {
3356
3356
  { name: 'hscan', url: 'https://hscan.org', standard: 'EIP3091' }
3357
3357
  ]
3358
3358
  },
3359
+ 271: {
3360
+ name: 'EgonCoin Mainnet',
3361
+ chain: 'EGON',
3362
+ icon: 'egonicon',
3363
+ rpc: ['https://rpc.egcscan.com'],
3364
+ faucets: ['https://faucet.egcscan.com'],
3365
+ nativeCurrency: { name: 'EgonCoin', symbol: 'EGON', decimals: 18 },
3366
+ infoURL: 'https://egcscan.com',
3367
+ shortName: 'EGONm',
3368
+ chainId: 271,
3369
+ networkId: 271,
3370
+ explorers: [
3371
+ {
3372
+ name: 'EgonCoin Mainnet',
3373
+ url: 'https://egcscan.com',
3374
+ standard: 'EIP3091'
3375
+ }
3376
+ ]
3377
+ },
3359
3378
  274: {
3360
3379
  name: 'LaChain',
3361
3380
  chain: 'LaChain',
@@ -3408,7 +3427,14 @@ exports.chains = {
3408
3427
  288: {
3409
3428
  name: 'Boba Network',
3410
3429
  chain: 'ETH',
3411
- rpc: ['https://mainnet.boba.network/'],
3430
+ rpc: [
3431
+ 'https://mainnet.boba.network',
3432
+ 'https://replica.boba.network',
3433
+ 'http://boba-ethereum.gateway.tenderly.co',
3434
+ 'http://gateway.tenderly.co/public/boba-ethereum',
3435
+ 'wss://boba-ethereum.gateway.tenderly.co/',
3436
+ 'wss://gateway.tenderly.co/public/boba-ethereum'
3437
+ ],
3412
3438
  faucets: [],
3413
3439
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
3414
3440
  infoURL: 'https://boba.network',
@@ -3992,6 +4018,26 @@ exports.chains = {
3992
4018
  }
3993
4019
  ]
3994
4020
  },
4021
+ 411: {
4022
+ name: 'Pepe Chain Mainnet',
4023
+ chain: 'PC',
4024
+ status: 'active',
4025
+ icon: 'pepechain',
4026
+ rpc: ['https://rpc.pepe-chain.vip'],
4027
+ faucets: [],
4028
+ nativeCurrency: { name: 'Pepe', symbol: 'PEPE', decimals: 18 },
4029
+ infoURL: 'https://pepe-chain.vip',
4030
+ shortName: 'pepe',
4031
+ chainId: 411,
4032
+ networkId: 411,
4033
+ explorers: [
4034
+ {
4035
+ name: 'pepechain explorer',
4036
+ url: 'https://explorer.pepe-chain.vip',
4037
+ standard: 'EIP3091'
4038
+ }
4039
+ ]
4040
+ },
3995
4041
  416: {
3996
4042
  name: 'SX Network Mainnet',
3997
4043
  chain: 'SX',
@@ -4045,6 +4091,32 @@ exports.chains = {
4045
4091
  chainId: 420,
4046
4092
  networkId: 420
4047
4093
  },
4094
+ 424: {
4095
+ name: 'PGN (Public Goods Network)',
4096
+ chain: 'ETH',
4097
+ rpc: ['https://rpc.publicgoods.network'],
4098
+ faucets: [],
4099
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
4100
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
4101
+ infoURL: 'https://publicgoods.network/',
4102
+ shortName: 'PGN',
4103
+ chainId: 424,
4104
+ networkId: 424,
4105
+ icon: 'publicGoodsNetwork',
4106
+ explorers: [
4107
+ {
4108
+ name: 'blockscout',
4109
+ url: 'https://explorer.publicgoods.network',
4110
+ icon: 'blockscout',
4111
+ standard: 'EIP3091'
4112
+ }
4113
+ ],
4114
+ parent: {
4115
+ type: 'L2',
4116
+ chain: 'eip155-1',
4117
+ bridges: [{ url: 'https://bridge.publicgoods.network' }]
4118
+ }
4119
+ },
4048
4120
  427: {
4049
4121
  name: 'Zeeth Chain',
4050
4122
  chain: 'ZeethChain',
@@ -4731,6 +4803,24 @@ exports.chains = {
4731
4803
  }
4732
4804
  ]
4733
4805
  },
4806
+ 742: {
4807
+ name: 'Script Testnet',
4808
+ chain: 'SPAY',
4809
+ rpc: ['https://testeth-rpc-api.script.tv/rpc'],
4810
+ faucets: [],
4811
+ nativeCurrency: { name: 'Script', symbol: 'SPAY', decimals: 18 },
4812
+ infoURL: 'https://token.script.tv',
4813
+ shortName: 'SPAY',
4814
+ chainId: 742,
4815
+ networkId: 742,
4816
+ explorers: [
4817
+ {
4818
+ name: 'Script Explorer',
4819
+ url: 'https://explorer.script.tv',
4820
+ standard: 'none'
4821
+ }
4822
+ ]
4823
+ },
4734
4824
  766: {
4735
4825
  name: 'QL1',
4736
4826
  chain: 'QOM',
@@ -5265,6 +5355,30 @@ exports.chains = {
5265
5355
  explorers: [],
5266
5356
  status: 'incubating'
5267
5357
  },
5358
+ 919: {
5359
+ name: 'Mode Testnet',
5360
+ chain: 'ETH',
5361
+ rpc: ['https://sepolia.mode.network'],
5362
+ faucets: ['https://sepoliafaucet.com/'],
5363
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
5364
+ infoURL: 'https://docs.mode.network/',
5365
+ shortName: 'modesep',
5366
+ chainId: 919,
5367
+ networkId: 919,
5368
+ icon: 'modeTestnet',
5369
+ explorers: [
5370
+ {
5371
+ name: 'modescout',
5372
+ url: 'https://sepolia.explorer.mode.network',
5373
+ standard: 'none'
5374
+ }
5375
+ ],
5376
+ parent: {
5377
+ type: 'L2',
5378
+ chain: 'eip155-11155111',
5379
+ bridges: [{ url: 'https://bridge.mode.network/' }]
5380
+ }
5381
+ },
5268
5382
  940: {
5269
5383
  name: 'PulseChain Testnet',
5270
5384
  shortName: 'tpls',
@@ -5452,6 +5566,25 @@ exports.chains = {
5452
5566
  }
5453
5567
  ]
5454
5568
  },
5569
+ 990: {
5570
+ name: 'eLiberty Mainnet',
5571
+ chain: '$EL',
5572
+ icon: 'eLiberty',
5573
+ rpc: ['https://rpc.eliberty.ngo'],
5574
+ faucets: ['https://faucet.eliberty.ngo'],
5575
+ nativeCurrency: { name: 'eLiberty', symbol: '$EL', decimals: 18 },
5576
+ infoURL: 'https://eliberty.ngo',
5577
+ shortName: 'ELm',
5578
+ chainId: 990,
5579
+ networkId: 990,
5580
+ explorers: [
5581
+ {
5582
+ name: 'eLiberty Mainnet',
5583
+ url: 'https://explorer.eliberty.ngo',
5584
+ standard: 'EIP3091'
5585
+ }
5586
+ ]
5587
+ },
5455
5588
  997: {
5456
5589
  name: '5ireChain Thunder',
5457
5590
  chain: '5ireChain',
@@ -5741,6 +5874,30 @@ exports.chains = {
5741
5874
  ]
5742
5875
  },
5743
5876
  1071: {
5877
+ name: 'ShimmerEVM Testnet Deprecated',
5878
+ title: 'ShimmerEVM Testnet Deprecated',
5879
+ chain: 'ShimmerEVM',
5880
+ icon: 'shimmerevm',
5881
+ rpc: [],
5882
+ faucets: [
5883
+ 'https://evm-toolkit.evm.testnet.shimmer.network',
5884
+ 'https://evm-faucet.testnet.shimmer.network'
5885
+ ],
5886
+ nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 18 },
5887
+ infoURL: 'https://shimmer.network',
5888
+ shortName: 'shimmerevm-testnet-deprecated',
5889
+ chainId: 1071,
5890
+ networkId: 1071,
5891
+ explorers: [
5892
+ {
5893
+ name: 'explorer',
5894
+ url: 'https://explorer.evm.testnet.shimmer.network',
5895
+ standard: 'EIP3091'
5896
+ }
5897
+ ],
5898
+ status: 'deprecated'
5899
+ },
5900
+ 1072: {
5744
5901
  name: 'ShimmerEVM Testnet',
5745
5902
  title: 'ShimmerEVM Testnet',
5746
5903
  chain: 'ShimmerEVM',
@@ -5750,11 +5907,11 @@ exports.chains = {
5750
5907
  'https://evm-toolkit.evm.testnet.shimmer.network',
5751
5908
  'https://evm-faucet.testnet.shimmer.network'
5752
5909
  ],
5753
- nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 18 },
5910
+ nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 6 },
5754
5911
  infoURL: 'https://shimmer.network',
5755
5912
  shortName: 'shimmerevm-testnet',
5756
- chainId: 1071,
5757
- networkId: 1071,
5913
+ chainId: 1072,
5914
+ networkId: 1072,
5758
5915
  explorers: [
5759
5916
  {
5760
5917
  name: 'explorer',
@@ -6840,9 +6997,9 @@ exports.chains = {
6840
6997
  ]
6841
6998
  },
6842
6999
  1501: {
6843
- name: 'ChainX-EVM',
7000
+ name: 'BEVM',
6844
7001
  chain: 'ChainX',
6845
- rpc: ['https://mainnet.chainx.org/rpc', 'https://mainnet2.chainx.org/rpc'],
7002
+ rpc: ['https://rpc-1.bevm.io/', 'https://rpc-2.bevm.io/'],
6846
7003
  faucets: [],
6847
7004
  nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
6848
7005
  infoURL: 'https://chainx.org',
@@ -6851,8 +7008,8 @@ exports.chains = {
6851
7008
  networkId: 1501,
6852
7009
  explorers: [
6853
7010
  {
6854
- name: 'chainx-evm scan',
6855
- url: 'https://evm.chainx.org',
7011
+ name: 'bevm scan',
7012
+ url: 'https://scan.bevm.io',
6856
7013
  standard: 'none'
6857
7014
  }
6858
7015
  ]
@@ -7049,7 +7206,14 @@ exports.chains = {
7049
7206
  infoURL: 'https://blockchain.or.th',
7050
7207
  shortName: 'TBSI',
7051
7208
  chainId: 1707,
7052
- networkId: 1707
7209
+ networkId: 1707,
7210
+ explorers: [
7211
+ {
7212
+ name: 'blockscout',
7213
+ url: 'https://exp.blockchain.or.th',
7214
+ standard: 'EIP3091'
7215
+ }
7216
+ ]
7053
7217
  },
7054
7218
  1708: {
7055
7219
  name: 'TBSI Testnet',
@@ -7061,7 +7225,14 @@ exports.chains = {
7061
7225
  infoURL: 'https://blockchain.or.th',
7062
7226
  shortName: 'tTBSI',
7063
7227
  chainId: 1708,
7064
- networkId: 1708
7228
+ networkId: 1708,
7229
+ explorers: [
7230
+ {
7231
+ name: 'blockscout',
7232
+ url: 'https://exp.testnet.blockchain.or.th',
7233
+ standard: 'EIP3091'
7234
+ }
7235
+ ]
7065
7236
  },
7066
7237
  1718: {
7067
7238
  name: 'Palette Chain Mainnet',
@@ -7946,7 +8117,7 @@ exports.chains = {
7946
8117
  2047: {
7947
8118
  name: 'Stratos Testnet',
7948
8119
  chain: 'STOS',
7949
- rpc: ['https://web3-testnet-rpc.thestratos.org'],
8120
+ rpc: ['https://web3-rpc-mesos.thestratos.org'],
7950
8121
  faucets: [],
7951
8122
  nativeCurrency: { name: 'STOS', symbol: 'STOS', decimals: 18 },
7952
8123
  infoURL: 'https://www.thestratos.org',
@@ -7956,12 +8127,12 @@ exports.chains = {
7956
8127
  explorers: [
7957
8128
  {
7958
8129
  name: 'Stratos EVM Explorer (Blockscout)',
7959
- url: 'https://web3-testnet-explorer.thestratos.org',
8130
+ url: 'https://web3-explorer-mesos.thestratos.org',
7960
8131
  standard: 'none'
7961
8132
  },
7962
8133
  {
7963
8134
  name: 'Stratos Cosmos Explorer (BigDipper)',
7964
- url: 'https://big-dipper-dev.thestratos.org',
8135
+ url: 'https://big-dipper-mesos.thestratos.org',
7965
8136
  standard: 'none'
7966
8137
  }
7967
8138
  ]
@@ -8211,6 +8382,25 @@ exports.chains = {
8211
8382
  }
8212
8383
  ]
8213
8384
  },
8385
+ 2202: {
8386
+ name: 'Antofy Mainnet',
8387
+ chain: 'ABN',
8388
+ icon: 'antofy',
8389
+ rpc: ['https://rpc.antofy.io'],
8390
+ faucets: ['https://faucet.antofy.io'],
8391
+ nativeCurrency: { name: 'Antofy', symbol: 'ABN', decimals: 18 },
8392
+ infoURL: 'https://antofy.io',
8393
+ shortName: 'ABNm',
8394
+ chainId: 2202,
8395
+ networkId: 2202,
8396
+ explorers: [
8397
+ {
8398
+ name: 'Antofy Mainnet',
8399
+ url: 'https://antofyscan.com',
8400
+ standard: 'EIP3091'
8401
+ }
8402
+ ]
8403
+ },
8214
8404
  2203: {
8215
8405
  name: 'Bitcoin EVM',
8216
8406
  chain: 'Bitcoin EVM',
@@ -8409,12 +8599,39 @@ exports.chains = {
8409
8599
  ]
8410
8600
  },
8411
8601
  2357: {
8602
+ name: '(deprecated) Kroma Sepolia',
8603
+ title: '(deprecated) Kroma Testnet Sepolia',
8604
+ chainId: 2357,
8605
+ shortName: 'deprecated-kroma-sepolia',
8606
+ chain: 'ETH',
8607
+ networkId: 2357,
8608
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
8609
+ rpc: ['https://api.sepolia-deprecated.kroma.network'],
8610
+ faucets: [],
8611
+ infoURL: 'https://kroma.network',
8612
+ icon: 'kroma',
8613
+ explorers: [
8614
+ {
8615
+ name: 'blockscout',
8616
+ url: 'https://blockscout.sepolia-deprecated.kroma.network',
8617
+ icon: 'kroma',
8618
+ standard: 'EIP3091'
8619
+ }
8620
+ ],
8621
+ parent: {
8622
+ type: 'L2',
8623
+ chain: 'eip155-11155111',
8624
+ bridges: [{ url: 'https://kroma.network/bridge' }]
8625
+ },
8626
+ status: 'deprecated'
8627
+ },
8628
+ 2358: {
8412
8629
  name: 'Kroma Sepolia',
8413
8630
  title: 'Kroma Testnet Sepolia',
8414
- chainId: 2357,
8631
+ chainId: 2358,
8415
8632
  shortName: 'kroma-sepolia',
8416
8633
  chain: 'ETH',
8417
- networkId: 2357,
8634
+ networkId: 2358,
8418
8635
  nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
8419
8636
  rpc: ['https://api.sepolia.kroma.network'],
8420
8637
  faucets: [],
@@ -8636,11 +8853,11 @@ exports.chains = {
8636
8853
  2888: {
8637
8854
  name: 'Boba Network Goerli Testnet',
8638
8855
  chain: 'ETH',
8639
- rpc: ['https://goerli.boba.network/'],
8856
+ rpc: ['https://goerli.boba.network/', 'wss://wss.goerli.boba.network/'],
8640
8857
  faucets: [],
8641
8858
  nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
8642
8859
  infoURL: 'https://boba.network',
8643
- shortName: 'Bobagoerli',
8860
+ shortName: 'BobaGoerli',
8644
8861
  chainId: 2888,
8645
8862
  networkId: 2888,
8646
8863
  explorers: [
@@ -8653,7 +8870,7 @@ exports.chains = {
8653
8870
  parent: {
8654
8871
  type: 'L2',
8655
8872
  chain: 'eip155-5',
8656
- bridges: [{ url: 'https://gateway.goerli.boba.network' }]
8873
+ bridges: [{ url: 'https://gateway.boba.network' }]
8657
8874
  }
8658
8875
  },
8659
8876
  2999: {
@@ -9075,6 +9292,44 @@ exports.chains = {
9075
9292
  }
9076
9293
  ]
9077
9294
  },
9295
+ 3698: {
9296
+ name: 'SenjePowers Testnet',
9297
+ chain: 'SPC',
9298
+ icon: 'SenjePowers',
9299
+ rpc: ['https://testnet-rpc.senjepowersscan.com'],
9300
+ faucets: ['https://faucet.senjepowersscan.com'],
9301
+ nativeCurrency: { name: 'SenjePowers', symbol: 'SPC', decimals: 18 },
9302
+ infoURL: 'https://senjepowersscan.com',
9303
+ shortName: 'SPCt',
9304
+ chainId: 3698,
9305
+ networkId: 3698,
9306
+ explorers: [
9307
+ {
9308
+ name: 'SenjePowers',
9309
+ url: 'https://testnet.senjepowersscan.com',
9310
+ standard: 'EIP3091'
9311
+ }
9312
+ ]
9313
+ },
9314
+ 3699: {
9315
+ name: 'SenjePowers Mainnet',
9316
+ chain: 'SPC',
9317
+ icon: 'SenjePowers',
9318
+ rpc: ['https://rpc.senjepowersscan.com'],
9319
+ faucets: ['https://faucet.senjepowersscan.com'],
9320
+ nativeCurrency: { name: 'SenjePowers', symbol: 'SPC', decimals: 18 },
9321
+ infoURL: 'https://senjepowersscan.com',
9322
+ shortName: 'SPCm',
9323
+ chainId: 3699,
9324
+ networkId: 3699,
9325
+ explorers: [
9326
+ {
9327
+ name: 'SenjePowers',
9328
+ url: 'https://senjepowersscan.com',
9329
+ standard: 'EIP3091'
9330
+ }
9331
+ ]
9332
+ },
9078
9333
  3737: {
9079
9334
  name: 'Crossbell',
9080
9335
  chain: 'Crossbell',
@@ -9511,8 +9766,7 @@ exports.chains = {
9511
9766
  rpc: [
9512
9767
  'https://testnet.avax.boba.network',
9513
9768
  'wss://wss.testnet.avax.boba.network',
9514
- 'https://replica.testnet.avax.boba.network',
9515
- 'wss://replica-wss.testnet.avax.boba.network'
9769
+ 'https://replica.testnet.avax.boba.network'
9516
9770
  ],
9517
9771
  faucets: [],
9518
9772
  nativeCurrency: { name: 'Boba Token', symbol: 'BOBA', decimals: 18 },
@@ -9526,7 +9780,12 @@ exports.chains = {
9526
9780
  url: 'https://blockexplorer.testnet.avax.boba.network',
9527
9781
  standard: 'none'
9528
9782
  }
9529
- ]
9783
+ ],
9784
+ parent: {
9785
+ type: 'L2',
9786
+ chain: 'eip155-5',
9787
+ bridges: [{ url: 'https://gateway.boba.network' }]
9788
+ }
9530
9789
  },
9531
9790
  4444: {
9532
9791
  name: 'Htmlcoin Mainnet',
@@ -9696,6 +9955,7 @@ exports.chains = {
9696
9955
  5000: {
9697
9956
  name: 'Mantle',
9698
9957
  chain: 'ETH',
9958
+ icon: 'mantle',
9699
9959
  rpc: ['https://rpc.mantle.xyz'],
9700
9960
  faucets: [],
9701
9961
  nativeCurrency: { name: 'Mantle', symbol: 'MNT', decimals: 18 },
@@ -9709,7 +9969,12 @@ exports.chains = {
9709
9969
  url: 'https://explorer.mantle.xyz',
9710
9970
  standard: 'EIP3091'
9711
9971
  }
9712
- ]
9972
+ ],
9973
+ parent: {
9974
+ type: 'L2',
9975
+ chain: 'eip155-1',
9976
+ bridges: [{ url: 'https://bridge.mantle.xyz' }]
9977
+ }
9713
9978
  },
9714
9979
  5001: {
9715
9980
  name: 'Mantle Testnet',
@@ -9729,6 +9994,58 @@ exports.chains = {
9729
9994
  }
9730
9995
  ]
9731
9996
  },
9997
+ 5002: {
9998
+ name: 'Treasurenet Mainnet Alpha',
9999
+ chain: 'Treasurenet Mainnet Alpha',
10000
+ icon: 'treasurenet',
10001
+ rpc: [
10002
+ 'https://node0.treasurenet.io',
10003
+ 'https://node1.treasurenet.io',
10004
+ 'https://node2.treasurenet.io',
10005
+ 'https://node3.treasurenet.io'
10006
+ ],
10007
+ features: [{ name: 'EIP155' }],
10008
+ faucets: [],
10009
+ nativeCurrency: { name: 'UNIT', symbol: 'UNIT', decimals: 18 },
10010
+ infoURL: 'https://www.treasurenet.io',
10011
+ shortName: 'treasurenet',
10012
+ chainId: 5002,
10013
+ networkId: 5002,
10014
+ explorers: [
10015
+ {
10016
+ name: 'Treasurenet EVM BlockExplorer',
10017
+ url: 'https://evmexplorer.treasurenet.io',
10018
+ icon: 'treasurenet',
10019
+ standard: 'none'
10020
+ }
10021
+ ]
10022
+ },
10023
+ 5005: {
10024
+ name: 'Treasurenet Testnet',
10025
+ chain: 'Treasurenet Testnet',
10026
+ icon: 'treasurenet',
10027
+ rpc: [
10028
+ 'https://node0.testnet.treasurenet.io',
10029
+ 'https://node1.testnet.treasurenet.io',
10030
+ 'https://node2.testnet.treasurenet.io',
10031
+ 'https://node3.testnet.treasurenet.io'
10032
+ ],
10033
+ features: [{ name: 'EIP155' }],
10034
+ faucets: [],
10035
+ nativeCurrency: { name: 'UNIT', symbol: 'UNIT', decimals: 18 },
10036
+ infoURL: 'https://www.testnet.treasurenet.io',
10037
+ shortName: 'tntest',
10038
+ chainId: 5005,
10039
+ networkId: 5005,
10040
+ explorers: [
10041
+ {
10042
+ name: 'Treasurenet EVM BlockExplorer',
10043
+ url: 'https://evmexplorer.testnet.treasurenet.io',
10044
+ icon: 'treasurenet',
10045
+ standard: 'none'
10046
+ }
10047
+ ]
10048
+ },
9732
10049
  5165: {
9733
10050
  name: 'Fastex Chain (Bahamut)',
9734
10051
  title: 'Bahamut mainnet Sahara',
@@ -10353,6 +10670,25 @@ exports.chains = {
10353
10670
  }
10354
10671
  ]
10355
10672
  },
10673
+ 7171: {
10674
+ name: 'Bitrock Mainnet',
10675
+ chain: 'Bitrock',
10676
+ icon: 'bitrock',
10677
+ rpc: ['https://connect.bit-rock.io'],
10678
+ faucets: [],
10679
+ nativeCurrency: { name: 'BITROCK', symbol: 'BROCK', decimals: 18 },
10680
+ infoURL: 'https://bit-rock.io',
10681
+ shortName: 'bitrock',
10682
+ chainId: 7171,
10683
+ networkId: 7171,
10684
+ explorers: [
10685
+ {
10686
+ name: 'Bitrock Explorer',
10687
+ url: 'https://scan.bit-rock.io',
10688
+ standard: 'EIP3091'
10689
+ }
10690
+ ]
10691
+ },
10356
10692
  7331: {
10357
10693
  name: 'KLYNTAR',
10358
10694
  chain: 'KLY',
@@ -10371,6 +10707,28 @@ exports.chains = {
10371
10707
  explorers: [],
10372
10708
  status: 'incubating'
10373
10709
  },
10710
+ 7332: {
10711
+ name: 'Horizen EON',
10712
+ shortName: 'EON',
10713
+ chain: 'EON',
10714
+ icon: 'eon',
10715
+ rpc: ['https://eon-rpc.horizenlabs.io/ethv1'],
10716
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
10717
+ faucets: [],
10718
+ nativeCurrency: { name: 'Zencash', symbol: 'ZEN', decimals: 18 },
10719
+ infoURL: 'https://horizen.io/',
10720
+ chainId: 7332,
10721
+ networkId: 7332,
10722
+ slip44: 121,
10723
+ explorers: [
10724
+ {
10725
+ name: 'Horizen EON Block Explorer',
10726
+ url: 'https://eon-explorer.horizenlabs.io',
10727
+ icon: 'eon',
10728
+ standard: 'EIP3091'
10729
+ }
10730
+ ]
10731
+ },
10374
10732
  7341: {
10375
10733
  name: 'Shyft Mainnet',
10376
10734
  chain: 'SHYFT',
@@ -10560,6 +10918,25 @@ exports.chains = {
10560
10918
  }
10561
10919
  ]
10562
10920
  },
10921
+ 7771: {
10922
+ name: 'Bitrock Testnet',
10923
+ chain: 'Bitrock',
10924
+ icon: 'bitrock',
10925
+ rpc: ['https://testnet.bit-rock.io'],
10926
+ faucets: ['https://faucet.bit-rock.io'],
10927
+ nativeCurrency: { name: 'BITROCK', symbol: 'BROCK', decimals: 18 },
10928
+ infoURL: 'https://bit-rock.io',
10929
+ shortName: 'tbitrock',
10930
+ chainId: 7771,
10931
+ networkId: 7771,
10932
+ explorers: [
10933
+ {
10934
+ name: 'Bitrock Testnet Explorer',
10935
+ url: 'https://testnetscan.bit-rock.io',
10936
+ standard: 'EIP3091'
10937
+ }
10938
+ ]
10939
+ },
10563
10940
  7777: {
10564
10941
  name: 'Rise of the Warbots Testnet',
10565
10942
  chain: 'nmactest',
@@ -10605,6 +10982,26 @@ exports.chains = {
10605
10982
  }
10606
10983
  ]
10607
10984
  },
10985
+ 7895: {
10986
+ name: 'ARDENIUM Athena',
10987
+ chain: 'ATHENA',
10988
+ rpc: ['https://rpc-athena.ardescan.com/'],
10989
+ faucets: ['https://faucet-athena.ardescan.com/'],
10990
+ nativeCurrency: { name: 'ARD', symbol: 'tARD', decimals: 18 },
10991
+ infoURL: 'https://ardenium.org',
10992
+ shortName: 'ard',
10993
+ chainId: 7895,
10994
+ networkId: 7895,
10995
+ icon: 'ard',
10996
+ explorers: [
10997
+ {
10998
+ name: 'ARDENIUM Athena Explorer',
10999
+ icon: 'ard',
11000
+ url: 'https://testnet.ardscan.com',
11001
+ standard: 'none'
11002
+ }
11003
+ ]
11004
+ },
10608
11005
  7979: {
10609
11006
  name: 'DOS Chain',
10610
11007
  chain: 'DOS',
@@ -10956,14 +11353,23 @@ exports.chains = {
10956
11353
  8453: {
10957
11354
  name: 'Base',
10958
11355
  chain: 'ETH',
10959
- rpc: [],
11356
+ rpc: ['https://developer-access-mainnet.base.org/'],
10960
11357
  faucets: [],
10961
11358
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
10962
11359
  infoURL: 'https://base.org',
10963
11360
  shortName: 'base',
10964
11361
  chainId: 8453,
10965
11362
  networkId: 8453,
10966
- status: 'incubating'
11363
+ icon: 'base',
11364
+ explorers: [
11365
+ { name: 'basescan', url: 'https://basescan.org', standard: 'none' },
11366
+ {
11367
+ name: 'basescout',
11368
+ url: 'https://base.blockscout.com',
11369
+ standard: 'none'
11370
+ }
11371
+ ],
11372
+ status: 'active'
10967
11373
  },
10968
11374
  8654: {
10969
11375
  name: 'Toki Network',
@@ -11367,6 +11773,25 @@ exports.chains = {
11367
11773
  explorers: [],
11368
11774
  status: 'deprecated'
11369
11775
  },
11776
+ 9223: {
11777
+ name: 'Codefin Mainnet',
11778
+ chain: 'COF',
11779
+ icon: 'codefin',
11780
+ rpc: ['https://chain-rpc.codefin.pro'],
11781
+ faucets: [],
11782
+ nativeCurrency: { name: 'Codefin', symbol: 'COF', decimals: 18 },
11783
+ infoURL: 'https://network.codefin.pro',
11784
+ shortName: 'COF',
11785
+ chainId: 9223,
11786
+ networkId: 9223,
11787
+ explorers: [
11788
+ {
11789
+ name: 'Codefin Net Explorer',
11790
+ url: 'https://explorer.codefin.pro',
11791
+ standard: 'EIP3091'
11792
+ }
11793
+ ]
11794
+ },
11370
11795
  9339: {
11371
11796
  name: 'Dogcoin Testnet',
11372
11797
  chain: 'DOGS',
@@ -11485,7 +11910,12 @@ exports.chains = {
11485
11910
  url: 'https://blockexplorer.testnet.bnb.boba.network',
11486
11911
  standard: 'none'
11487
11912
  }
11488
- ]
11913
+ ],
11914
+ parent: {
11915
+ type: 'L2',
11916
+ chain: 'eip155-5',
11917
+ bridges: [{ url: 'https://gateway.boba.network' }]
11918
+ }
11489
11919
  },
11490
11920
  9768: {
11491
11921
  name: 'MainnetZ Testnet',
@@ -11624,7 +12054,10 @@ exports.chains = {
11624
12054
  icon: 'gonchain',
11625
12055
  rpc: [
11626
12056
  'https://node1.testnet.gaiaopen.network',
11627
- 'http://database1.gaiaopen.network'
12057
+ 'https://node1.mainnet.gon.network',
12058
+ 'https://node2.mainnet.gon.network',
12059
+ 'https://node3.mainnet.gon.network',
12060
+ 'https://node4.mainnet.gon.network'
11628
12061
  ],
11629
12062
  faucets: [],
11630
12063
  nativeCurrency: { name: 'Gon Token', symbol: 'GT', decimals: 18 },
@@ -12518,6 +12951,25 @@ exports.chains = {
12518
12951
  }
12519
12952
  ]
12520
12953
  },
12954
+ 18686: {
12955
+ name: 'MXC zkEVM Mainnet',
12956
+ chain: 'MXC zkEVM',
12957
+ icon: 'mxczkevm',
12958
+ rpc: ['https://rpc.mxc.com'],
12959
+ faucets: [],
12960
+ nativeCurrency: { name: 'MXC zkEVM Mainnet', symbol: 'MXC', decimals: 18 },
12961
+ infoURL: 'https://doc.mxc.com/docs/intro',
12962
+ shortName: 'MXCzkEVM',
12963
+ chainId: 18686,
12964
+ networkId: 18686,
12965
+ explorers: [
12966
+ {
12967
+ name: 'MXC zkEVM Mainnet',
12968
+ url: 'https://explorer.mxc.com',
12969
+ standard: 'EIP3091'
12970
+ }
12971
+ ]
12972
+ },
12521
12973
  19011: {
12522
12974
  name: 'HOME Verse Mainnet',
12523
12975
  chain: 'HOME Verse',
@@ -12705,6 +13157,25 @@ exports.chains = {
12705
13157
  { name: 'mapscan', url: 'https://mapscan.io', standard: 'EIP3091' }
12706
13158
  ]
12707
13159
  },
13160
+ 23006: {
13161
+ name: 'Antofy Testnet',
13162
+ chain: 'ABN',
13163
+ icon: 'antofy',
13164
+ rpc: ['https://testnet-rpc.antofy.io'],
13165
+ faucets: ['https://faucet.antofy.io'],
13166
+ nativeCurrency: { name: 'Antofy', symbol: 'ABN', decimals: 18 },
13167
+ infoURL: 'https://antofy.io',
13168
+ shortName: 'ABNt',
13169
+ chainId: 23006,
13170
+ networkId: 23006,
13171
+ explorers: [
13172
+ {
13173
+ name: 'Antofy Testnet',
13174
+ url: 'https://test.antofyscan.com',
13175
+ standard: 'EIP3091'
13176
+ }
13177
+ ]
13178
+ },
12708
13179
  23118: {
12709
13180
  name: 'Opside Testnet',
12710
13181
  chain: 'Opside',
@@ -13725,6 +14196,26 @@ exports.chains = {
13725
14196
  }
13726
14197
  ]
13727
14198
  },
14199
+ 54321: {
14200
+ name: 'Toronet Testnet',
14201
+ chain: 'Toronet',
14202
+ icon: 'toronet',
14203
+ rpc: ['http://testnet.toronet.org/rpc'],
14204
+ faucets: [],
14205
+ nativeCurrency: { name: 'Toro', symbol: 'TORO', decimals: 18 },
14206
+ infoURL: 'https://toronet.org',
14207
+ shortName: 'ToronetTestnet',
14208
+ chainId: 54321,
14209
+ networkId: 54321,
14210
+ ens: { registry: '0x059C474f26D65B0458F9da10A649a7322aB02C09' },
14211
+ explorers: [
14212
+ {
14213
+ name: 'toronet_explorer',
14214
+ url: 'https://testnet.toronet.org',
14215
+ standard: 'none'
14216
+ }
14217
+ ]
14218
+ },
13728
14219
  55004: {
13729
14220
  name: 'Titan',
13730
14221
  chain: 'ETH',
@@ -13789,9 +14280,11 @@ exports.chains = {
13789
14280
  chain: 'Boba BNB Mainnet',
13790
14281
  rpc: [
13791
14282
  'https://bnb.boba.network',
13792
- 'wss://wss.bnb.boba.network',
14283
+ 'http://boba-bnb.gateway.tenderly.co/',
14284
+ 'http://gateway.tenderly.co/public/boba-bnb',
13793
14285
  'https://replica.bnb.boba.network',
13794
- 'wss://replica-wss.bnb.boba.network'
14286
+ 'wss://boba-bnb.gateway.tenderly.co/',
14287
+ 'wss://gateway.tenderly.co/public/boba-bnb'
13795
14288
  ],
13796
14289
  faucets: [],
13797
14290
  nativeCurrency: { name: 'Boba Token', symbol: 'BOBA', decimals: 18 },
@@ -13805,7 +14298,12 @@ exports.chains = {
13805
14298
  url: 'https://blockexplorer.bnb.boba.network',
13806
14299
  standard: 'none'
13807
14300
  }
13808
- ]
14301
+ ],
14302
+ parent: {
14303
+ type: 'L2',
14304
+ chain: 'eip155-5',
14305
+ bridges: [{ url: 'https://gateway.boba.network' }]
14306
+ }
13809
14307
  },
13810
14308
  57000: {
13811
14309
  name: 'Rollux Testnet',
@@ -13829,6 +14327,32 @@ exports.chains = {
13829
14327
  }
13830
14328
  ]
13831
14329
  },
14330
+ 58008: {
14331
+ name: 'Sepolia PGN (Public Goods Network)',
14332
+ chain: 'ETH',
14333
+ rpc: ['https://sepolia.publicgoods.network'],
14334
+ faucets: [],
14335
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
14336
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
14337
+ infoURL: 'https://publicgoods.network/',
14338
+ shortName: 'sepPGN',
14339
+ chainId: 58008,
14340
+ networkId: 58008,
14341
+ icon: 'publicGoodsNetwork',
14342
+ explorers: [
14343
+ {
14344
+ name: 'blockscout',
14345
+ url: 'https://explorer.sepolia.publicgoods.network',
14346
+ icon: 'blockscout',
14347
+ standard: 'EIP3091'
14348
+ }
14349
+ ],
14350
+ parent: {
14351
+ type: 'L2',
14352
+ chain: 'eip155-11155111',
14353
+ bridges: [{ url: 'https://pgn-bridge.vercel.app/bridge' }]
14354
+ }
14355
+ },
13832
14356
  59140: {
13833
14357
  name: 'Linea Testnet',
13834
14358
  title: 'Linea Goerli Testnet',
@@ -13837,7 +14361,7 @@ exports.chains = {
13837
14361
  'https://rpc.goerli.linea.build',
13838
14362
  'wss://rpc.goerli.linea.build',
13839
14363
  'https://linea-goerli.infura.io/v3/${INFURA_API_KEY}',
13840
- 'wss://linea-goerli.infura.io/v3/${INFURA_API_KEY}'
14364
+ 'wss://linea-goerli.infura.io/ws/v3/${INFURA_API_KEY}'
13841
14365
  ],
13842
14366
  faucets: ['https://faucetlink.to/goerli'],
13843
14367
  nativeCurrency: { name: 'Linea Ether', symbol: 'ETH', decimals: 18 },
@@ -13857,7 +14381,13 @@ exports.chains = {
13857
14381
  },
13858
14382
  explorers: [
13859
14383
  {
13860
- name: 'blockscout',
14384
+ name: 'Etherscan',
14385
+ url: 'https://goerli.lineascan.build',
14386
+ standard: 'EIP3091',
14387
+ icon: 'linea'
14388
+ },
14389
+ {
14390
+ name: 'Blockscout',
13861
14391
  url: 'https://explorer.goerli.linea.build',
13862
14392
  standard: 'EIP3091',
13863
14393
  icon: 'linea'
@@ -13865,6 +14395,44 @@ exports.chains = {
13865
14395
  ],
13866
14396
  status: 'active'
13867
14397
  },
14398
+ 59144: {
14399
+ name: 'Linea',
14400
+ title: 'Linea Mainnet',
14401
+ chain: 'ETH',
14402
+ rpc: [
14403
+ 'https://rpc.linea.build',
14404
+ 'wss://rpc.linea.build',
14405
+ 'https://linea-mainnet.infura.io/v3/${INFURA_API_KEY}',
14406
+ 'wss://linea-mainnet.infura.io/ws/v3/${INFURA_API_KEY}'
14407
+ ],
14408
+ faucets: [],
14409
+ nativeCurrency: { name: 'Linea Ether', symbol: 'ETH', decimals: 18 },
14410
+ infoURL: 'https://linea.build',
14411
+ shortName: 'linea',
14412
+ chainId: 59144,
14413
+ networkId: 59144,
14414
+ icon: 'linea',
14415
+ parent: {
14416
+ type: 'L2',
14417
+ chain: 'eip155-1',
14418
+ bridges: [{ url: 'https://bridge.linea.build' }]
14419
+ },
14420
+ explorers: [
14421
+ {
14422
+ name: 'Etherscan',
14423
+ url: 'https://lineascan.build',
14424
+ standard: 'EIP3091',
14425
+ icon: 'linea'
14426
+ },
14427
+ {
14428
+ name: 'Blockscout',
14429
+ url: 'https://explorer.linea.build',
14430
+ standard: 'EIP3091',
14431
+ icon: 'linea'
14432
+ }
14433
+ ],
14434
+ status: 'active'
14435
+ },
13868
14436
  60000: {
13869
14437
  name: 'Thinkium Testnet Chain 0',
13870
14438
  chain: 'Thinkium',
@@ -14376,6 +14944,26 @@ exports.chains = {
14376
14944
  }
14377
14945
  ]
14378
14946
  },
14947
+ 77777: {
14948
+ name: 'Toronet Mainnet',
14949
+ chain: 'Toronet',
14950
+ icon: 'toronet',
14951
+ rpc: ['http://toronet.org/rpc'],
14952
+ faucets: [],
14953
+ nativeCurrency: { name: 'Toro', symbol: 'TORO', decimals: 18 },
14954
+ infoURL: 'https://toronet.org',
14955
+ shortName: 'Toronet',
14956
+ chainId: 77777,
14957
+ networkId: 77777,
14958
+ ens: { registry: '0x1f45a71f4aAD769E27c969c4359E0e250C67165c' },
14959
+ explorers: [
14960
+ {
14961
+ name: 'toronet_explorer',
14962
+ url: 'https://toronet.org/explorer',
14963
+ standard: 'none'
14964
+ }
14965
+ ]
14966
+ },
14379
14967
  78110: {
14380
14968
  name: 'Firenze test network',
14381
14969
  chain: 'ETH',
@@ -14583,6 +15171,7 @@ exports.chains = {
14583
15171
  shortName: 'basegor',
14584
15172
  chainId: 84531,
14585
15173
  networkId: 84531,
15174
+ icon: 'baseTestnet',
14586
15175
  explorers: [
14587
15176
  {
14588
15177
  name: 'basescan',
@@ -14761,6 +15350,25 @@ exports.chains = {
14761
15350
  ],
14762
15351
  status: 'deprecated'
14763
15352
  },
15353
+ 99099: {
15354
+ name: 'eLiberty Testnet',
15355
+ chain: '$EL',
15356
+ icon: 'eLiberty',
15357
+ rpc: ['https://testnet-rpc.eliberty.ngo'],
15358
+ faucets: ['https://faucet.eliberty.ngo'],
15359
+ nativeCurrency: { name: 'eLiberty', symbol: '$EL', decimals: 18 },
15360
+ infoURL: 'https://eliberty.ngo',
15361
+ shortName: 'ELt',
15362
+ chainId: 99099,
15363
+ networkId: 99099,
15364
+ explorers: [
15365
+ {
15366
+ name: 'eLiberty Testnet',
15367
+ url: 'https://testnet.eliberty.ngo',
15368
+ standard: 'EIP3091'
15369
+ }
15370
+ ]
15371
+ },
14764
15372
  99998: {
14765
15373
  name: 'UB Smart Chain(testnet)',
14766
15374
  chain: 'USC',
@@ -15419,7 +16027,7 @@ exports.chains = {
15419
16027
  ]
15420
16028
  },
15421
16029
  167005: {
15422
- name: 'Taiko (Alpha-3 Testnet)',
16030
+ name: 'Taiko Grimsvotn L2',
15423
16031
  chain: 'ETH',
15424
16032
  status: 'active',
15425
16033
  icon: 'taiko',
@@ -15427,7 +16035,7 @@ exports.chains = {
15427
16035
  faucets: [],
15428
16036
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
15429
16037
  infoURL: 'https://taiko.xyz',
15430
- shortName: 'taiko-a3',
16038
+ shortName: 'taiko-l2',
15431
16039
  chainId: 167005,
15432
16040
  networkId: 167005,
15433
16041
  explorers: [
@@ -15438,6 +16046,26 @@ exports.chains = {
15438
16046
  }
15439
16047
  ]
15440
16048
  },
16049
+ 167006: {
16050
+ name: 'Taiko Eldfell L3',
16051
+ chain: 'ETH',
16052
+ status: 'active',
16053
+ icon: 'taiko',
16054
+ rpc: ['https://rpc.l3test.taiko.xyz'],
16055
+ faucets: [],
16056
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
16057
+ infoURL: 'https://taiko.xyz',
16058
+ shortName: 'taiko-l3',
16059
+ chainId: 167006,
16060
+ networkId: 167006,
16061
+ explorers: [
16062
+ {
16063
+ name: 'blockscout',
16064
+ url: 'https://explorer.l3test.taiko.xyz',
16065
+ standard: 'EIP3091'
16066
+ }
16067
+ ]
16068
+ },
15441
16069
  188881: {
15442
16070
  name: 'Condor Test Network',
15443
16071
  chain: 'CONDOR',
@@ -15798,6 +16426,25 @@ exports.chains = {
15798
16426
  slip44: 266256,
15799
16427
  explorers: []
15800
16428
  },
16429
+ 271271: {
16430
+ name: 'EgonCoin Testnet',
16431
+ chain: 'EGON',
16432
+ icon: 'egonicon',
16433
+ rpc: ['https://rpctest.egcscan.com'],
16434
+ faucets: ['https://faucet.egcscan.com'],
16435
+ nativeCurrency: { name: 'EgonCoin', symbol: 'EGON', decimals: 18 },
16436
+ infoURL: 'https://egcscan.com',
16437
+ shortName: 'EGONt',
16438
+ chainId: 271271,
16439
+ networkId: 271271,
16440
+ explorers: [
16441
+ {
16442
+ name: 'EgonCoin Testnet',
16443
+ url: 'https://testnet.egcscan.com',
16444
+ standard: 'EIP3091'
16445
+ }
16446
+ ]
16447
+ },
15801
16448
  281121: {
15802
16449
  name: 'Social Smart Chain Mainnet',
15803
16450
  chain: 'SoChain',
@@ -16372,6 +17019,7 @@ exports.chains = {
16372
17019
  534849: {
16373
17020
  name: 'Shinarium Beta',
16374
17021
  chain: 'Shinarium',
17022
+ icon: 'shinarium',
16375
17023
  rpc: ['https://rpc.shinarium.org'],
16376
17024
  faucets: ['https://faucet.shinarium.org'],
16377
17025
  nativeCurrency: { name: 'Shina Inu', symbol: 'SHI', decimals: 18 },
@@ -17630,23 +18278,23 @@ exports.chains = {
17630
18278
  245022934: {
17631
18279
  name: 'Neon EVM MainNet',
17632
18280
  chain: 'Solana',
17633
- rpc: ['https://mainnet.neonevm.org'],
18281
+ rpc: [],
17634
18282
  faucets: [],
17635
18283
  icon: 'neon',
17636
18284
  nativeCurrency: { name: 'Neon', symbol: 'NEON', decimals: 18 },
17637
- infoURL: 'https://neon-labs.org',
18285
+ infoURL: 'https://neonevm.org',
17638
18286
  shortName: 'neonevm-mainnet',
17639
18287
  chainId: 245022934,
17640
18288
  networkId: 245022934,
17641
18289
  explorers: [
17642
18290
  {
17643
- name: 'native',
17644
- url: 'https://mainnet.explorer.neon-labs.org',
18291
+ name: 'neonscan',
18292
+ url: 'https://neonscan.org',
17645
18293
  standard: 'EIP3091'
17646
18294
  },
17647
18295
  {
17648
- name: 'neonscan',
17649
- url: 'https://mainnet.neonscan.org',
18296
+ name: 'native',
18297
+ url: 'https://neon.blockscout.com',
17650
18298
  standard: 'EIP3091'
17651
18299
  }
17652
18300
  ]