@revoke.cash/chains 14.0.0 → 16.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.
@@ -12,6 +12,7 @@ exports.chains = {
12
12
  'https://api.mycryptoapi.com/eth',
13
13
  'https://cloudflare-eth.com',
14
14
  'https://ethereum.publicnode.com',
15
+ 'wss://ethereum.publicnode.com',
15
16
  'https://mainnet.gateway.tenderly.co',
16
17
  'wss://mainnet.gateway.tenderly.co'
17
18
  ],
@@ -115,6 +116,7 @@ exports.chains = {
115
116
  'wss://goerli.infura.io/v3/${INFURA_API_KEY}',
116
117
  'https://rpc.goerli.mudit.blog/',
117
118
  'https://ethereum-goerli.publicnode.com',
119
+ 'wss://ethereum-goerli.publicnode.com',
118
120
  'https://goerli.gateway.tenderly.co',
119
121
  'wss://goerli.gateway.tenderly.co'
120
122
  ],
@@ -145,6 +147,7 @@ exports.chains = {
145
147
  },
146
148
  6: {
147
149
  name: 'Ethereum Classic Testnet Kotti',
150
+ status: 'deprecated',
148
151
  chain: 'ETC',
149
152
  rpc: ['https://www.ethercluster.com/kotti'],
150
153
  faucets: [],
@@ -213,6 +216,7 @@ exports.chains = {
213
216
  rpc: [
214
217
  'https://mainnet.optimism.io',
215
218
  'https://optimism.publicnode.com',
219
+ 'wss://optimism.publicnode.com',
216
220
  'https://optimism.gateway.tenderly.co',
217
221
  'wss://optimism.gateway.tenderly.co'
218
222
  ],
@@ -391,7 +395,7 @@ exports.chains = {
391
395
  name: 'Elastos Smart Chain',
392
396
  chain: 'ETH',
393
397
  rpc: ['https://api.elastos.io/eth'],
394
- faucets: ['https://faucet.elastos.org/'],
398
+ faucets: [],
395
399
  nativeCurrency: { name: 'Elastos', symbol: 'ELA', decimals: 18 },
396
400
  infoURL: 'https://www.elastos.org/',
397
401
  shortName: 'esc',
@@ -461,7 +465,11 @@ exports.chains = {
461
465
  25: {
462
466
  name: 'Cronos Mainnet',
463
467
  chain: 'CRO',
464
- rpc: ['https://evm.cronos.org', 'https://cronos-evm.publicnode.com'],
468
+ rpc: [
469
+ 'https://evm.cronos.org',
470
+ 'https://cronos-evm.publicnode.com',
471
+ 'wss://cronos-evm.publicnode.com'
472
+ ],
465
473
  features: [{ name: 'EIP1559' }],
466
474
  faucets: [],
467
475
  nativeCurrency: { name: 'Cronos', symbol: 'CRO', decimals: 18 },
@@ -558,7 +566,7 @@ exports.chains = {
558
566
  name: 'RSK Mainnet',
559
567
  chain: 'RSK',
560
568
  rpc: ['https://public-node.rsk.co', 'https://mycrypto.rsk.co'],
561
- faucets: ['https://faucet.rsk.co/'],
569
+ faucets: [],
562
570
  nativeCurrency: { name: 'Smart Bitcoin', symbol: 'RBTC', decimals: 18 },
563
571
  infoURL: 'https://rsk.co',
564
572
  shortName: 'rsk',
@@ -783,7 +791,7 @@ exports.chains = {
783
791
  chain: 'pangolin',
784
792
  rpc: ['https://pangolin-rpc.darwinia.network'],
785
793
  faucets: [
786
- 'https://docs.crab.network/dvm/wallets/dvm-metamask#apply-for-the-test-token'
794
+ 'https://docs.darwinia.network/pangolin-testnet-1e9ac8b09e874e8abd6a7f18c096ca6a'
787
795
  ],
788
796
  nativeCurrency: {
789
797
  name: 'Pangolin Network Native Token',
@@ -803,9 +811,14 @@ exports.chains = {
803
811
  ]
804
812
  },
805
813
  44: {
806
- name: 'Darwinia Crab Network',
814
+ name: 'Crab Network',
807
815
  chain: 'crab',
808
- rpc: ['https://crab-rpc.darwinia.network'],
816
+ rpc: [
817
+ 'https://crab-rpc.darwinia.network',
818
+ 'https://crab-rpc.darwiniacommunitydao.xyz',
819
+ 'https://crab.api.onfinality.io/public-ws',
820
+ 'https://darwiniacrab-rpc.dwellir.com'
821
+ ],
809
822
  faucets: [],
810
823
  nativeCurrency: {
811
824
  name: 'Crab Network Native Token',
@@ -828,7 +841,9 @@ exports.chains = {
828
841
  name: 'Darwinia Pangoro Testnet',
829
842
  chain: 'pangoro',
830
843
  rpc: ['https://pangoro-rpc.darwinia.network'],
831
- faucets: [],
844
+ faucets: [
845
+ 'https://docs.darwinia.network/pangoro-testnet-70cfec5dc9ca42759959ba3803edaec2'
846
+ ],
832
847
  nativeCurrency: {
833
848
  name: 'Pangoro Network Native Token',
834
849
  symbol: 'ORING',
@@ -849,7 +864,12 @@ exports.chains = {
849
864
  46: {
850
865
  name: 'Darwinia Network',
851
866
  chain: 'darwinia',
852
- rpc: ['https://rpc.darwinia.network'],
867
+ rpc: [
868
+ 'https://rpc.darwinia.network',
869
+ 'https://darwinia-rpc.darwiniacommunitydao.xyz',
870
+ 'https://darwinia2.api.onfinality.io/public-ws',
871
+ 'https://darwinia-rpc.dwellir.com'
872
+ ],
853
873
  faucets: [],
854
874
  nativeCurrency: {
855
875
  name: 'Darwinia Network Native Token',
@@ -1084,9 +1104,10 @@ exports.chains = {
1084
1104
  'https://bsc-dataseed3.ninicoin.io',
1085
1105
  'https://bsc-dataseed4.ninicoin.io',
1086
1106
  'https://bsc.publicnode.com',
1107
+ 'wss://bsc.publicnode.com',
1087
1108
  'wss://bsc-ws-node.nariox.org'
1088
1109
  ],
1089
- faucets: ['https://free-online-app.com/faucet-for-eth-evm-chains/'],
1110
+ faucets: [],
1090
1111
  nativeCurrency: {
1091
1112
  name: 'BNB Chain Native Token',
1092
1113
  symbol: 'BNB',
@@ -1113,7 +1134,8 @@ exports.chains = {
1113
1134
  'https://rpc.ankr.com/syscoin/${ANKR_API_KEY}',
1114
1135
  'https://syscoin.public-rpc.com',
1115
1136
  'wss://rpc.syscoin.org/wss',
1116
- 'https://syscoin-evm.publicnode.com'
1137
+ 'https://syscoin-evm.publicnode.com',
1138
+ 'wss://syscoin-evm.publicnode.com'
1117
1139
  ],
1118
1140
  faucets: ['https://faucet.syscoin.org'],
1119
1141
  nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
@@ -1174,7 +1196,7 @@ exports.chains = {
1174
1196
  name: 'GoChain',
1175
1197
  chain: 'GO',
1176
1198
  rpc: ['https://rpc.gochain.io'],
1177
- faucets: ['https://free-online-app.com/faucet-for-eth-evm-chains/'],
1199
+ faucets: [],
1178
1200
  nativeCurrency: { name: 'GoChain Ether', symbol: 'GO', decimals: 18 },
1179
1201
  infoURL: 'https://gochain.io',
1180
1202
  shortName: 'go',
@@ -1192,8 +1214,13 @@ exports.chains = {
1192
1214
  61: {
1193
1215
  name: 'Ethereum Classic Mainnet',
1194
1216
  chain: 'ETC',
1195
- rpc: ['https://etc.rivet.link'],
1196
- faucets: ['https://free-online-app.com/faucet-for-eth-evm-chains/?'],
1217
+ rpc: [
1218
+ 'https://etc.rivet.link',
1219
+ 'https://etc.etcdesktop.com',
1220
+ 'https://etc.mytokenpocket.vip'
1221
+ ],
1222
+ features: [{ name: 'EIP155' }],
1223
+ faucets: [],
1197
1224
  nativeCurrency: {
1198
1225
  name: 'Ethereum Classic Ether',
1199
1226
  symbol: 'ETC',
@@ -1208,7 +1235,7 @@ exports.chains = {
1208
1235
  {
1209
1236
  name: 'blockscout',
1210
1237
  url: 'https://blockscout.com/etc/mainnet',
1211
- standard: 'none'
1238
+ standard: 'EIP3091'
1212
1239
  }
1213
1240
  ]
1214
1241
  },
@@ -1231,7 +1258,11 @@ exports.chains = {
1231
1258
  name: 'Ethereum Classic Testnet Mordor',
1232
1259
  chain: 'ETC',
1233
1260
  rpc: ['https://rpc.mordor.etccooperative.org'],
1234
- faucets: [],
1261
+ features: [{ name: 'EIP155' }],
1262
+ faucets: [
1263
+ 'https://mordor.canhaz.net/',
1264
+ 'https://easy.hebeswap.com/#/faucet'
1265
+ ],
1235
1266
  nativeCurrency: {
1236
1267
  name: 'Mordor Classic Testnet Ether',
1237
1268
  symbol: 'METC',
@@ -1240,7 +1271,15 @@ exports.chains = {
1240
1271
  infoURL: 'https://github.com/eth-classic/mordor/',
1241
1272
  shortName: 'metc',
1242
1273
  chainId: 63,
1243
- networkId: 7
1274
+ networkId: 7,
1275
+ slip44: 63,
1276
+ explorers: [
1277
+ {
1278
+ name: 'blockscout',
1279
+ url: 'https://blockscout.com/etc/mordor',
1280
+ standard: 'EIP3091'
1281
+ }
1282
+ ]
1244
1283
  },
1245
1284
  64: {
1246
1285
  name: 'Ellaism',
@@ -1283,7 +1322,7 @@ exports.chains = {
1283
1322
  'https://exchainrpc.okex.org',
1284
1323
  'https://okc-mainnet.gateway.pokt.network/v1/lb/6275309bea1b320039c893ff'
1285
1324
  ],
1286
- faucets: ['https://free-online-app.com/faucet-for-eth-evm-chains/?'],
1325
+ faucets: [],
1287
1326
  nativeCurrency: {
1288
1327
  name: 'OKXChain Global Utility Token',
1289
1328
  symbol: 'OKT',
@@ -1490,7 +1529,7 @@ exports.chains = {
1490
1529
  'wss://sokol.poa.network/wss',
1491
1530
  'ws://sokol.poa.network:8546'
1492
1531
  ],
1493
- faucets: ['https://faucet.poa.network'],
1532
+ faucets: [],
1494
1533
  nativeCurrency: { name: 'POA Sokol Ether', symbol: 'SPOA', decimals: 18 },
1495
1534
  infoURL: 'https://poa.network',
1496
1535
  shortName: 'spoa',
@@ -1882,7 +1921,8 @@ exports.chains = {
1882
1921
  'https://data-seed-prebsc-2-s2.bnbchain.org:8545',
1883
1922
  'https://data-seed-prebsc-1-s3.bnbchain.org:8545',
1884
1923
  'https://data-seed-prebsc-2-s3.bnbchain.org:8545',
1885
- 'https://bsc-testnet.publicnode.com'
1924
+ 'https://bsc-testnet.publicnode.com',
1925
+ 'wss://bsc-testnet.publicnode.com'
1886
1926
  ],
1887
1927
  faucets: ['https://testnet.bnbchain.org/faucet-smart'],
1888
1928
  nativeCurrency: {
@@ -2018,6 +2058,7 @@ exports.chains = {
2018
2058
  103: {
2019
2059
  name: 'Worldland Mainnet',
2020
2060
  chain: 'Worldland',
2061
+ icon: 'worldland',
2021
2062
  rpc: ['https://seoul.worldland.foundation'],
2022
2063
  faucets: [],
2023
2064
  nativeCurrency: { name: 'Worldland', symbol: 'WL', decimals: 18 },
@@ -2125,7 +2166,7 @@ exports.chains = {
2125
2166
  'https://mainnet-rpc.thundertoken.net',
2126
2167
  'https://mainnet-rpc.thundercore.io'
2127
2168
  ],
2128
- faucets: ['https://faucet.thundercore.com'],
2169
+ faucets: [],
2129
2170
  nativeCurrency: { name: 'ThunderCore Token', symbol: 'TT', decimals: 18 },
2130
2171
  infoURL: 'https://thundercore.com',
2131
2172
  shortName: 'TT',
@@ -2140,6 +2181,25 @@ exports.chains = {
2140
2181
  }
2141
2182
  ]
2142
2183
  },
2184
+ 109: {
2185
+ name: 'Shibarium',
2186
+ chain: 'Shibarium',
2187
+ icon: 'shibarium',
2188
+ rpc: ['https://www.shibrpc.com'],
2189
+ faucets: [],
2190
+ nativeCurrency: { name: 'BONE Shibarium', symbol: 'BONE', decimals: 18 },
2191
+ infoURL: 'https://shibariumecosystem.com',
2192
+ shortName: 'shibariumecosystem',
2193
+ chainId: 109,
2194
+ networkId: 109,
2195
+ explorers: [
2196
+ {
2197
+ name: 'shibariumscan',
2198
+ url: 'https://www.shibariumscan.io',
2199
+ standard: 'none'
2200
+ }
2201
+ ]
2202
+ },
2143
2203
  110: {
2144
2204
  name: 'Proton Testnet',
2145
2205
  chain: 'XPR',
@@ -2346,7 +2406,7 @@ exports.chains = {
2346
2406
  'wss://rcl-dataseed3.rclsidechain.com/v1/',
2347
2407
  'wss://rcl-dataseed4.rclsidechain.com/v1/'
2348
2408
  ],
2349
- faucets: ['https://faucet.rclsidechain.com'],
2409
+ faucets: [],
2350
2410
  nativeCurrency: { name: 'Realchain', symbol: 'REAL', decimals: 18 },
2351
2411
  infoURL: 'https://www.rclsidechain.com/',
2352
2412
  shortName: 'REAL',
@@ -2456,7 +2516,7 @@ exports.chains = {
2456
2516
  'https://http-mainnet.hecochain.com',
2457
2517
  'wss://ws-mainnet.hecochain.com'
2458
2518
  ],
2459
- faucets: ['https://free-online-app.com/faucet-for-eth-evm-chains/'],
2519
+ faucets: [],
2460
2520
  nativeCurrency: {
2461
2521
  name: 'Huobi ECO Chain Native Token',
2462
2522
  symbol: 'HT',
@@ -2554,6 +2614,7 @@ exports.chains = {
2554
2614
  'https://rpc-mainnet.matic.quiknode.pro',
2555
2615
  'https://matic-mainnet-full-rpc.bwarelabs.com',
2556
2616
  'https://polygon-bor.publicnode.com',
2617
+ 'wss://polygon-bor.publicnode.com',
2557
2618
  'https://polygon.gateway.tenderly.co',
2558
2619
  'wss://polygon.gateway.tenderly.co'
2559
2620
  ],
@@ -2913,6 +2974,26 @@ exports.chains = {
2913
2974
  }
2914
2975
  ]
2915
2976
  },
2977
+ 169: {
2978
+ name: 'Manta Pacific Mainnet',
2979
+ chain: 'Manta Pacific',
2980
+ rpc: ['https://pacific-rpc.manta.network/http'],
2981
+ faucets: [],
2982
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
2983
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
2984
+ infoURL: 'https://pacific-info.manta.network',
2985
+ shortName: 'manta',
2986
+ chainId: 169,
2987
+ networkId: 169,
2988
+ icon: 'manta',
2989
+ explorers: [
2990
+ {
2991
+ name: 'manta-pacific Explorer',
2992
+ url: 'https://pacific-explorer.manta.network',
2993
+ standard: 'EIP3091'
2994
+ }
2995
+ ]
2996
+ },
2916
2997
  170: {
2917
2998
  name: 'HOO Smart Chain Testnet',
2918
2999
  chain: 'ETH',
@@ -3166,7 +3247,7 @@ exports.chains = {
3166
3247
  name: 'opBNB Mainnet',
3167
3248
  chain: 'opBNB',
3168
3249
  rpc: ['https://opbnb-mainnet-rpc.bnbchain.org'],
3169
- faucets: ['https://free-online-app.com/faucet-for-eth-evm-chains'],
3250
+ faucets: [],
3170
3251
  nativeCurrency: {
3171
3252
  name: 'BNB Chain Native Token',
3172
3253
  symbol: 'BNB',
@@ -3407,10 +3488,7 @@ exports.chains = {
3407
3488
  name: 'Energy Web Chain',
3408
3489
  chain: 'Energy Web Chain',
3409
3490
  rpc: ['https://rpc.energyweb.org', 'wss://rpc.energyweb.org/ws'],
3410
- faucets: [
3411
- 'https://faucet.carbonswap.exchange',
3412
- 'https://free-online-app.com/faucet-for-eth-evm-chains/'
3413
- ],
3491
+ faucets: [],
3414
3492
  nativeCurrency: { name: 'Energy Web Token', symbol: 'EWT', decimals: 18 },
3415
3493
  infoURL: 'https://energyweb.org',
3416
3494
  shortName: 'ewt',
@@ -3447,8 +3525,12 @@ exports.chains = {
3447
3525
  250: {
3448
3526
  name: 'Fantom Opera',
3449
3527
  chain: 'FTM',
3450
- rpc: ['https://rpc.ftm.tools', 'https://fantom.publicnode.com'],
3451
- faucets: ['https://free-online-app.com/faucet-for-eth-evm-chains/'],
3528
+ rpc: [
3529
+ 'https://rpc.ftm.tools',
3530
+ 'https://fantom.publicnode.com',
3531
+ 'wss://fantom.publicnode.com'
3532
+ ],
3533
+ faucets: [],
3452
3534
  nativeCurrency: { name: 'Fantom', symbol: 'FTM', decimals: 18 },
3453
3535
  infoURL: 'https://fantom.foundation',
3454
3536
  shortName: 'ftm',
@@ -3464,6 +3546,31 @@ exports.chains = {
3464
3546
  }
3465
3547
  ]
3466
3548
  },
3549
+ 255: {
3550
+ name: 'Kroma',
3551
+ chain: 'ETH',
3552
+ rpc: ['https://api.kroma.network'],
3553
+ faucets: [],
3554
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
3555
+ infoURL: 'https://kroma.network',
3556
+ icon: 'kroma',
3557
+ shortName: 'kroma',
3558
+ chainId: 255,
3559
+ networkId: 255,
3560
+ explorers: [
3561
+ {
3562
+ name: 'blockscout',
3563
+ url: 'https://blockscout.kroma.network',
3564
+ icon: 'blockscout',
3565
+ standard: 'EIP3091'
3566
+ }
3567
+ ],
3568
+ parent: {
3569
+ type: 'L2',
3570
+ chain: 'eip155-1',
3571
+ bridges: [{ url: 'https://kroma.network/bridge' }]
3572
+ }
3573
+ },
3467
3574
  256: {
3468
3575
  name: 'Huobi ECO Chain Testnet',
3469
3576
  chain: 'Heco',
@@ -3828,6 +3935,27 @@ exports.chains = {
3828
3935
  }
3829
3936
  ]
3830
3937
  },
3938
+ 309: {
3939
+ name: 'Wyzth Testnet',
3940
+ chain: 'WYZ',
3941
+ rpc: ['https://rpc-testnet3.wyzthchain.org/'],
3942
+ faucets: [],
3943
+ nativeCurrency: { name: 'Wyzth', symbol: 'WYZ', decimals: 18 },
3944
+ features: [{ name: 'EIP155' }],
3945
+ infoURL: 'https://wyzth.org/',
3946
+ shortName: 'wyz',
3947
+ chainId: 309,
3948
+ networkId: 309,
3949
+ icon: 'wyzth_icon',
3950
+ explorers: [
3951
+ {
3952
+ name: 'wyzth',
3953
+ url: 'http://24.199.108.65:4000',
3954
+ icon: 'wyzth',
3955
+ standard: 'EIP3091'
3956
+ }
3957
+ ]
3958
+ },
3831
3959
  311: {
3832
3960
  name: 'Omax Mainnet',
3833
3961
  chain: 'OMAX Chain',
@@ -3915,10 +4043,7 @@ exports.chains = {
3915
4043
  'https://kcc.mytokenpocket.vip',
3916
4044
  'https://public-rpc.blockpi.io/http/kcc'
3917
4045
  ],
3918
- faucets: [
3919
- 'https://faucet.kcc.io/',
3920
- 'https://free-online-app.com/faucet-for-eth-evm-chains/'
3921
- ],
4046
+ faucets: [],
3922
4047
  nativeCurrency: { name: 'KuCoin Token', symbol: 'KCS', decimals: 18 },
3923
4048
  infoURL: 'https://kcc.io',
3924
4049
  shortName: 'kcs',
@@ -4171,13 +4296,28 @@ exports.chains = {
4171
4296
  rpc: [
4172
4297
  'https://rpc.pulsechain.com',
4173
4298
  'wss://rpc.pulsechain.com',
4174
- 'https://pulsechain.publicnode.com'
4299
+ 'https://pulsechain.publicnode.com',
4300
+ 'wss://pulsechain.publicnode.com'
4175
4301
  ],
4302
+ slip44: 60,
4176
4303
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
4177
4304
  faucets: [],
4178
4305
  ens: { registry: '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e' },
4179
- status: 'incubating',
4180
- nativeCurrency: { name: 'Pulse', symbol: 'PLS', decimals: 18 }
4306
+ status: 'active',
4307
+ nativeCurrency: { name: 'Pulse', symbol: 'PLS', decimals: 18 },
4308
+ explorers: [
4309
+ {
4310
+ name: 'blockscout',
4311
+ url: 'https://scan.pulsechain.com',
4312
+ icon: 'blockscout',
4313
+ standard: 'EIP3091'
4314
+ },
4315
+ {
4316
+ name: 'otterscan',
4317
+ url: 'https://otter.pulsechain.com',
4318
+ standard: 'EIP3091'
4319
+ }
4320
+ ]
4181
4321
  },
4182
4322
  371: {
4183
4323
  name: 'Consta Testnet',
@@ -4316,6 +4456,7 @@ exports.chains = {
4316
4456
  rpc: [
4317
4457
  'https://goerli.optimism.io',
4318
4458
  'https://optimism-goerli.publicnode.com',
4459
+ 'wss://optimism-goerli.publicnode.com',
4319
4460
  'https://optimism-goerli.gateway.tenderly.co',
4320
4461
  'wss://optimism-goerli.gateway.tenderly.co'
4321
4462
  ],
@@ -4403,24 +4544,33 @@ exports.chains = {
4403
4544
  }
4404
4545
  },
4405
4546
  444: {
4406
- name: 'Frenchain Testnet',
4407
- chain: 'tfren',
4408
- rpc: ['https://rpc-01tn.frenchain.app'],
4547
+ name: 'Synapse Chain Testnet',
4548
+ status: 'active',
4549
+ chain: 'ETH',
4550
+ rpc: ['https://sepolia.synapseprotocol.com'],
4409
4551
  faucets: [],
4410
- nativeCurrency: { name: 'tFREN', symbol: 'FtREN', decimals: 18 },
4411
- infoURL: 'https://frenchain.app',
4412
- shortName: 'tFREN',
4552
+ nativeCurrency: { name: 'Sepolia ETH', symbol: 'ETH', decimals: 18 },
4553
+ infoURL: 'https://synapseprotocol.com',
4554
+ shortName: 'synapse-sepolia',
4413
4555
  chainId: 444,
4414
4556
  networkId: 444,
4415
- icon: 'fren',
4557
+ redFlags: ['reusedChainId'],
4416
4558
  explorers: [
4417
4559
  {
4418
- name: 'blockscout',
4419
- url: 'https://testnet.frenscan.io',
4420
- icon: 'fren',
4560
+ name: 'Synapse Chain Sepolia',
4561
+ url: 'https://sepolia.synapsescan.com',
4421
4562
  standard: 'EIP3091'
4422
4563
  }
4423
- ]
4564
+ ],
4565
+ parent: {
4566
+ type: 'L2',
4567
+ chain: 'eip155-11155111',
4568
+ bridges: [
4569
+ {
4570
+ url: 'https://docs.synapseprotocol.com/synapse-chain/using-synapse-chain/bridging-to-synapse-chain'
4571
+ }
4572
+ ]
4573
+ }
4424
4574
  },
4425
4575
  456: {
4426
4576
  name: 'ARZIO Chain',
@@ -4441,6 +4591,25 @@ exports.chains = {
4441
4591
  }
4442
4592
  ]
4443
4593
  },
4594
+ 462: {
4595
+ name: 'Areon Network Testnet',
4596
+ chain: 'Areon',
4597
+ icon: 'areon',
4598
+ rpc: ['https://testnet-rpc.areon.network'],
4599
+ faucets: [],
4600
+ nativeCurrency: { name: 'Areon', symbol: 'AREA', decimals: 18 },
4601
+ infoURL: 'https://areon.network',
4602
+ shortName: 'area',
4603
+ chainId: 462,
4604
+ networkId: 462,
4605
+ explorers: [
4606
+ {
4607
+ name: 'AreonScan',
4608
+ url: 'https://areonscan.com',
4609
+ standard: 'none'
4610
+ }
4611
+ ]
4612
+ },
4444
4613
  499: {
4445
4614
  name: 'Rupaya',
4446
4615
  chain: 'RUPX',
@@ -5297,7 +5466,7 @@ exports.chains = {
5297
5466
  networkId: 777
5298
5467
  },
5299
5468
  786: {
5300
- name: 'MAAL Sharia Chain',
5469
+ name: 'MAAL Chain',
5301
5470
  chain: 'MAAL',
5302
5471
  icon: 'maal',
5303
5472
  rpc: [
@@ -5307,7 +5476,7 @@ exports.chains = {
5307
5476
  ],
5308
5477
  faucets: [],
5309
5478
  nativeCurrency: { name: 'MAAL', symbol: 'MAAL', decimals: 18 },
5310
- infoURL: 'https://www.maalblockchain.com/',
5479
+ infoURL: 'https://www.maalchain.com/',
5311
5480
  shortName: 'maal',
5312
5481
  chainId: 786,
5313
5482
  networkId: 786,
@@ -5819,6 +5988,25 @@ exports.chains = {
5819
5988
  bridges: [{ url: 'https://bridge.mode.network/' }]
5820
5989
  }
5821
5990
  },
5991
+ 927: {
5992
+ name: 'Yidark Chain Mainnet',
5993
+ chain: 'Yidark',
5994
+ icon: 'ydk',
5995
+ rpc: ['https://rpc.yidark.io'],
5996
+ faucets: [],
5997
+ nativeCurrency: { name: 'Yidark', symbol: 'YDK', decimals: 18 },
5998
+ infoURL: 'https://yidarkscan.com',
5999
+ shortName: 'ydk',
6000
+ chainId: 927,
6001
+ networkId: 927,
6002
+ explorers: [
6003
+ {
6004
+ name: 'Yidarkscan',
6005
+ url: 'https://yidarkscan.com',
6006
+ standard: 'EIP3091'
6007
+ }
6008
+ ]
6009
+ },
5822
6010
  940: {
5823
6011
  name: 'PulseChain Testnet',
5824
6012
  shortName: 'tpls',
@@ -5861,6 +6049,7 @@ exports.chains = {
5861
6049
  'wss://rpc.v3.testnet.pulsechain.com/'
5862
6050
  ],
5863
6051
  faucets: ['https://faucet.v3.testnet.pulsechain.com/'],
6052
+ status: 'deprecated',
5864
6053
  nativeCurrency: { name: 'Test Pulse', symbol: 'tPLS', decimals: 18 }
5865
6054
  },
5866
6055
  943: {
@@ -5874,14 +6063,23 @@ exports.chains = {
5874
6063
  rpc: [
5875
6064
  'https://rpc.v4.testnet.pulsechain.com/',
5876
6065
  'wss://rpc.v4.testnet.pulsechain.com/',
5877
- 'https://pulsechain-testnet.publicnode.com'
6066
+ 'https://pulsechain-testnet.publicnode.com',
6067
+ 'wss://pulsechain-testnet.publicnode.com'
5878
6068
  ],
5879
6069
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
5880
6070
  faucets: ['https://faucet.v4.testnet.pulsechain.com/'],
5881
6071
  ens: { registry: '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e' },
5882
- status: 'incubating',
5883
- explorers: [],
5884
- nativeCurrency: { name: 'Test Pulse', symbol: 'tPLS', decimals: 18 }
6072
+ status: 'active',
6073
+ slip44: 60,
6074
+ nativeCurrency: { name: 'Test Pulse', symbol: 'tPLS', decimals: 18 },
6075
+ explorers: [
6076
+ {
6077
+ name: 'blockscout',
6078
+ url: 'https://scan.v4.testnet.pulsechain.com',
6079
+ icon: 'blockscout',
6080
+ standard: 'EIP3091'
6081
+ }
6082
+ ]
5885
6083
  },
5886
6084
  956: {
5887
6085
  name: 'muNode Testnet',
@@ -6111,6 +6309,24 @@ exports.chains = {
6111
6309
  chainId: 1001,
6112
6310
  networkId: 1001
6113
6311
  },
6312
+ 1003: {
6313
+ name: 'Tectum Emission Token',
6314
+ chain: 'TET',
6315
+ rpc: ['https://rpc.softnote.com/'],
6316
+ faucets: [],
6317
+ nativeCurrency: { name: 'Tectum', symbol: 'TET', decimals: 8 },
6318
+ infoURL: 'https://softnote.com',
6319
+ shortName: 'tet',
6320
+ chainId: 1003,
6321
+ networkId: 1003,
6322
+ explorers: [
6323
+ {
6324
+ name: 'Tectum explorer',
6325
+ url: 'https://explorer.tectum.io',
6326
+ standard: 'none'
6327
+ }
6328
+ ]
6329
+ },
6114
6330
  1004: {
6115
6331
  name: 'T-EKTA',
6116
6332
  title: 'EKTA Testnet T-EKTA',
@@ -6424,6 +6640,34 @@ exports.chains = {
6424
6640
  bridges: [{ url: 'https://bridge.metis.io' }]
6425
6641
  }
6426
6642
  },
6643
+ 1089: {
6644
+ name: 'Humans.ai Mainnet',
6645
+ chain: 'Humans',
6646
+ rpc: [
6647
+ 'https://jsonrpc.humans.nodestake.top',
6648
+ 'https://humans-mainnet-evm.itrocket.net:443',
6649
+ 'https://humans-evm-rpc.staketab.org:443',
6650
+ 'https://evm.humans.stakepool.dev.br',
6651
+ 'https://mainnet-humans-evm.konsortech.xyz',
6652
+ 'https://evm-rpc.mainnet.humans.zone'
6653
+ ],
6654
+ faucets: [],
6655
+ nativeCurrency: { name: 'HEART', symbol: 'HEART', decimals: 18 },
6656
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
6657
+ infoURL: 'https://humans.ai',
6658
+ shortName: 'humans',
6659
+ chainId: 1089,
6660
+ networkId: 1089,
6661
+ icon: 'humans',
6662
+ explorers: [
6663
+ {
6664
+ name: 'explorer.guru',
6665
+ url: 'https://humans.explorers.guru',
6666
+ icon: 'humans',
6667
+ standard: 'none'
6668
+ }
6669
+ ]
6670
+ },
6427
6671
  1099: {
6428
6672
  name: 'MOAC mainnet',
6429
6673
  chain: 'MOAC',
@@ -6621,6 +6865,25 @@ exports.chains = {
6621
6865
  icon: 'defichain-network',
6622
6866
  explorers: []
6623
6867
  },
6868
+ 1133: {
6869
+ name: 'DeFiMetaChain',
6870
+ icon: 'changi',
6871
+ chain: 'DFI',
6872
+ rpc: ['https://testnet-dmc.mydefichain.com:20551'],
6873
+ faucets: ['http://tc04.mydefichain.com/faucet'],
6874
+ nativeCurrency: { name: 'DeFiChain Token', symbol: 'DFI', decimals: 18 },
6875
+ infoURL: 'https://defichain.com',
6876
+ shortName: 'changi',
6877
+ chainId: 1133,
6878
+ networkId: 1133,
6879
+ explorers: [
6880
+ {
6881
+ name: 'MetaScan',
6882
+ url: 'https://meta.defiscan.live',
6883
+ standard: 'EIP3091'
6884
+ }
6885
+ ]
6886
+ },
6624
6887
  1138: {
6625
6888
  name: 'AmStar Testnet',
6626
6889
  chain: 'AmStar',
@@ -7193,39 +7456,45 @@ exports.chains = {
7193
7456
  icon: 'alyx'
7194
7457
  },
7195
7458
  1319: {
7196
- name: 'Aitd Mainnet',
7197
- chain: 'AITD',
7198
- icon: 'aitd',
7199
- rpc: ['https://walletrpc.aitd.io', 'https://node.aitd.io'],
7200
- faucets: [],
7201
- nativeCurrency: { name: 'AITD Mainnet', symbol: 'AITD', decimals: 18 },
7202
- infoURL: 'https://www.aitd.io/',
7203
- shortName: 'aitd',
7459
+ name: 'AIA Mainnet',
7460
+ chain: 'AIA',
7461
+ icon: 'aia',
7462
+ rpc: [
7463
+ 'https://aia-dataseed1.aiachain.org',
7464
+ 'https://aia-dataseed2.aiachain.org',
7465
+ 'https://aia-dataseed3.aiachain.org',
7466
+ 'https://aia-dataseed4.aiachain.org'
7467
+ ],
7468
+ faucets: [],
7469
+ nativeCurrency: { name: 'AIA Mainnet', symbol: 'AIA', decimals: 18 },
7470
+ infoURL: 'https://aiachain.org/',
7471
+ shortName: 'aia',
7204
7472
  chainId: 1319,
7205
7473
  networkId: 1319,
7206
7474
  explorers: [
7207
7475
  {
7208
- name: 'AITD Chain Explorer Mainnet',
7209
- url: 'https://aitd-explorer-new.aitd.io',
7476
+ name: 'AIA Chain Explorer Mainnet',
7477
+ url: 'https://aiascan.com',
7210
7478
  standard: 'EIP3091'
7211
7479
  }
7212
7480
  ]
7213
7481
  },
7214
7482
  1320: {
7215
- name: 'Aitd Testnet',
7216
- chain: 'AITD',
7217
- icon: 'aitd',
7218
- rpc: ['http://http-testnet.aitd.io'],
7219
- faucets: ['https://aitd-faucet-pre.aitdcoin.com/'],
7220
- nativeCurrency: { name: 'AITD Testnet', symbol: 'AITD', decimals: 18 },
7221
- infoURL: 'https://www.aitd.io/',
7222
- shortName: 'aitdtestnet',
7483
+ name: 'AIA Testnet',
7484
+ chain: 'AIA',
7485
+ icon: 'aia',
7486
+ rpc: ['https://aia-dataseed1-testnet.aiachain.org'],
7487
+ faucets: ['https://aia-faucet-testnet.aiachain.org'],
7488
+ nativeCurrency: { name: 'AIA Testnet', symbol: 'AIA', decimals: 18 },
7489
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
7490
+ infoURL: 'https://aiachain.org',
7491
+ shortName: 'aiatestnet',
7223
7492
  chainId: 1320,
7224
7493
  networkId: 1320,
7225
7494
  explorers: [
7226
7495
  {
7227
- name: 'AITD Chain Explorer Testnet',
7228
- url: 'https://block-explorer-testnet.aitd.io',
7496
+ name: 'AIA Chain Explorer Testnet',
7497
+ url: 'https://testnet.aiascan.com',
7229
7498
  standard: 'EIP3091'
7230
7499
  }
7231
7500
  ]
@@ -7594,7 +7863,11 @@ exports.chains = {
7594
7863
  title: 'Tenet Mainnet',
7595
7864
  chain: 'TENET',
7596
7865
  icon: 'tenet',
7597
- rpc: ['https://rpc.tenet.org', 'https://tenet-evm.publicnode.com'],
7866
+ rpc: [
7867
+ 'https://rpc.tenet.org',
7868
+ 'https://tenet-evm.publicnode.com',
7869
+ 'wss://tenet-evm.publicnode.com'
7870
+ ],
7598
7871
  faucets: [],
7599
7872
  nativeCurrency: { name: 'TENET', symbol: 'TENET', decimals: 18 },
7600
7873
  infoURL: 'https://tenet.org/',
@@ -8268,6 +8541,46 @@ exports.chains = {
8268
8541
  }
8269
8542
  ]
8270
8543
  },
8544
+ 1985: {
8545
+ name: 'SatoshIE',
8546
+ chain: 'TUSHY',
8547
+ rpc: ['http://rpc.satosh.ie'],
8548
+ faucets: [],
8549
+ nativeCurrency: { name: 'Tushy Token', symbol: 'TUSHY', decimals: 18 },
8550
+ infoURL: 'https://satosh.ie',
8551
+ shortName: 'satoshie',
8552
+ chainId: 1985,
8553
+ networkId: 1985,
8554
+ icon: 'satoshie',
8555
+ explorers: [
8556
+ {
8557
+ name: 'mainnetexplorer',
8558
+ url: 'http://explore.satosh.ie',
8559
+ icon: 'satoshie',
8560
+ standard: 'none'
8561
+ }
8562
+ ]
8563
+ },
8564
+ 1986: {
8565
+ name: 'SatoshIE Testnet',
8566
+ chain: 'TUSHY',
8567
+ rpc: ['http://testnet.satosh.ie'],
8568
+ faucets: [],
8569
+ nativeCurrency: { name: 'Tushy Token', symbol: 'TUSHY', decimals: 18 },
8570
+ infoURL: 'https://satosh.ie',
8571
+ shortName: 'satoshie_testnet',
8572
+ chainId: 1986,
8573
+ networkId: 1986,
8574
+ icon: 'satoshie',
8575
+ explorers: [
8576
+ {
8577
+ name: 'testnetexplorer',
8578
+ url: 'http://explore-testnet.satosh.ie',
8579
+ icon: 'satoshie',
8580
+ standard: 'none'
8581
+ }
8582
+ ]
8583
+ },
8271
8584
  1987: {
8272
8585
  name: 'EtherGem',
8273
8586
  chain: 'EGEM',
@@ -9119,7 +9432,8 @@ exports.chains = {
9119
9432
  'https://kava-evm.rpc.thirdweb.com',
9120
9433
  'wss://wevm.kava.io',
9121
9434
  'wss://wevm2.kava.io',
9122
- 'https://kava-evm.publicnode.com'
9435
+ 'https://kava-evm.publicnode.com',
9436
+ 'wss://kava-evm.publicnode.com'
9123
9437
  ],
9124
9438
  faucets: [],
9125
9439
  nativeCurrency: { name: 'Kava', symbol: 'KAVA', decimals: 18 },
@@ -9636,6 +9950,7 @@ exports.chains = {
9636
9950
  3003: {
9637
9951
  name: 'Canxium Mainnet',
9638
9952
  chain: 'CAU',
9953
+ icon: 'canxium',
9639
9954
  rpc: ['https://rpc.canxium.org'],
9640
9955
  faucets: [],
9641
9956
  nativeCurrency: { name: 'Canxium', symbol: 'CAU', decimals: 18 },
@@ -10303,7 +10618,8 @@ exports.chains = {
10303
10618
  chain: 'FTM',
10304
10619
  rpc: [
10305
10620
  'https://rpc.testnet.fantom.network',
10306
- 'https://fantom-testnet.publicnode.com'
10621
+ 'https://fantom-testnet.publicnode.com',
10622
+ 'wss://fantom-testnet.publicnode.com'
10307
10623
  ],
10308
10624
  faucets: ['https://faucet.fantom.network'],
10309
10625
  nativeCurrency: { name: 'Fantom', symbol: 'FTM', decimals: 18 },
@@ -10788,7 +11104,11 @@ exports.chains = {
10788
11104
  name: 'Mantle',
10789
11105
  chain: 'ETH',
10790
11106
  icon: 'mantle',
10791
- rpc: ['https://rpc.mantle.xyz', 'https://mantle.publicnode.com'],
11107
+ rpc: [
11108
+ 'https://rpc.mantle.xyz',
11109
+ 'https://mantle.publicnode.com',
11110
+ 'wss://mantle.publicnode.com'
11111
+ ],
10792
11112
  faucets: [],
10793
11113
  nativeCurrency: { name: 'Mantle', symbol: 'MNT', decimals: 18 },
10794
11114
  infoURL: 'https://mantle.xyz',
@@ -11128,7 +11448,8 @@ exports.chains = {
11128
11448
  rpc: [
11129
11449
  'https://rpc.tanenbaum.io',
11130
11450
  'wss://rpc.tanenbaum.io/wss',
11131
- 'https://syscoin-tanenbaum-evm.publicnode.com'
11451
+ 'https://syscoin-tanenbaum-evm.publicnode.com',
11452
+ 'wss://syscoin-tanenbaum-evm.publicnode.com'
11132
11453
  ],
11133
11454
  faucets: ['https://faucet.tanenbaum.io'],
11134
11455
  nativeCurrency: { name: 'Testnet Syscoin', symbol: 'tSYS', decimals: 18 },
@@ -11434,7 +11755,8 @@ exports.chains = {
11434
11755
  chain: 'IRIShub',
11435
11756
  rpc: [
11436
11757
  'https://evmrpc.irishub-1.irisnet.org',
11437
- 'https://iris-evm.publicnode.com'
11758
+ 'https://iris-evm.publicnode.com',
11759
+ 'wss://iris-evm.publicnode.com'
11438
11760
  ],
11439
11761
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
11440
11762
  faucets: [],
@@ -12286,7 +12608,8 @@ exports.chains = {
12286
12608
  'https://developer-access-mainnet.base.org/',
12287
12609
  'https://base.gateway.tenderly.co',
12288
12610
  'wss://base.gateway.tenderly.co',
12289
- 'https://base.publicnode.com'
12611
+ 'https://base.publicnode.com',
12612
+ 'wss://base.publicnode.com'
12290
12613
  ],
12291
12614
  faucets: [],
12292
12615
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
@@ -12643,7 +12966,7 @@ exports.chains = {
12643
12966
  9001: {
12644
12967
  name: 'Evmos',
12645
12968
  chain: 'Evmos',
12646
- rpc: ['https://evmos-evm.publicnode.com'],
12969
+ rpc: ['https://evmos-evm.publicnode.com', 'wss://evmos-evm.publicnode.com'],
12647
12970
  faucets: [],
12648
12971
  nativeCurrency: { name: 'Evmos', symbol: 'EVMOS', decimals: 18 },
12649
12972
  infoURL: 'https://evmos.org',
@@ -12975,7 +13298,7 @@ exports.chains = {
12975
13298
  ],
12976
13299
  faucets: ['https://faucet.mindchain.info/'],
12977
13300
  nativeCurrency: { name: 'MIND Coin', symbol: 'tMIND', decimals: 18 },
12978
- infoURL: 'https://mindscan.info',
13301
+ infoURL: 'https://mindchain.info',
12979
13302
  shortName: 'tMIND',
12980
13303
  chainId: 9977,
12981
13304
  networkId: 9977,
@@ -12987,6 +13310,25 @@ exports.chains = {
12987
13310
  }
12988
13311
  ]
12989
13312
  },
13313
+ 9990: {
13314
+ name: 'Agung Network',
13315
+ chain: 'Agung',
13316
+ icon: 'agung',
13317
+ rpc: ['https://rpcpc1-qa.agung.peaq.network'],
13318
+ faucets: [],
13319
+ nativeCurrency: { name: 'Agung', symbol: 'AGNG', decimals: 18 },
13320
+ infoURL: 'https://www.peaq.network',
13321
+ shortName: 'AGNG',
13322
+ chainId: 9990,
13323
+ networkId: 9990,
13324
+ explorers: [
13325
+ {
13326
+ name: 'Polkadot.js',
13327
+ url: 'https://polkadot.js.org/apps/?rpc=wss://wsspc1-qa.agung.peaq.network#/explorer',
13328
+ standard: 'none'
13329
+ }
13330
+ ]
13331
+ },
12990
13332
  9996: {
12991
13333
  name: 'Mind Smart Chain Mainnet',
12992
13334
  chain: 'MIND',
@@ -12998,7 +13340,7 @@ exports.chains = {
12998
13340
  ],
12999
13341
  faucets: [],
13000
13342
  nativeCurrency: { name: 'MIND Coin', symbol: 'MIND', decimals: 18 },
13001
- infoURL: 'https://mindscan.info',
13343
+ infoURL: 'https://mindchain.info',
13002
13344
  shortName: 'MIND',
13003
13345
  chainId: 9996,
13004
13346
  networkId: 9996,
@@ -13246,6 +13588,7 @@ exports.chains = {
13246
13588
  10395: {
13247
13589
  name: 'Worldland Testnet',
13248
13590
  chain: 'Worldland',
13591
+ icon: 'worldland',
13249
13592
  rpc: ['https://gwangju.worldland.foundation'],
13250
13593
  faucets: [],
13251
13594
  nativeCurrency: { name: 'Worldland', symbol: 'WL', decimals: 18 },
@@ -13447,7 +13790,7 @@ exports.chains = {
13447
13790
  name: 'HashBit Mainnet',
13448
13791
  chain: 'HBIT',
13449
13792
  rpc: ['https://mainnet-rpc.hashbit.org', 'https://rpc.hashbit.org'],
13450
- faucets: ['https://free-online-app.com/faucet-for-eth-evm-chains/'],
13793
+ faucets: [],
13451
13794
  nativeCurrency: {
13452
13795
  name: 'HashBit Native Token',
13453
13796
  symbol: 'HBIT',
@@ -13468,7 +13811,11 @@ exports.chains = {
13468
13811
  11235: {
13469
13812
  name: 'Haqq Network',
13470
13813
  chain: 'Haqq',
13471
- rpc: ['https://rpc.eth.haqq.network', 'https://haqq-evm.publicnode.com'],
13814
+ rpc: [
13815
+ 'https://rpc.eth.haqq.network',
13816
+ 'https://haqq-evm.publicnode.com',
13817
+ 'wss://haqq-evm.publicnode.com'
13818
+ ],
13472
13819
  faucets: [],
13473
13820
  nativeCurrency: { name: 'Islamic Coin', symbol: 'ISLM', decimals: 18 },
13474
13821
  infoURL: 'https://islamiccoin.net',
@@ -13739,6 +14086,25 @@ exports.chains = {
13739
14086
  }
13740
14087
  ]
13741
14088
  },
14089
+ 12890: {
14090
+ name: 'Quantum Chain Testnet',
14091
+ chain: 'QNET',
14092
+ icon: 'qnet',
14093
+ rpc: ['https://testnet-rpc.quantumscan.org'],
14094
+ faucets: [],
14095
+ nativeCurrency: { name: 'Quantum Chain', symbol: 'QNET', decimals: 18 },
14096
+ infoURL: 'https://quantumnetwork.gg',
14097
+ shortName: 'qnet',
14098
+ chainId: 12890,
14099
+ networkId: 12890,
14100
+ explorers: [
14101
+ {
14102
+ name: 'Quantum Scan Testnet',
14103
+ url: 'https://testnet.quantumscan.org',
14104
+ standard: 'EIP3091'
14105
+ }
14106
+ ]
14107
+ },
13742
14108
  13000: {
13743
14109
  name: 'SPS',
13744
14110
  chain: 'SPS',
@@ -14382,7 +14748,7 @@ exports.chains = {
14382
14748
  icon: 'map',
14383
14749
  rpc: ['https://rpc.maplabs.io'],
14384
14750
  faucets: [],
14385
- nativeCurrency: { name: 'MAP', symbol: 'MAP', decimals: 18 },
14751
+ nativeCurrency: { name: 'MAPO', symbol: 'MAPO', decimals: 18 },
14386
14752
  infoURL: 'https://maplabs.io',
14387
14753
  shortName: 'map',
14388
14754
  chainId: 22776,
@@ -14643,6 +15009,25 @@ exports.chains = {
14643
15009
  }
14644
15010
  ]
14645
15011
  },
15012
+ 30103: {
15013
+ name: 'Cerium Testnet',
15014
+ chain: 'CAU',
15015
+ icon: 'canxium',
15016
+ rpc: ['https://cerium-rpc.canxium.net'],
15017
+ faucets: [],
15018
+ nativeCurrency: { name: 'Canxium', symbol: 'CAU', decimals: 18 },
15019
+ infoURL: 'https://canxium.org',
15020
+ shortName: 'ceri',
15021
+ chainId: 30103,
15022
+ networkId: 30103,
15023
+ explorers: [
15024
+ {
15025
+ name: 'canxium explorer',
15026
+ url: 'https://cerium-explorer.canxium.net',
15027
+ standard: 'none'
15028
+ }
15029
+ ]
15030
+ },
14646
15031
  31102: {
14647
15032
  name: 'Ethersocial Network',
14648
15033
  chain: 'ESN',
@@ -14991,7 +15376,8 @@ exports.chains = {
14991
15376
  'https://arbitrum-mainnet.infura.io/v3/${INFURA_API_KEY}',
14992
15377
  'https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}',
14993
15378
  'https://arb1.arbitrum.io/rpc',
14994
- 'https://arbitrum-one.publicnode.com'
15379
+ 'https://arbitrum-one.publicnode.com',
15380
+ 'wss://arbitrum-one.publicnode.com'
14995
15381
  ],
14996
15382
  faucets: [],
14997
15383
  explorers: [
@@ -15022,7 +15408,8 @@ exports.chains = {
15022
15408
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
15023
15409
  rpc: [
15024
15410
  'https://nova.arbitrum.io/rpc',
15025
- 'https://arbitrum-nova.publicnode.com'
15411
+ 'https://arbitrum-nova.publicnode.com',
15412
+ 'wss://arbitrum-nova.publicnode.com'
15026
15413
  ],
15027
15414
  faucets: [],
15028
15415
  explorers: [
@@ -15048,7 +15435,7 @@ exports.chains = {
15048
15435
  networkId: 42220,
15049
15436
  nativeCurrency: { name: 'CELO', symbol: 'CELO', decimals: 18 },
15050
15437
  rpc: ['https://forno.celo.org', 'wss://forno.celo.org/ws'],
15051
- faucets: ['https://free-online-app.com/faucet-for-eth-evm-chains/'],
15438
+ faucets: [],
15052
15439
  infoURL: 'https://docs.celo.org/',
15053
15440
  explorers: [
15054
15441
  {
@@ -15141,7 +15528,8 @@ exports.chains = {
15141
15528
  icon: 'avax',
15142
15529
  rpc: [
15143
15530
  'https://api.avax-test.network/ext/bc/C/rpc',
15144
- 'https://avalanche-fuji-c-chain.publicnode.com'
15531
+ 'https://avalanche-fuji-c-chain.publicnode.com',
15532
+ 'wss://avalanche-fuji-c-chain.publicnode.com'
15145
15533
  ],
15146
15534
  faucets: ['https://faucet.avax-test.network/'],
15147
15535
  nativeCurrency: { name: 'Avalanche', symbol: 'AVAX', decimals: 18 },
@@ -15163,10 +15551,11 @@ exports.chains = {
15163
15551
  icon: 'avax',
15164
15552
  rpc: [
15165
15553
  'https://api.avax.network/ext/bc/C/rpc',
15166
- 'https://avalanche-c-chain.publicnode.com'
15554
+ 'https://avalanche-c-chain.publicnode.com',
15555
+ 'wss://avalanche-c-chain.publicnode.com'
15167
15556
  ],
15168
15557
  features: [{ name: 'EIP1559' }],
15169
- faucets: ['https://free-online-app.com/faucet-for-eth-evm-chains/'],
15558
+ faucets: [],
15170
15559
  nativeCurrency: { name: 'Avalanche', symbol: 'AVAX', decimals: 18 },
15171
15560
  infoURL: 'https://www.avax.network/',
15172
15561
  shortName: 'avax',
@@ -16383,10 +16772,9 @@ exports.chains = {
16383
16772
  chain: 'Polygon',
16384
16773
  icon: 'polygon',
16385
16774
  rpc: [
16386
- 'https://matic-mumbai.chainstacklabs.com',
16387
16775
  'https://rpc-mumbai.maticvigil.com',
16388
- 'https://matic-testnet-archive-rpc.bwarelabs.com',
16389
16776
  'https://polygon-mumbai-bor.publicnode.com',
16777
+ 'wss://polygon-mumbai-bor.publicnode.com',
16390
16778
  'https://polygon-mumbai.gateway.tenderly.co',
16391
16779
  'wss://polygon-mumbai.gateway.tenderly.co'
16392
16780
  ],
@@ -16528,7 +16916,8 @@ exports.chains = {
16528
16916
  'https://goerli.base.org',
16529
16917
  'https://base-goerli.gateway.tenderly.co',
16530
16918
  'wss://base-goerli.gateway.tenderly.co',
16531
- 'https://base-goerli.publicnode.com'
16919
+ 'https://base-goerli.publicnode.com',
16920
+ 'wss://base-goerli.publicnode.com'
16532
16921
  ],
16533
16922
  faucets: ['https://www.coinbase.com/faucets/base-ethereum-goerli-faucet'],
16534
16923
  nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
@@ -18236,7 +18625,8 @@ exports.chains = {
18236
18625
  },
18237
18626
  rpc: [
18238
18627
  'https://goerli-rollup.arbitrum.io/rpc',
18239
- 'https://arbitrum-goerli.publicnode.com'
18628
+ 'https://arbitrum-goerli.publicnode.com',
18629
+ 'wss://arbitrum-goerli.publicnode.com'
18240
18630
  ],
18241
18631
  faucets: [],
18242
18632
  infoURL: 'https://arbitrum.io/',
@@ -18253,6 +18643,30 @@ exports.chains = {
18253
18643
  bridges: [{ url: 'https://bridge.arbitrum.io/' }]
18254
18644
  }
18255
18645
  },
18646
+ 421614: {
18647
+ name: 'Arbitrum Sepolia',
18648
+ title: 'Arbitrum Sepolia Rollup Testnet',
18649
+ chain: 'ETH',
18650
+ rpc: ['https://sepolia-rollup.arbitrum.io/rpc'],
18651
+ faucets: [],
18652
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
18653
+ infoURL: 'https://arbitrum.io',
18654
+ shortName: 'arb-sep',
18655
+ chainId: 421614,
18656
+ networkId: 421614,
18657
+ explorers: [
18658
+ {
18659
+ name: 'Arbitrum Sepolia Rollup Testnet Explorer',
18660
+ url: 'https://sepolia-explorer.arbitrum.io',
18661
+ standard: 'EIP3091'
18662
+ }
18663
+ ],
18664
+ parent: {
18665
+ type: 'L2',
18666
+ chain: 'eip155-11155111',
18667
+ bridges: [{ url: 'https://bridge.arbitrum.io' }]
18668
+ }
18669
+ },
18256
18670
  424242: {
18257
18671
  name: 'Fastex Chain testnet',
18258
18672
  chain: 'FTN',
@@ -18524,7 +18938,7 @@ exports.chains = {
18524
18938
  title: 'BESC Mainnet',
18525
18939
  chain: 'BESC',
18526
18940
  rpc: ['https://mainnet-rpc.bescscan.io'],
18527
- faucets: ['faucet.bescscan.ion'],
18941
+ faucets: [],
18528
18942
  nativeCurrency: {
18529
18943
  name: 'BeanEco SmartChain',
18530
18944
  symbol: 'BESC',
@@ -18739,7 +19153,7 @@ exports.chains = {
18739
19153
  name: 'Posichain Mainnet Shard 0',
18740
19154
  chain: 'PSC',
18741
19155
  rpc: ['https://api.posichain.org', 'https://api.s0.posichain.org'],
18742
- faucets: ['https://faucet.posichain.org/'],
19156
+ faucets: [],
18743
19157
  nativeCurrency: {
18744
19158
  name: 'Posichain Native Token',
18745
19159
  symbol: 'POSI',
@@ -19077,7 +19491,7 @@ exports.chains = {
19077
19491
  nativeCurrency: { name: 'Manta', symbol: 'MANTA', decimals: 18 },
19078
19492
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
19079
19493
  infoURL: 'https://manta-testnet.caldera.dev/',
19080
- shortName: 'manta',
19494
+ shortName: 'mantaTestnet',
19081
19495
  chainId: 3441005,
19082
19496
  networkId: 3441005,
19083
19497
  icon: 'manta',
@@ -19521,7 +19935,13 @@ exports.chains = {
19521
19935
  20181205: {
19522
19936
  name: 'quarkblockchain',
19523
19937
  chain: 'QKI',
19524
- rpc: ['https://hz.rpc.qkiscan.cn', 'https://jp.rpc.qkiscan.io'],
19938
+ rpc: [
19939
+ 'https://hz.rpc.qkiscan.cn',
19940
+ 'https://jp.rpc.qkiscan.io',
19941
+ 'https://rpc1.qkiscan.io',
19942
+ 'https://rpc2.qkiscan.io',
19943
+ 'https://rpc3.qkiscan.io'
19944
+ ],
19525
19945
  faucets: [],
19526
19946
  nativeCurrency: {
19527
19947
  name: 'quarkblockchain Native Token',
@@ -19531,7 +19951,10 @@ exports.chains = {
19531
19951
  infoURL: 'https://quarkblockchain.org/',
19532
19952
  shortName: 'qki',
19533
19953
  chainId: 20181205,
19534
- networkId: 20181205
19954
+ networkId: 20181205,
19955
+ explorers: [
19956
+ { name: 'qkiscan', url: 'https://qkiscan.io', standard: 'EIP3091' }
19957
+ ]
19535
19958
  },
19536
19959
  20201022: {
19537
19960
  name: 'Pego Network',