@revoke.cash/chains 14.0.0 → 15.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
  ],
@@ -3166,7 +3227,7 @@ exports.chains = {
3166
3227
  name: 'opBNB Mainnet',
3167
3228
  chain: 'opBNB',
3168
3229
  rpc: ['https://opbnb-mainnet-rpc.bnbchain.org'],
3169
- faucets: ['https://free-online-app.com/faucet-for-eth-evm-chains'],
3230
+ faucets: [],
3170
3231
  nativeCurrency: {
3171
3232
  name: 'BNB Chain Native Token',
3172
3233
  symbol: 'BNB',
@@ -3407,10 +3468,7 @@ exports.chains = {
3407
3468
  name: 'Energy Web Chain',
3408
3469
  chain: 'Energy Web Chain',
3409
3470
  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
- ],
3471
+ faucets: [],
3414
3472
  nativeCurrency: { name: 'Energy Web Token', symbol: 'EWT', decimals: 18 },
3415
3473
  infoURL: 'https://energyweb.org',
3416
3474
  shortName: 'ewt',
@@ -3447,8 +3505,12 @@ exports.chains = {
3447
3505
  250: {
3448
3506
  name: 'Fantom Opera',
3449
3507
  chain: 'FTM',
3450
- rpc: ['https://rpc.ftm.tools', 'https://fantom.publicnode.com'],
3451
- faucets: ['https://free-online-app.com/faucet-for-eth-evm-chains/'],
3508
+ rpc: [
3509
+ 'https://rpc.ftm.tools',
3510
+ 'https://fantom.publicnode.com',
3511
+ 'wss://fantom.publicnode.com'
3512
+ ],
3513
+ faucets: [],
3452
3514
  nativeCurrency: { name: 'Fantom', symbol: 'FTM', decimals: 18 },
3453
3515
  infoURL: 'https://fantom.foundation',
3454
3516
  shortName: 'ftm',
@@ -3464,6 +3526,31 @@ exports.chains = {
3464
3526
  }
3465
3527
  ]
3466
3528
  },
3529
+ 255: {
3530
+ name: 'Kroma',
3531
+ chain: 'ETH',
3532
+ rpc: ['https://api.kroma.network'],
3533
+ faucets: [],
3534
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
3535
+ infoURL: 'https://kroma.network',
3536
+ icon: 'kroma',
3537
+ shortName: 'kroma',
3538
+ chainId: 255,
3539
+ networkId: 255,
3540
+ explorers: [
3541
+ {
3542
+ name: 'blockscout',
3543
+ url: 'https://blockscout.kroma.network',
3544
+ icon: 'blockscout',
3545
+ standard: 'EIP3091'
3546
+ }
3547
+ ],
3548
+ parent: {
3549
+ type: 'L2',
3550
+ chain: 'eip155-1',
3551
+ bridges: [{ url: 'https://kroma.network/bridge' }]
3552
+ }
3553
+ },
3467
3554
  256: {
3468
3555
  name: 'Huobi ECO Chain Testnet',
3469
3556
  chain: 'Heco',
@@ -3915,10 +4002,7 @@ exports.chains = {
3915
4002
  'https://kcc.mytokenpocket.vip',
3916
4003
  'https://public-rpc.blockpi.io/http/kcc'
3917
4004
  ],
3918
- faucets: [
3919
- 'https://faucet.kcc.io/',
3920
- 'https://free-online-app.com/faucet-for-eth-evm-chains/'
3921
- ],
4005
+ faucets: [],
3922
4006
  nativeCurrency: { name: 'KuCoin Token', symbol: 'KCS', decimals: 18 },
3923
4007
  infoURL: 'https://kcc.io',
3924
4008
  shortName: 'kcs',
@@ -4171,13 +4255,28 @@ exports.chains = {
4171
4255
  rpc: [
4172
4256
  'https://rpc.pulsechain.com',
4173
4257
  'wss://rpc.pulsechain.com',
4174
- 'https://pulsechain.publicnode.com'
4258
+ 'https://pulsechain.publicnode.com',
4259
+ 'wss://pulsechain.publicnode.com'
4175
4260
  ],
4261
+ slip44: 60,
4176
4262
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
4177
4263
  faucets: [],
4178
4264
  ens: { registry: '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e' },
4179
- status: 'incubating',
4180
- nativeCurrency: { name: 'Pulse', symbol: 'PLS', decimals: 18 }
4265
+ status: 'active',
4266
+ nativeCurrency: { name: 'Pulse', symbol: 'PLS', decimals: 18 },
4267
+ explorers: [
4268
+ {
4269
+ name: 'blockscout',
4270
+ url: 'https://scan.pulsechain.com',
4271
+ icon: 'blockscout',
4272
+ standard: 'EIP3091'
4273
+ },
4274
+ {
4275
+ name: 'otterscan',
4276
+ url: 'https://otter.pulsechain.com',
4277
+ standard: 'EIP3091'
4278
+ }
4279
+ ]
4181
4280
  },
4182
4281
  371: {
4183
4282
  name: 'Consta Testnet',
@@ -4316,6 +4415,7 @@ exports.chains = {
4316
4415
  rpc: [
4317
4416
  'https://goerli.optimism.io',
4318
4417
  'https://optimism-goerli.publicnode.com',
4418
+ 'wss://optimism-goerli.publicnode.com',
4319
4419
  'https://optimism-goerli.gateway.tenderly.co',
4320
4420
  'wss://optimism-goerli.gateway.tenderly.co'
4321
4421
  ],
@@ -4404,6 +4504,7 @@ exports.chains = {
4404
4504
  },
4405
4505
  444: {
4406
4506
  name: 'Frenchain Testnet',
4507
+ status: 'deprecated',
4407
4508
  chain: 'tfren',
4408
4509
  rpc: ['https://rpc-01tn.frenchain.app'],
4409
4510
  faucets: [],
@@ -4441,6 +4542,25 @@ exports.chains = {
4441
4542
  }
4442
4543
  ]
4443
4544
  },
4545
+ 462: {
4546
+ name: 'Areon Network Testnet',
4547
+ chain: 'Areon',
4548
+ icon: 'areon',
4549
+ rpc: ['https://testnet-rpc.areon.network'],
4550
+ faucets: [],
4551
+ nativeCurrency: { name: 'Areon', symbol: 'AREA', decimals: 18 },
4552
+ infoURL: 'https://areon.network',
4553
+ shortName: 'area',
4554
+ chainId: 462,
4555
+ networkId: 462,
4556
+ explorers: [
4557
+ {
4558
+ name: 'AreonScan',
4559
+ url: 'https://areonscan.com',
4560
+ standard: 'none'
4561
+ }
4562
+ ]
4563
+ },
4444
4564
  499: {
4445
4565
  name: 'Rupaya',
4446
4566
  chain: 'RUPX',
@@ -5297,7 +5417,7 @@ exports.chains = {
5297
5417
  networkId: 777
5298
5418
  },
5299
5419
  786: {
5300
- name: 'MAAL Sharia Chain',
5420
+ name: 'MAAL Chain',
5301
5421
  chain: 'MAAL',
5302
5422
  icon: 'maal',
5303
5423
  rpc: [
@@ -5307,7 +5427,7 @@ exports.chains = {
5307
5427
  ],
5308
5428
  faucets: [],
5309
5429
  nativeCurrency: { name: 'MAAL', symbol: 'MAAL', decimals: 18 },
5310
- infoURL: 'https://www.maalblockchain.com/',
5430
+ infoURL: 'https://www.maalchain.com/',
5311
5431
  shortName: 'maal',
5312
5432
  chainId: 786,
5313
5433
  networkId: 786,
@@ -5861,6 +5981,7 @@ exports.chains = {
5861
5981
  'wss://rpc.v3.testnet.pulsechain.com/'
5862
5982
  ],
5863
5983
  faucets: ['https://faucet.v3.testnet.pulsechain.com/'],
5984
+ status: 'deprecated',
5864
5985
  nativeCurrency: { name: 'Test Pulse', symbol: 'tPLS', decimals: 18 }
5865
5986
  },
5866
5987
  943: {
@@ -5874,14 +5995,23 @@ exports.chains = {
5874
5995
  rpc: [
5875
5996
  'https://rpc.v4.testnet.pulsechain.com/',
5876
5997
  'wss://rpc.v4.testnet.pulsechain.com/',
5877
- 'https://pulsechain-testnet.publicnode.com'
5998
+ 'https://pulsechain-testnet.publicnode.com',
5999
+ 'wss://pulsechain-testnet.publicnode.com'
5878
6000
  ],
5879
6001
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
5880
6002
  faucets: ['https://faucet.v4.testnet.pulsechain.com/'],
5881
6003
  ens: { registry: '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e' },
5882
- status: 'incubating',
5883
- explorers: [],
5884
- nativeCurrency: { name: 'Test Pulse', symbol: 'tPLS', decimals: 18 }
6004
+ status: 'active',
6005
+ slip44: 60,
6006
+ nativeCurrency: { name: 'Test Pulse', symbol: 'tPLS', decimals: 18 },
6007
+ explorers: [
6008
+ {
6009
+ name: 'blockscout',
6010
+ url: 'https://scan.v4.testnet.pulsechain.com',
6011
+ icon: 'blockscout',
6012
+ standard: 'EIP3091'
6013
+ }
6014
+ ]
5885
6015
  },
5886
6016
  956: {
5887
6017
  name: 'muNode Testnet',
@@ -6424,6 +6554,34 @@ exports.chains = {
6424
6554
  bridges: [{ url: 'https://bridge.metis.io' }]
6425
6555
  }
6426
6556
  },
6557
+ 1089: {
6558
+ name: 'Humans.ai Mainnet',
6559
+ chain: 'Humans',
6560
+ rpc: [
6561
+ 'https://jsonrpc.humans.nodestake.top',
6562
+ 'https://humans-mainnet-evm.itrocket.net:443',
6563
+ 'https://humans-evm-rpc.staketab.org:443',
6564
+ 'https://evm.humans.stakepool.dev.br',
6565
+ 'https://mainnet-humans-evm.konsortech.xyz',
6566
+ 'https://evm-rpc.mainnet.humans.zone'
6567
+ ],
6568
+ faucets: [],
6569
+ nativeCurrency: { name: 'HEART', symbol: 'HEART', decimals: 18 },
6570
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
6571
+ infoURL: 'https://humans.ai',
6572
+ shortName: 'humans',
6573
+ chainId: 1089,
6574
+ networkId: 1089,
6575
+ icon: 'humans',
6576
+ explorers: [
6577
+ {
6578
+ name: 'explorer.guru',
6579
+ url: 'https://humans.explorers.guru',
6580
+ icon: 'humans',
6581
+ standard: 'none'
6582
+ }
6583
+ ]
6584
+ },
6427
6585
  1099: {
6428
6586
  name: 'MOAC mainnet',
6429
6587
  chain: 'MOAC',
@@ -6621,6 +6779,25 @@ exports.chains = {
6621
6779
  icon: 'defichain-network',
6622
6780
  explorers: []
6623
6781
  },
6782
+ 1133: {
6783
+ name: 'DeFiMetaChain',
6784
+ icon: 'changi',
6785
+ chain: 'DFI',
6786
+ rpc: ['https://testnet-dmc.mydefichain.com:20551'],
6787
+ faucets: ['http://tc04.mydefichain.com/faucet'],
6788
+ nativeCurrency: { name: 'DeFiChain Token', symbol: 'DFI', decimals: 18 },
6789
+ infoURL: 'https://defichain.com',
6790
+ shortName: 'changi',
6791
+ chainId: 1133,
6792
+ networkId: 1133,
6793
+ explorers: [
6794
+ {
6795
+ name: 'MetaScan',
6796
+ url: 'https://meta.defiscan.live',
6797
+ standard: 'EIP3091'
6798
+ }
6799
+ ]
6800
+ },
6624
6801
  1138: {
6625
6802
  name: 'AmStar Testnet',
6626
6803
  chain: 'AmStar',
@@ -7594,7 +7771,11 @@ exports.chains = {
7594
7771
  title: 'Tenet Mainnet',
7595
7772
  chain: 'TENET',
7596
7773
  icon: 'tenet',
7597
- rpc: ['https://rpc.tenet.org', 'https://tenet-evm.publicnode.com'],
7774
+ rpc: [
7775
+ 'https://rpc.tenet.org',
7776
+ 'https://tenet-evm.publicnode.com',
7777
+ 'wss://tenet-evm.publicnode.com'
7778
+ ],
7598
7779
  faucets: [],
7599
7780
  nativeCurrency: { name: 'TENET', symbol: 'TENET', decimals: 18 },
7600
7781
  infoURL: 'https://tenet.org/',
@@ -8268,6 +8449,46 @@ exports.chains = {
8268
8449
  }
8269
8450
  ]
8270
8451
  },
8452
+ 1985: {
8453
+ name: 'SatoshIE',
8454
+ chain: 'TUSHY',
8455
+ rpc: ['http://rpc.satosh.ie'],
8456
+ faucets: [],
8457
+ nativeCurrency: { name: 'Tushy Token', symbol: 'TUSHY', decimals: 18 },
8458
+ infoURL: 'https://satosh.ie',
8459
+ shortName: 'satoshie',
8460
+ chainId: 1985,
8461
+ networkId: 1985,
8462
+ icon: 'satoshie',
8463
+ explorers: [
8464
+ {
8465
+ name: 'mainnetexplorer',
8466
+ url: 'http://explore.satosh.ie',
8467
+ icon: 'satoshie',
8468
+ standard: 'none'
8469
+ }
8470
+ ]
8471
+ },
8472
+ 1986: {
8473
+ name: 'SatoshIE Testnet',
8474
+ chain: 'TUSHY',
8475
+ rpc: ['http://testnet.satosh.ie'],
8476
+ faucets: [],
8477
+ nativeCurrency: { name: 'Tushy Token', symbol: 'TUSHY', decimals: 18 },
8478
+ infoURL: 'https://satosh.ie',
8479
+ shortName: 'satoshie_testnet',
8480
+ chainId: 1986,
8481
+ networkId: 1986,
8482
+ icon: 'satoshie',
8483
+ explorers: [
8484
+ {
8485
+ name: 'testnetexplorer',
8486
+ url: 'http://explore-testnet.satosh.ie',
8487
+ icon: 'satoshie',
8488
+ standard: 'none'
8489
+ }
8490
+ ]
8491
+ },
8271
8492
  1987: {
8272
8493
  name: 'EtherGem',
8273
8494
  chain: 'EGEM',
@@ -9119,7 +9340,8 @@ exports.chains = {
9119
9340
  'https://kava-evm.rpc.thirdweb.com',
9120
9341
  'wss://wevm.kava.io',
9121
9342
  'wss://wevm2.kava.io',
9122
- 'https://kava-evm.publicnode.com'
9343
+ 'https://kava-evm.publicnode.com',
9344
+ 'wss://kava-evm.publicnode.com'
9123
9345
  ],
9124
9346
  faucets: [],
9125
9347
  nativeCurrency: { name: 'Kava', symbol: 'KAVA', decimals: 18 },
@@ -9636,6 +9858,7 @@ exports.chains = {
9636
9858
  3003: {
9637
9859
  name: 'Canxium Mainnet',
9638
9860
  chain: 'CAU',
9861
+ icon: 'canxium',
9639
9862
  rpc: ['https://rpc.canxium.org'],
9640
9863
  faucets: [],
9641
9864
  nativeCurrency: { name: 'Canxium', symbol: 'CAU', decimals: 18 },
@@ -10303,7 +10526,8 @@ exports.chains = {
10303
10526
  chain: 'FTM',
10304
10527
  rpc: [
10305
10528
  'https://rpc.testnet.fantom.network',
10306
- 'https://fantom-testnet.publicnode.com'
10529
+ 'https://fantom-testnet.publicnode.com',
10530
+ 'wss://fantom-testnet.publicnode.com'
10307
10531
  ],
10308
10532
  faucets: ['https://faucet.fantom.network'],
10309
10533
  nativeCurrency: { name: 'Fantom', symbol: 'FTM', decimals: 18 },
@@ -10788,7 +11012,11 @@ exports.chains = {
10788
11012
  name: 'Mantle',
10789
11013
  chain: 'ETH',
10790
11014
  icon: 'mantle',
10791
- rpc: ['https://rpc.mantle.xyz', 'https://mantle.publicnode.com'],
11015
+ rpc: [
11016
+ 'https://rpc.mantle.xyz',
11017
+ 'https://mantle.publicnode.com',
11018
+ 'wss://mantle.publicnode.com'
11019
+ ],
10792
11020
  faucets: [],
10793
11021
  nativeCurrency: { name: 'Mantle', symbol: 'MNT', decimals: 18 },
10794
11022
  infoURL: 'https://mantle.xyz',
@@ -11128,7 +11356,8 @@ exports.chains = {
11128
11356
  rpc: [
11129
11357
  'https://rpc.tanenbaum.io',
11130
11358
  'wss://rpc.tanenbaum.io/wss',
11131
- 'https://syscoin-tanenbaum-evm.publicnode.com'
11359
+ 'https://syscoin-tanenbaum-evm.publicnode.com',
11360
+ 'wss://syscoin-tanenbaum-evm.publicnode.com'
11132
11361
  ],
11133
11362
  faucets: ['https://faucet.tanenbaum.io'],
11134
11363
  nativeCurrency: { name: 'Testnet Syscoin', symbol: 'tSYS', decimals: 18 },
@@ -11434,7 +11663,8 @@ exports.chains = {
11434
11663
  chain: 'IRIShub',
11435
11664
  rpc: [
11436
11665
  'https://evmrpc.irishub-1.irisnet.org',
11437
- 'https://iris-evm.publicnode.com'
11666
+ 'https://iris-evm.publicnode.com',
11667
+ 'wss://iris-evm.publicnode.com'
11438
11668
  ],
11439
11669
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
11440
11670
  faucets: [],
@@ -12286,7 +12516,8 @@ exports.chains = {
12286
12516
  'https://developer-access-mainnet.base.org/',
12287
12517
  'https://base.gateway.tenderly.co',
12288
12518
  'wss://base.gateway.tenderly.co',
12289
- 'https://base.publicnode.com'
12519
+ 'https://base.publicnode.com',
12520
+ 'wss://base.publicnode.com'
12290
12521
  ],
12291
12522
  faucets: [],
12292
12523
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
@@ -12643,7 +12874,7 @@ exports.chains = {
12643
12874
  9001: {
12644
12875
  name: 'Evmos',
12645
12876
  chain: 'Evmos',
12646
- rpc: ['https://evmos-evm.publicnode.com'],
12877
+ rpc: ['https://evmos-evm.publicnode.com', 'wss://evmos-evm.publicnode.com'],
12647
12878
  faucets: [],
12648
12879
  nativeCurrency: { name: 'Evmos', symbol: 'EVMOS', decimals: 18 },
12649
12880
  infoURL: 'https://evmos.org',
@@ -13246,6 +13477,7 @@ exports.chains = {
13246
13477
  10395: {
13247
13478
  name: 'Worldland Testnet',
13248
13479
  chain: 'Worldland',
13480
+ icon: 'worldland',
13249
13481
  rpc: ['https://gwangju.worldland.foundation'],
13250
13482
  faucets: [],
13251
13483
  nativeCurrency: { name: 'Worldland', symbol: 'WL', decimals: 18 },
@@ -13447,7 +13679,7 @@ exports.chains = {
13447
13679
  name: 'HashBit Mainnet',
13448
13680
  chain: 'HBIT',
13449
13681
  rpc: ['https://mainnet-rpc.hashbit.org', 'https://rpc.hashbit.org'],
13450
- faucets: ['https://free-online-app.com/faucet-for-eth-evm-chains/'],
13682
+ faucets: [],
13451
13683
  nativeCurrency: {
13452
13684
  name: 'HashBit Native Token',
13453
13685
  symbol: 'HBIT',
@@ -13468,7 +13700,11 @@ exports.chains = {
13468
13700
  11235: {
13469
13701
  name: 'Haqq Network',
13470
13702
  chain: 'Haqq',
13471
- rpc: ['https://rpc.eth.haqq.network', 'https://haqq-evm.publicnode.com'],
13703
+ rpc: [
13704
+ 'https://rpc.eth.haqq.network',
13705
+ 'https://haqq-evm.publicnode.com',
13706
+ 'wss://haqq-evm.publicnode.com'
13707
+ ],
13472
13708
  faucets: [],
13473
13709
  nativeCurrency: { name: 'Islamic Coin', symbol: 'ISLM', decimals: 18 },
13474
13710
  infoURL: 'https://islamiccoin.net',
@@ -13739,6 +13975,25 @@ exports.chains = {
13739
13975
  }
13740
13976
  ]
13741
13977
  },
13978
+ 12890: {
13979
+ name: 'Quantum Chain Testnet',
13980
+ chain: 'QNET',
13981
+ icon: 'qnet',
13982
+ rpc: ['https://testnet-rpc.quantumscan.org'],
13983
+ faucets: [],
13984
+ nativeCurrency: { name: 'Quantum Chain', symbol: 'QNET', decimals: 18 },
13985
+ infoURL: 'https://quantumnetwork.gg',
13986
+ shortName: 'qnet',
13987
+ chainId: 12890,
13988
+ networkId: 12890,
13989
+ explorers: [
13990
+ {
13991
+ name: 'Quantum Scan Testnet',
13992
+ url: 'https://testnet.quantumscan.org',
13993
+ standard: 'EIP3091'
13994
+ }
13995
+ ]
13996
+ },
13742
13997
  13000: {
13743
13998
  name: 'SPS',
13744
13999
  chain: 'SPS',
@@ -14643,6 +14898,25 @@ exports.chains = {
14643
14898
  }
14644
14899
  ]
14645
14900
  },
14901
+ 30103: {
14902
+ name: 'Cerium Testnet',
14903
+ chain: 'CAU',
14904
+ icon: 'canxium',
14905
+ rpc: ['https://cerium-rpc.canxium.net'],
14906
+ faucets: [],
14907
+ nativeCurrency: { name: 'Canxium', symbol: 'CAU', decimals: 18 },
14908
+ infoURL: 'https://canxium.org',
14909
+ shortName: 'ceri',
14910
+ chainId: 30103,
14911
+ networkId: 30103,
14912
+ explorers: [
14913
+ {
14914
+ name: 'canxium explorer',
14915
+ url: 'https://cerium-explorer.canxium.net',
14916
+ standard: 'none'
14917
+ }
14918
+ ]
14919
+ },
14646
14920
  31102: {
14647
14921
  name: 'Ethersocial Network',
14648
14922
  chain: 'ESN',
@@ -14991,7 +15265,8 @@ exports.chains = {
14991
15265
  'https://arbitrum-mainnet.infura.io/v3/${INFURA_API_KEY}',
14992
15266
  'https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}',
14993
15267
  'https://arb1.arbitrum.io/rpc',
14994
- 'https://arbitrum-one.publicnode.com'
15268
+ 'https://arbitrum-one.publicnode.com',
15269
+ 'wss://arbitrum-one.publicnode.com'
14995
15270
  ],
14996
15271
  faucets: [],
14997
15272
  explorers: [
@@ -15022,7 +15297,8 @@ exports.chains = {
15022
15297
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
15023
15298
  rpc: [
15024
15299
  'https://nova.arbitrum.io/rpc',
15025
- 'https://arbitrum-nova.publicnode.com'
15300
+ 'https://arbitrum-nova.publicnode.com',
15301
+ 'wss://arbitrum-nova.publicnode.com'
15026
15302
  ],
15027
15303
  faucets: [],
15028
15304
  explorers: [
@@ -15048,7 +15324,7 @@ exports.chains = {
15048
15324
  networkId: 42220,
15049
15325
  nativeCurrency: { name: 'CELO', symbol: 'CELO', decimals: 18 },
15050
15326
  rpc: ['https://forno.celo.org', 'wss://forno.celo.org/ws'],
15051
- faucets: ['https://free-online-app.com/faucet-for-eth-evm-chains/'],
15327
+ faucets: [],
15052
15328
  infoURL: 'https://docs.celo.org/',
15053
15329
  explorers: [
15054
15330
  {
@@ -15141,7 +15417,8 @@ exports.chains = {
15141
15417
  icon: 'avax',
15142
15418
  rpc: [
15143
15419
  'https://api.avax-test.network/ext/bc/C/rpc',
15144
- 'https://avalanche-fuji-c-chain.publicnode.com'
15420
+ 'https://avalanche-fuji-c-chain.publicnode.com',
15421
+ 'wss://avalanche-fuji-c-chain.publicnode.com'
15145
15422
  ],
15146
15423
  faucets: ['https://faucet.avax-test.network/'],
15147
15424
  nativeCurrency: { name: 'Avalanche', symbol: 'AVAX', decimals: 18 },
@@ -15163,10 +15440,11 @@ exports.chains = {
15163
15440
  icon: 'avax',
15164
15441
  rpc: [
15165
15442
  'https://api.avax.network/ext/bc/C/rpc',
15166
- 'https://avalanche-c-chain.publicnode.com'
15443
+ 'https://avalanche-c-chain.publicnode.com',
15444
+ 'wss://avalanche-c-chain.publicnode.com'
15167
15445
  ],
15168
15446
  features: [{ name: 'EIP1559' }],
15169
- faucets: ['https://free-online-app.com/faucet-for-eth-evm-chains/'],
15447
+ faucets: [],
15170
15448
  nativeCurrency: { name: 'Avalanche', symbol: 'AVAX', decimals: 18 },
15171
15449
  infoURL: 'https://www.avax.network/',
15172
15450
  shortName: 'avax',
@@ -16383,10 +16661,9 @@ exports.chains = {
16383
16661
  chain: 'Polygon',
16384
16662
  icon: 'polygon',
16385
16663
  rpc: [
16386
- 'https://matic-mumbai.chainstacklabs.com',
16387
16664
  'https://rpc-mumbai.maticvigil.com',
16388
- 'https://matic-testnet-archive-rpc.bwarelabs.com',
16389
16665
  'https://polygon-mumbai-bor.publicnode.com',
16666
+ 'wss://polygon-mumbai-bor.publicnode.com',
16390
16667
  'https://polygon-mumbai.gateway.tenderly.co',
16391
16668
  'wss://polygon-mumbai.gateway.tenderly.co'
16392
16669
  ],
@@ -16528,7 +16805,8 @@ exports.chains = {
16528
16805
  'https://goerli.base.org',
16529
16806
  'https://base-goerli.gateway.tenderly.co',
16530
16807
  'wss://base-goerli.gateway.tenderly.co',
16531
- 'https://base-goerli.publicnode.com'
16808
+ 'https://base-goerli.publicnode.com',
16809
+ 'wss://base-goerli.publicnode.com'
16532
16810
  ],
16533
16811
  faucets: ['https://www.coinbase.com/faucets/base-ethereum-goerli-faucet'],
16534
16812
  nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
@@ -18236,7 +18514,8 @@ exports.chains = {
18236
18514
  },
18237
18515
  rpc: [
18238
18516
  'https://goerli-rollup.arbitrum.io/rpc',
18239
- 'https://arbitrum-goerli.publicnode.com'
18517
+ 'https://arbitrum-goerli.publicnode.com',
18518
+ 'wss://arbitrum-goerli.publicnode.com'
18240
18519
  ],
18241
18520
  faucets: [],
18242
18521
  infoURL: 'https://arbitrum.io/',
@@ -18253,6 +18532,30 @@ exports.chains = {
18253
18532
  bridges: [{ url: 'https://bridge.arbitrum.io/' }]
18254
18533
  }
18255
18534
  },
18535
+ 421614: {
18536
+ name: 'Arbitrum Sepolia',
18537
+ title: 'Arbitrum Sepolia Rollup Testnet',
18538
+ chain: 'ETH',
18539
+ rpc: ['https://sepolia-rollup.arbitrum.io/rpc'],
18540
+ faucets: [],
18541
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
18542
+ infoURL: 'https://arbitrum.io',
18543
+ shortName: 'arb-sep',
18544
+ chainId: 421614,
18545
+ networkId: 421614,
18546
+ explorers: [
18547
+ {
18548
+ name: 'Arbitrum Sepolia Rollup Testnet Explorer',
18549
+ url: 'https://sepolia-explorer.arbitrum.io',
18550
+ standard: 'EIP3091'
18551
+ }
18552
+ ],
18553
+ parent: {
18554
+ type: 'L2',
18555
+ chain: 'eip155-11155111',
18556
+ bridges: [{ url: 'https://bridge.arbitrum.io' }]
18557
+ }
18558
+ },
18256
18559
  424242: {
18257
18560
  name: 'Fastex Chain testnet',
18258
18561
  chain: 'FTN',
@@ -18524,7 +18827,7 @@ exports.chains = {
18524
18827
  title: 'BESC Mainnet',
18525
18828
  chain: 'BESC',
18526
18829
  rpc: ['https://mainnet-rpc.bescscan.io'],
18527
- faucets: ['faucet.bescscan.ion'],
18830
+ faucets: [],
18528
18831
  nativeCurrency: {
18529
18832
  name: 'BeanEco SmartChain',
18530
18833
  symbol: 'BESC',
@@ -18739,7 +19042,7 @@ exports.chains = {
18739
19042
  name: 'Posichain Mainnet Shard 0',
18740
19043
  chain: 'PSC',
18741
19044
  rpc: ['https://api.posichain.org', 'https://api.s0.posichain.org'],
18742
- faucets: ['https://faucet.posichain.org/'],
19045
+ faucets: [],
18743
19046
  nativeCurrency: {
18744
19047
  name: 'Posichain Native Token',
18745
19048
  symbol: 'POSI',
@@ -19521,7 +19824,13 @@ exports.chains = {
19521
19824
  20181205: {
19522
19825
  name: 'quarkblockchain',
19523
19826
  chain: 'QKI',
19524
- rpc: ['https://hz.rpc.qkiscan.cn', 'https://jp.rpc.qkiscan.io'],
19827
+ rpc: [
19828
+ 'https://hz.rpc.qkiscan.cn',
19829
+ 'https://jp.rpc.qkiscan.io',
19830
+ 'https://rpc1.qkiscan.io',
19831
+ 'https://rpc2.qkiscan.io',
19832
+ 'https://rpc3.qkiscan.io'
19833
+ ],
19525
19834
  faucets: [],
19526
19835
  nativeCurrency: {
19527
19836
  name: 'quarkblockchain Native Token',
@@ -19531,7 +19840,10 @@ exports.chains = {
19531
19840
  infoURL: 'https://quarkblockchain.org/',
19532
19841
  shortName: 'qki',
19533
19842
  chainId: 20181205,
19534
- networkId: 20181205
19843
+ networkId: 20181205,
19844
+ explorers: [
19845
+ { name: 'qkiscan', url: 'https://qkiscan.io', standard: 'EIP3091' }
19846
+ ]
19535
19847
  },
19536
19848
  20201022: {
19537
19849
  name: 'Pego Network',
@@ -42,7 +42,7 @@ export declare enum ChainName {
42
42
  TelosEVMTestnet = "Telos EVM Testnet",
43
43
  LUKSOMainnet = "LUKSO Mainnet",
44
44
  DarwiniaPangolinTestnet = "Darwinia Pangolin Testnet",
45
- DarwiniaCrabNetwork = "Darwinia Crab Network",
45
+ CrabNetwork = "Crab Network",
46
46
  DarwiniaPangoroTestnet = "Darwinia Pangoro Testnet",
47
47
  DarwiniaNetwork = "Darwinia Network",
48
48
  AcriaIntelliChain = "Acria IntelliChain",
@@ -107,6 +107,7 @@ export declare enum ChainName {
107
107
  VelasEVMMainnet = "Velas EVM Mainnet",
108
108
  NebulaTestnet = "Nebula Testnet",
109
109
  ThunderCoreMainnet = "ThunderCore Mainnet",
110
+ Shibarium = "Shibarium",
110
111
  ProtonTestnet = "Proton Testnet",
111
112
  EtherLiteChain = "EtherLite Chain",
112
113
  CoinbitMainnet = "Coinbit Mainnet",
@@ -179,6 +180,7 @@ export declare enum ChainName {
179
180
  EnergyWebChain = "Energy Web Chain",
180
181
  OasysMainnet = "Oasys Mainnet",
181
182
  FantomOpera = "Fantom Opera",
183
+ Kroma = "Kroma",
182
184
  HuobiECOChainTestnet = "Huobi ECO Chain Testnet",
183
185
  Setheum = "Setheum",
184
186
  NeonlinkMainnet = "Neonlink Mainnet",
@@ -224,6 +226,7 @@ export declare enum ChainName {
224
226
  ObscuroTestnet = "Obscuro Testnet",
225
227
  FrenchainTestnet = "Frenchain Testnet",
226
228
  ARZIOChain = "ARZIO Chain",
229
+ AreonNetworkTestnet = "Areon Network Testnet",
227
230
  Rupaya = "Rupaya",
228
231
  'CaminoC-Chain' = "Camino C-Chain",
229
232
  ColumbusTestNetwork = "Columbus Test Network",
@@ -267,7 +270,7 @@ export declare enum ChainName {
267
270
  QL1 = "QL1",
268
271
  OpenChainTestnet = "OpenChain Testnet",
269
272
  CheapETH = "cheapETH",
270
- MAALShariaChain = "MAAL Sharia Chain",
273
+ MAALChain = "MAAL Chain",
271
274
  AcalaNetwork = "Acala Network",
272
275
  AerochainTestnet = "Aerochain Testnet",
273
276
  Patex = "Patex",
@@ -330,6 +333,7 @@ export declare enum ChainName {
330
333
  MintaraTestnet = "Mintara Testnet",
331
334
  MintaraMainnet = "Mintara Mainnet",
332
335
  MetisAndromedaMainnet = "Metis Andromeda Mainnet",
336
+ 'Humans.aiMainnet' = "Humans.ai Mainnet",
333
337
  MOACmainnet = "MOAC mainnet",
334
338
  PolygonzkEVM = "Polygon zkEVM",
335
339
  BLXqTestnet = "BLXq Testnet",
@@ -340,6 +344,7 @@ export declare enum ChainName {
340
344
  DogcoinMainnet = "Dogcoin Mainnet",
341
345
  DeFiChainEVMNetworkMainnet = "DeFiChain EVM Network Mainnet",
342
346
  DeFiChainEVMNetworkTestnet = "DeFiChain EVM Network Testnet",
347
+ DeFiMetaChain = "DeFiMetaChain",
343
348
  AmStarTestnet = "AmStar Testnet",
344
349
  MathChain = "MathChain",
345
350
  MathChainTestnet = "MathChain Testnet",
@@ -425,6 +430,8 @@ export declare enum ChainName {
425
430
  Atelier = "Atelier",
426
431
  ONUSChainMainnet = "ONUS Chain Mainnet",
427
432
  EurusTestnet = "Eurus Testnet",
433
+ SatoshIE = "SatoshIE",
434
+ SatoshIETestnet = "SatoshIE Testnet",
428
435
  EtherGem = "EtherGem",
429
436
  Ekta = "Ekta",
430
437
  EdeXaTestnet = "edeXa Testnet",
@@ -701,6 +708,7 @@ export declare enum ChainName {
701
708
  BLGTestnet = "BLG Testnet",
702
709
  StepTestnet = "Step Testnet",
703
710
  RikezaNetworkTestnet = "Rikeza Network Testnet",
711
+ QuantumChainTestnet = "Quantum Chain Testnet",
704
712
  SPS = "SPS",
705
713
  CreditSmartChain = "Credit Smart Chain",
706
714
  BeamTestnet = "Beam Testnet",
@@ -748,6 +756,7 @@ export declare enum ChainName {
748
756
  OasisChainMainnet = "OasisChain Mainnet",
749
757
  'OptimismBedrock(GoerliAlphaTestnet)' = "Optimism Bedrock (Goerli Alpha Testnet)",
750
758
  Piecetestnet = "Piece testnet",
759
+ CeriumTestnet = "Cerium Testnet",
751
760
  EthersocialNetwork = "Ethersocial Network",
752
761
  CloudTxMainnet = "CloudTx Mainnet",
753
762
  CloudTxTestnet = "CloudTx Testnet",
@@ -930,6 +939,7 @@ export declare enum ChainName {
930
939
  AlteriumL2Testnet = "Alterium L2 Testnet",
931
940
  ArbitrumRinkeby = "Arbitrum Rinkeby",
932
941
  ArbitrumGoerli = "Arbitrum Goerli",
942
+ ArbitrumSepolia = "Arbitrum Sepolia",
933
943
  FastexChaintestnet = "Fastex Chain testnet",
934
944
  MarkrGo = "Markr Go",
935
945
  DexalotSubnetTestnet = "Dexalot Subnet Testnet",
@@ -1098,7 +1108,7 @@ export declare enum ChainId {
1098
1108
  TelosEVMTestnet = 41,
1099
1109
  LUKSOMainnet = 42,
1100
1110
  DarwiniaPangolinTestnet = 43,
1101
- DarwiniaCrabNetwork = 44,
1111
+ CrabNetwork = 44,
1102
1112
  DarwiniaPangoroTestnet = 45,
1103
1113
  DarwiniaNetwork = 46,
1104
1114
  AcriaIntelliChain = 47,
@@ -1163,6 +1173,7 @@ export declare enum ChainId {
1163
1173
  VelasEVMMainnet = 106,
1164
1174
  NebulaTestnet = 107,
1165
1175
  ThunderCoreMainnet = 108,
1176
+ Shibarium = 109,
1166
1177
  ProtonTestnet = 110,
1167
1178
  EtherLiteChain = 111,
1168
1179
  CoinbitMainnet = 112,
@@ -1235,6 +1246,7 @@ export declare enum ChainId {
1235
1246
  EnergyWebChain = 246,
1236
1247
  OasysMainnet = 248,
1237
1248
  FantomOpera = 250,
1249
+ Kroma = 255,
1238
1250
  HuobiECOChainTestnet = 256,
1239
1251
  Setheum = 258,
1240
1252
  NeonlinkMainnet = 259,
@@ -1280,6 +1292,7 @@ export declare enum ChainId {
1280
1292
  ObscuroTestnet = 443,
1281
1293
  FrenchainTestnet = 444,
1282
1294
  ARZIOChain = 456,
1295
+ AreonNetworkTestnet = 462,
1283
1296
  Rupaya = 499,
1284
1297
  'CaminoC-Chain' = 500,
1285
1298
  ColumbusTestNetwork = 501,
@@ -1323,7 +1336,7 @@ export declare enum ChainId {
1323
1336
  QL1 = 766,
1324
1337
  OpenChainTestnet = 776,
1325
1338
  CheapETH = 777,
1326
- MAALShariaChain = 786,
1339
+ MAALChain = 786,
1327
1340
  AcalaNetwork = 787,
1328
1341
  AerochainTestnet = 788,
1329
1342
  Patex = 789,
@@ -1386,6 +1399,7 @@ export declare enum ChainId {
1386
1399
  MintaraTestnet = 1079,
1387
1400
  MintaraMainnet = 1080,
1388
1401
  MetisAndromedaMainnet = 1088,
1402
+ 'Humans.aiMainnet' = 1089,
1389
1403
  MOACmainnet = 1099,
1390
1404
  PolygonzkEVM = 1101,
1391
1405
  BLXqTestnet = 1107,
@@ -1396,6 +1410,7 @@ export declare enum ChainId {
1396
1410
  DogcoinMainnet = 1117,
1397
1411
  DeFiChainEVMNetworkMainnet = 1130,
1398
1412
  DeFiChainEVMNetworkTestnet = 1131,
1413
+ DeFiMetaChain = 1133,
1399
1414
  AmStarTestnet = 1138,
1400
1415
  MathChain = 1139,
1401
1416
  MathChainTestnet = 1140,
@@ -1481,6 +1496,8 @@ export declare enum ChainId {
1481
1496
  Atelier = 1971,
1482
1497
  ONUSChainMainnet = 1975,
1483
1498
  EurusTestnet = 1984,
1499
+ SatoshIE = 1985,
1500
+ SatoshIETestnet = 1986,
1484
1501
  EtherGem = 1987,
1485
1502
  Ekta = 1994,
1486
1503
  EdeXaTestnet = 1995,
@@ -1757,6 +1774,7 @@ export declare enum ChainId {
1757
1774
  BLGTestnet = 12321,
1758
1775
  StepTestnet = 12345,
1759
1776
  RikezaNetworkTestnet = 12715,
1777
+ QuantumChainTestnet = 12890,
1760
1778
  SPS = 13000,
1761
1779
  CreditSmartChain = 13308,
1762
1780
  BeamTestnet = 13337,
@@ -1804,6 +1822,7 @@ export declare enum ChainId {
1804
1822
  OasisChainMainnet = 26863,
1805
1823
  'OptimismBedrock(GoerliAlphaTestnet)' = 28528,
1806
1824
  Piecetestnet = 30067,
1825
+ CeriumTestnet = 30103,
1807
1826
  EthersocialNetwork = 31102,
1808
1827
  CloudTxMainnet = 31223,
1809
1828
  CloudTxTestnet = 31224,
@@ -1986,6 +2005,7 @@ export declare enum ChainId {
1986
2005
  AlteriumL2Testnet = 420692,
1987
2006
  ArbitrumRinkeby = 421611,
1988
2007
  ArbitrumGoerli = 421613,
2008
+ ArbitrumSepolia = 421614,
1989
2009
  FastexChaintestnet = 424242,
1990
2010
  MarkrGo = 431140,
1991
2011
  DexalotSubnetTestnet = 432201,
package/dist/src/enums.js CHANGED
@@ -46,7 +46,7 @@ var ChainName;
46
46
  ChainName["TelosEVMTestnet"] = "Telos EVM Testnet";
47
47
  ChainName["LUKSOMainnet"] = "LUKSO Mainnet";
48
48
  ChainName["DarwiniaPangolinTestnet"] = "Darwinia Pangolin Testnet";
49
- ChainName["DarwiniaCrabNetwork"] = "Darwinia Crab Network";
49
+ ChainName["CrabNetwork"] = "Crab Network";
50
50
  ChainName["DarwiniaPangoroTestnet"] = "Darwinia Pangoro Testnet";
51
51
  ChainName["DarwiniaNetwork"] = "Darwinia Network";
52
52
  ChainName["AcriaIntelliChain"] = "Acria IntelliChain";
@@ -111,6 +111,7 @@ var ChainName;
111
111
  ChainName["VelasEVMMainnet"] = "Velas EVM Mainnet";
112
112
  ChainName["NebulaTestnet"] = "Nebula Testnet";
113
113
  ChainName["ThunderCoreMainnet"] = "ThunderCore Mainnet";
114
+ ChainName["Shibarium"] = "Shibarium";
114
115
  ChainName["ProtonTestnet"] = "Proton Testnet";
115
116
  ChainName["EtherLiteChain"] = "EtherLite Chain";
116
117
  ChainName["CoinbitMainnet"] = "Coinbit Mainnet";
@@ -183,6 +184,7 @@ var ChainName;
183
184
  ChainName["EnergyWebChain"] = "Energy Web Chain";
184
185
  ChainName["OasysMainnet"] = "Oasys Mainnet";
185
186
  ChainName["FantomOpera"] = "Fantom Opera";
187
+ ChainName["Kroma"] = "Kroma";
186
188
  ChainName["HuobiECOChainTestnet"] = "Huobi ECO Chain Testnet";
187
189
  ChainName["Setheum"] = "Setheum";
188
190
  ChainName["NeonlinkMainnet"] = "Neonlink Mainnet";
@@ -228,6 +230,7 @@ var ChainName;
228
230
  ChainName["ObscuroTestnet"] = "Obscuro Testnet";
229
231
  ChainName["FrenchainTestnet"] = "Frenchain Testnet";
230
232
  ChainName["ARZIOChain"] = "ARZIO Chain";
233
+ ChainName["AreonNetworkTestnet"] = "Areon Network Testnet";
231
234
  ChainName["Rupaya"] = "Rupaya";
232
235
  ChainName["CaminoC-Chain"] = "Camino C-Chain";
233
236
  ChainName["ColumbusTestNetwork"] = "Columbus Test Network";
@@ -271,7 +274,7 @@ var ChainName;
271
274
  ChainName["QL1"] = "QL1";
272
275
  ChainName["OpenChainTestnet"] = "OpenChain Testnet";
273
276
  ChainName["CheapETH"] = "cheapETH";
274
- ChainName["MAALShariaChain"] = "MAAL Sharia Chain";
277
+ ChainName["MAALChain"] = "MAAL Chain";
275
278
  ChainName["AcalaNetwork"] = "Acala Network";
276
279
  ChainName["AerochainTestnet"] = "Aerochain Testnet";
277
280
  ChainName["Patex"] = "Patex";
@@ -334,6 +337,7 @@ var ChainName;
334
337
  ChainName["MintaraTestnet"] = "Mintara Testnet";
335
338
  ChainName["MintaraMainnet"] = "Mintara Mainnet";
336
339
  ChainName["MetisAndromedaMainnet"] = "Metis Andromeda Mainnet";
340
+ ChainName["Humans.aiMainnet"] = "Humans.ai Mainnet";
337
341
  ChainName["MOACmainnet"] = "MOAC mainnet";
338
342
  ChainName["PolygonzkEVM"] = "Polygon zkEVM";
339
343
  ChainName["BLXqTestnet"] = "BLXq Testnet";
@@ -344,6 +348,7 @@ var ChainName;
344
348
  ChainName["DogcoinMainnet"] = "Dogcoin Mainnet";
345
349
  ChainName["DeFiChainEVMNetworkMainnet"] = "DeFiChain EVM Network Mainnet";
346
350
  ChainName["DeFiChainEVMNetworkTestnet"] = "DeFiChain EVM Network Testnet";
351
+ ChainName["DeFiMetaChain"] = "DeFiMetaChain";
347
352
  ChainName["AmStarTestnet"] = "AmStar Testnet";
348
353
  ChainName["MathChain"] = "MathChain";
349
354
  ChainName["MathChainTestnet"] = "MathChain Testnet";
@@ -429,6 +434,8 @@ var ChainName;
429
434
  ChainName["Atelier"] = "Atelier";
430
435
  ChainName["ONUSChainMainnet"] = "ONUS Chain Mainnet";
431
436
  ChainName["EurusTestnet"] = "Eurus Testnet";
437
+ ChainName["SatoshIE"] = "SatoshIE";
438
+ ChainName["SatoshIETestnet"] = "SatoshIE Testnet";
432
439
  ChainName["EtherGem"] = "EtherGem";
433
440
  ChainName["Ekta"] = "Ekta";
434
441
  ChainName["EdeXaTestnet"] = "edeXa Testnet";
@@ -705,6 +712,7 @@ var ChainName;
705
712
  ChainName["BLGTestnet"] = "BLG Testnet";
706
713
  ChainName["StepTestnet"] = "Step Testnet";
707
714
  ChainName["RikezaNetworkTestnet"] = "Rikeza Network Testnet";
715
+ ChainName["QuantumChainTestnet"] = "Quantum Chain Testnet";
708
716
  ChainName["SPS"] = "SPS";
709
717
  ChainName["CreditSmartChain"] = "Credit Smart Chain";
710
718
  ChainName["BeamTestnet"] = "Beam Testnet";
@@ -752,6 +760,7 @@ var ChainName;
752
760
  ChainName["OasisChainMainnet"] = "OasisChain Mainnet";
753
761
  ChainName["OptimismBedrock(GoerliAlphaTestnet)"] = "Optimism Bedrock (Goerli Alpha Testnet)";
754
762
  ChainName["Piecetestnet"] = "Piece testnet";
763
+ ChainName["CeriumTestnet"] = "Cerium Testnet";
755
764
  ChainName["EthersocialNetwork"] = "Ethersocial Network";
756
765
  ChainName["CloudTxMainnet"] = "CloudTx Mainnet";
757
766
  ChainName["CloudTxTestnet"] = "CloudTx Testnet";
@@ -934,6 +943,7 @@ var ChainName;
934
943
  ChainName["AlteriumL2Testnet"] = "Alterium L2 Testnet";
935
944
  ChainName["ArbitrumRinkeby"] = "Arbitrum Rinkeby";
936
945
  ChainName["ArbitrumGoerli"] = "Arbitrum Goerli";
946
+ ChainName["ArbitrumSepolia"] = "Arbitrum Sepolia";
937
947
  ChainName["FastexChaintestnet"] = "Fastex Chain testnet";
938
948
  ChainName["MarkrGo"] = "Markr Go";
939
949
  ChainName["DexalotSubnetTestnet"] = "Dexalot Subnet Testnet";
@@ -1103,7 +1113,7 @@ var ChainId;
1103
1113
  ChainId[ChainId["TelosEVMTestnet"] = 41] = "TelosEVMTestnet";
1104
1114
  ChainId[ChainId["LUKSOMainnet"] = 42] = "LUKSOMainnet";
1105
1115
  ChainId[ChainId["DarwiniaPangolinTestnet"] = 43] = "DarwiniaPangolinTestnet";
1106
- ChainId[ChainId["DarwiniaCrabNetwork"] = 44] = "DarwiniaCrabNetwork";
1116
+ ChainId[ChainId["CrabNetwork"] = 44] = "CrabNetwork";
1107
1117
  ChainId[ChainId["DarwiniaPangoroTestnet"] = 45] = "DarwiniaPangoroTestnet";
1108
1118
  ChainId[ChainId["DarwiniaNetwork"] = 46] = "DarwiniaNetwork";
1109
1119
  ChainId[ChainId["AcriaIntelliChain"] = 47] = "AcriaIntelliChain";
@@ -1168,6 +1178,7 @@ var ChainId;
1168
1178
  ChainId[ChainId["VelasEVMMainnet"] = 106] = "VelasEVMMainnet";
1169
1179
  ChainId[ChainId["NebulaTestnet"] = 107] = "NebulaTestnet";
1170
1180
  ChainId[ChainId["ThunderCoreMainnet"] = 108] = "ThunderCoreMainnet";
1181
+ ChainId[ChainId["Shibarium"] = 109] = "Shibarium";
1171
1182
  ChainId[ChainId["ProtonTestnet"] = 110] = "ProtonTestnet";
1172
1183
  ChainId[ChainId["EtherLiteChain"] = 111] = "EtherLiteChain";
1173
1184
  ChainId[ChainId["CoinbitMainnet"] = 112] = "CoinbitMainnet";
@@ -1240,6 +1251,7 @@ var ChainId;
1240
1251
  ChainId[ChainId["EnergyWebChain"] = 246] = "EnergyWebChain";
1241
1252
  ChainId[ChainId["OasysMainnet"] = 248] = "OasysMainnet";
1242
1253
  ChainId[ChainId["FantomOpera"] = 250] = "FantomOpera";
1254
+ ChainId[ChainId["Kroma"] = 255] = "Kroma";
1243
1255
  ChainId[ChainId["HuobiECOChainTestnet"] = 256] = "HuobiECOChainTestnet";
1244
1256
  ChainId[ChainId["Setheum"] = 258] = "Setheum";
1245
1257
  ChainId[ChainId["NeonlinkMainnet"] = 259] = "NeonlinkMainnet";
@@ -1285,6 +1297,7 @@ var ChainId;
1285
1297
  ChainId[ChainId["ObscuroTestnet"] = 443] = "ObscuroTestnet";
1286
1298
  ChainId[ChainId["FrenchainTestnet"] = 444] = "FrenchainTestnet";
1287
1299
  ChainId[ChainId["ARZIOChain"] = 456] = "ARZIOChain";
1300
+ ChainId[ChainId["AreonNetworkTestnet"] = 462] = "AreonNetworkTestnet";
1288
1301
  ChainId[ChainId["Rupaya"] = 499] = "Rupaya";
1289
1302
  ChainId[ChainId["CaminoC-Chain"] = 500] = "CaminoC-Chain";
1290
1303
  ChainId[ChainId["ColumbusTestNetwork"] = 501] = "ColumbusTestNetwork";
@@ -1328,7 +1341,7 @@ var ChainId;
1328
1341
  ChainId[ChainId["QL1"] = 766] = "QL1";
1329
1342
  ChainId[ChainId["OpenChainTestnet"] = 776] = "OpenChainTestnet";
1330
1343
  ChainId[ChainId["CheapETH"] = 777] = "CheapETH";
1331
- ChainId[ChainId["MAALShariaChain"] = 786] = "MAALShariaChain";
1344
+ ChainId[ChainId["MAALChain"] = 786] = "MAALChain";
1332
1345
  ChainId[ChainId["AcalaNetwork"] = 787] = "AcalaNetwork";
1333
1346
  ChainId[ChainId["AerochainTestnet"] = 788] = "AerochainTestnet";
1334
1347
  ChainId[ChainId["Patex"] = 789] = "Patex";
@@ -1391,6 +1404,7 @@ var ChainId;
1391
1404
  ChainId[ChainId["MintaraTestnet"] = 1079] = "MintaraTestnet";
1392
1405
  ChainId[ChainId["MintaraMainnet"] = 1080] = "MintaraMainnet";
1393
1406
  ChainId[ChainId["MetisAndromedaMainnet"] = 1088] = "MetisAndromedaMainnet";
1407
+ ChainId[ChainId["Humans.aiMainnet"] = 1089] = "Humans.aiMainnet";
1394
1408
  ChainId[ChainId["MOACmainnet"] = 1099] = "MOACmainnet";
1395
1409
  ChainId[ChainId["PolygonzkEVM"] = 1101] = "PolygonzkEVM";
1396
1410
  ChainId[ChainId["BLXqTestnet"] = 1107] = "BLXqTestnet";
@@ -1401,6 +1415,7 @@ var ChainId;
1401
1415
  ChainId[ChainId["DogcoinMainnet"] = 1117] = "DogcoinMainnet";
1402
1416
  ChainId[ChainId["DeFiChainEVMNetworkMainnet"] = 1130] = "DeFiChainEVMNetworkMainnet";
1403
1417
  ChainId[ChainId["DeFiChainEVMNetworkTestnet"] = 1131] = "DeFiChainEVMNetworkTestnet";
1418
+ ChainId[ChainId["DeFiMetaChain"] = 1133] = "DeFiMetaChain";
1404
1419
  ChainId[ChainId["AmStarTestnet"] = 1138] = "AmStarTestnet";
1405
1420
  ChainId[ChainId["MathChain"] = 1139] = "MathChain";
1406
1421
  ChainId[ChainId["MathChainTestnet"] = 1140] = "MathChainTestnet";
@@ -1486,6 +1501,8 @@ var ChainId;
1486
1501
  ChainId[ChainId["Atelier"] = 1971] = "Atelier";
1487
1502
  ChainId[ChainId["ONUSChainMainnet"] = 1975] = "ONUSChainMainnet";
1488
1503
  ChainId[ChainId["EurusTestnet"] = 1984] = "EurusTestnet";
1504
+ ChainId[ChainId["SatoshIE"] = 1985] = "SatoshIE";
1505
+ ChainId[ChainId["SatoshIETestnet"] = 1986] = "SatoshIETestnet";
1489
1506
  ChainId[ChainId["EtherGem"] = 1987] = "EtherGem";
1490
1507
  ChainId[ChainId["Ekta"] = 1994] = "Ekta";
1491
1508
  ChainId[ChainId["EdeXaTestnet"] = 1995] = "EdeXaTestnet";
@@ -1762,6 +1779,7 @@ var ChainId;
1762
1779
  ChainId[ChainId["BLGTestnet"] = 12321] = "BLGTestnet";
1763
1780
  ChainId[ChainId["StepTestnet"] = 12345] = "StepTestnet";
1764
1781
  ChainId[ChainId["RikezaNetworkTestnet"] = 12715] = "RikezaNetworkTestnet";
1782
+ ChainId[ChainId["QuantumChainTestnet"] = 12890] = "QuantumChainTestnet";
1765
1783
  ChainId[ChainId["SPS"] = 13000] = "SPS";
1766
1784
  ChainId[ChainId["CreditSmartChain"] = 13308] = "CreditSmartChain";
1767
1785
  ChainId[ChainId["BeamTestnet"] = 13337] = "BeamTestnet";
@@ -1809,6 +1827,7 @@ var ChainId;
1809
1827
  ChainId[ChainId["OasisChainMainnet"] = 26863] = "OasisChainMainnet";
1810
1828
  ChainId[ChainId["OptimismBedrock(GoerliAlphaTestnet)"] = 28528] = "OptimismBedrock(GoerliAlphaTestnet)";
1811
1829
  ChainId[ChainId["Piecetestnet"] = 30067] = "Piecetestnet";
1830
+ ChainId[ChainId["CeriumTestnet"] = 30103] = "CeriumTestnet";
1812
1831
  ChainId[ChainId["EthersocialNetwork"] = 31102] = "EthersocialNetwork";
1813
1832
  ChainId[ChainId["CloudTxMainnet"] = 31223] = "CloudTxMainnet";
1814
1833
  ChainId[ChainId["CloudTxTestnet"] = 31224] = "CloudTxTestnet";
@@ -1991,6 +2010,7 @@ var ChainId;
1991
2010
  ChainId[ChainId["AlteriumL2Testnet"] = 420692] = "AlteriumL2Testnet";
1992
2011
  ChainId[ChainId["ArbitrumRinkeby"] = 421611] = "ArbitrumRinkeby";
1993
2012
  ChainId[ChainId["ArbitrumGoerli"] = 421613] = "ArbitrumGoerli";
2013
+ ChainId[ChainId["ArbitrumSepolia"] = 421614] = "ArbitrumSepolia";
1994
2014
  ChainId[ChainId["FastexChaintestnet"] = 424242] = "FastexChaintestnet";
1995
2015
  ChainId[ChainId["MarkrGo"] = 431140] = "MarkrGo";
1996
2016
  ChainId[ChainId["DexalotSubnetTestnet"] = 432201] = "DexalotSubnetTestnet";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revoke.cash/chains",
3
- "version": "14.0.0",
3
+ "version": "15.0.0",
4
4
  "description": "Helper module for getting EVM chains info.",
5
5
  "author": "Revoke.cash",
6
6
  "contributors": [