@gearbox-protocol/deploy-tools 4.61.14 → 4.61.16

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.
Files changed (2) hide show
  1. package/dist/index.mjs +488 -20
  2. package/package.json +5 -5
package/dist/index.mjs CHANGED
@@ -3477,6 +3477,95 @@ var require_ghoConfigMainnet = __commonJS({
3477
3477
  }
3478
3478
  });
3479
3479
 
3480
+ // ../../node_modules/@gearbox-protocol/sdk-gov/lib/config/configs/test_daiConfigMainnet.js
3481
+ var require_test_daiConfigMainnet = __commonJS({
3482
+ "../../node_modules/@gearbox-protocol/sdk-gov/lib/config/configs/test_daiConfigMainnet.js"(exports2) {
3483
+ "use strict";
3484
+ Object.defineProperty(exports2, "__esModule", { value: true });
3485
+ exports2.testDaiConfigMainnet = void 0;
3486
+ var POOL_DECIMALS = BigInt(1e18);
3487
+ var POOL_DIVIDER = BigInt(1);
3488
+ var levUniV2Config = {
3489
+ contract: "UNISWAP_V2_ROUTER",
3490
+ allowed: [{ token0: "SKY", token1: "USDS" }]
3491
+ };
3492
+ var levCreditManager = {
3493
+ name: "Test Credit Manager",
3494
+ degenNft: false,
3495
+ expirationDate: void 0,
3496
+ minDebt: BigInt(5e4) * POOL_DECIMALS / POOL_DIVIDER,
3497
+ maxDebt: BigInt(1e6) * POOL_DECIMALS / POOL_DIVIDER,
3498
+ feeInterest: 2500,
3499
+ feeLiquidation: 150,
3500
+ liquidationPremium: 400,
3501
+ feeLiquidationExpired: 100,
3502
+ liquidationPremiumExpired: 200,
3503
+ poolLimit: BigInt(5e6) * POOL_DECIMALS / POOL_DIVIDER,
3504
+ maxEnabledTokens: 4,
3505
+ collateralTokens: [
3506
+ {
3507
+ token: "USDS",
3508
+ lt: 9e3
3509
+ },
3510
+ {
3511
+ token: "stkUSDS",
3512
+ lt: 9e3
3513
+ },
3514
+ {
3515
+ token: "SKY",
3516
+ lt: 0
3517
+ }
3518
+ ],
3519
+ adapters: [
3520
+ { contract: "DAI_USDS" },
3521
+ { contract: "SKY_STAKING_REWARDS" },
3522
+ levUniV2Config
3523
+ ]
3524
+ };
3525
+ exports2.testDaiConfigMainnet = {
3526
+ id: "mainnet-dai-test-v3",
3527
+ symbol: "dDAI-test-V3",
3528
+ name: "Test DAI v3",
3529
+ network: "Mainnet",
3530
+ underlying: "DAI",
3531
+ accountAmount: BigInt(1e5) * POOL_DECIMALS,
3532
+ withdrawalFee: 0,
3533
+ totalDebtLimit: BigInt(1e8) * POOL_DECIMALS,
3534
+ irm: {
3535
+ U1: 7e3,
3536
+ U2: 9e3,
3537
+ Rbase: 0,
3538
+ Rslope1: 100,
3539
+ Rslope2: 125,
3540
+ Rslope3: 1e4,
3541
+ isBorrowingMoreU2Forbidden: true
3542
+ },
3543
+ ratesAndLimits: {
3544
+ USDS: {
3545
+ minRate: 4,
3546
+ maxRate: 1500,
3547
+ quotaIncreaseFee: 1,
3548
+ limit: BigInt(1e7) * POOL_DECIMALS / POOL_DIVIDER
3549
+ },
3550
+ stkUSDS: {
3551
+ minRate: 4,
3552
+ maxRate: 1500,
3553
+ quotaIncreaseFee: 1,
3554
+ limit: BigInt(1e7) * POOL_DECIMALS / POOL_DIVIDER
3555
+ },
3556
+ SKY: {
3557
+ minRate: 4,
3558
+ maxRate: 1500,
3559
+ quotaIncreaseFee: 1,
3560
+ limit: BigInt(0)
3561
+ }
3562
+ },
3563
+ creditManagers: [levCreditManager],
3564
+ supportsQuotas: true
3565
+ };
3566
+ }
3567
+ });
3568
+
3480
3569
  // ../../node_modules/@gearbox-protocol/sdk-gov/lib/config/configs/test_usdcConfigArbitrum.js
3481
3570
  var require_test_usdcConfigArbitrum = __commonJS({
3482
3571
  "../../node_modules/@gearbox-protocol/sdk-gov/lib/config/configs/test_usdcConfigArbitrum.js"(exports2) {
@@ -4010,6 +4099,14 @@ var require_test_wethConfigMainnet = __commonJS({
4010
4099
  token: "stkcvxsteCRV",
4011
4100
  lt: 9e3
4012
4101
  },
4102
+ {
4103
+ token: "pufETH",
4104
+ lt: 9e3
4105
+ },
4106
+ {
4107
+ token: "zpufETH",
4108
+ lt: 9e3
4109
+ },
4013
4110
  // Compatibility
4014
4111
  {
4015
4112
  token: "steCRV",
@@ -4050,6 +4147,10 @@ var require_test_wethConfigMainnet = __commonJS({
4050
4147
  {
4051
4148
  token: "CVX",
4052
4149
  lt: 0
4150
+ },
4151
+ {
4152
+ token: "pufETHwstE",
4153
+ lt: 0
4053
4154
  }
4054
4155
  ],
4055
4156
  adapters: [
@@ -4059,8 +4160,10 @@ var require_test_wethConfigMainnet = __commonJS({
4059
4160
  levSteakLRTVaultConfig,
4060
4161
  { contract: "LIDO_WSTETH" },
4061
4162
  { contract: "CURVE_STETH_GATEWAY" },
4163
+ { contract: "CURVE_PUFETH_WSTETH_POOL" },
4062
4164
  { contract: "CONVEX_BOOSTER" },
4063
- { contract: "CONVEX_STECRV_POOL" }
4165
+ { contract: "CONVEX_STECRV_POOL" },
4166
+ { contract: "ZIRCUIT_POOL" }
4064
4167
  ]
4065
4168
  };
4066
4169
  exports2.testWethConfigMainnet = {
@@ -4189,6 +4292,24 @@ var require_test_wethConfigMainnet = __commonJS({
4189
4292
  maxRate: 1500,
4190
4293
  quotaIncreaseFee: 0,
4191
4294
  limit: BigInt(4e3) * POOL_DECIMALS
4295
+ },
4296
+ pufETHwstE: {
4297
+ minRate: 4,
4298
+ maxRate: 1500,
4299
+ quotaIncreaseFee: 0,
4300
+ limit: BigInt(0) * POOL_DECIMALS
4301
+ },
4302
+ pufETH: {
4303
+ minRate: 4,
4304
+ maxRate: 1500,
4305
+ quotaIncreaseFee: 0,
4306
+ limit: BigInt(4e3) * POOL_DECIMALS
4307
+ },
4308
+ zpufETH: {
4309
+ minRate: 4,
4310
+ maxRate: 1500,
4311
+ quotaIncreaseFee: 0,
4312
+ limit: BigInt(4e3) * POOL_DECIMALS
4192
4313
  }
4193
4314
  },
4194
4315
  creditManagers: [levCreditManager],
@@ -6764,6 +6885,7 @@ var require_decimals = __commonJS({
6764
6885
  APE: 18,
6765
6886
  AURA: 18,
6766
6887
  SWISE: 18,
6888
+ SKY: 18,
6767
6889
  WLD: 18,
6768
6890
  OP: 18,
6769
6891
  GHO: 18,
@@ -6779,6 +6901,7 @@ var require_decimals = __commonJS({
6779
6901
  USDe: 18,
6780
6902
  PENDLE: 18,
6781
6903
  pufETH: 18,
6904
+ USDS: 18,
6782
6905
  PT_rsETH_26SEP2024: 18,
6783
6906
  "3Crv": 18,
6784
6907
  crvFRAX: 18,
@@ -6956,9 +7079,14 @@ var require_decimals = __commonJS({
6956
7079
  fUSDC: 8,
6957
7080
  sDAI: 18,
6958
7081
  sUSDe: 18,
7082
+ sUSDS: 18,
6959
7083
  YieldETH: 18,
6960
7084
  rETH: 18,
6961
- rETH_f: 18
7085
+ rETH_f: 18,
7086
+ stkUSDS: 18,
7087
+ PT_sUSDe_26DEC2024: 18,
7088
+ PT_eETH_26DEC2024: 18,
7089
+ PT_ezETH_26DEC2024: 18
6962
7090
  };
6963
7091
  }
6964
7092
  });
@@ -6992,6 +7120,13 @@ var require_erc4626 = __commonJS({
6992
7120
  type: { AllNetworks: tokenType_1.TokenType.ERC4626_VAULT_TOKEN },
6993
7121
  underlying: "USDe",
6994
7122
  vault: "STAKED_USDE_VAULT"
7123
+ },
7124
+ sUSDS: {
7125
+ name: "Staked USDS",
7126
+ symbol: "sUSDS",
7127
+ type: { AllNetworks: tokenType_1.TokenType.ERC4626_VAULT_TOKEN },
7128
+ underlying: "USDS",
7129
+ vault: "STAKED_USDS_VAULT"
6995
7130
  }
6996
7131
  };
6997
7132
  var isERC4626LPToken = (t) => typeof t === "string" && !!exports2.erc4626Tokens[t];
@@ -7479,6 +7614,31 @@ var require_normal = __commonJS({
7479
7614
  name: "Pendle PT rsETH 26 Sep 2024 expiry",
7480
7615
  symbol: "PT_rsETH_26SEP2024",
7481
7616
  type: { AllNetworks: tokenType_1.TokenType.NORMAL_TOKEN }
7617
+ },
7618
+ USDS: {
7619
+ name: "USDS",
7620
+ symbol: "USDS",
7621
+ type: { AllNetworks: tokenType_1.TokenType.NORMAL_TOKEN }
7622
+ },
7623
+ SKY: {
7624
+ name: "SKY Governance token",
7625
+ symbol: "SKY",
7626
+ type: { AllNetworks: tokenType_1.TokenType.NORMAL_TOKEN }
7627
+ },
7628
+ PT_sUSDe_26DEC2024: {
7629
+ name: "Pendle PT sUSDe 26 Dec 2024 expiry",
7630
+ symbol: "PT_sUSDe_26DEC2024",
7631
+ type: { AllNetworks: tokenType_1.TokenType.NORMAL_TOKEN }
7632
+ },
7633
+ PT_eETH_26DEC2024: {
7634
+ name: "Pendle PT weETH 26 Dec 2024 expiry",
7635
+ symbol: "PT_eETH_26DEC2024",
7636
+ type: { AllNetworks: tokenType_1.TokenType.NORMAL_TOKEN }
7637
+ },
7638
+ PT_ezETH_26DEC2024: {
7639
+ name: "Pendle PT ezETH 26 Dec 2024 expiry",
7640
+ symbol: "PT_ezETH_26DEC2024",
7641
+ type: { AllNetworks: tokenType_1.TokenType.NORMAL_TOKEN }
7482
7642
  }
7483
7643
  };
7484
7644
  var isNormalToken = (t) => typeof t === "string" && !!exports2.normalTokens[t];
@@ -7486,6 +7646,35 @@ var require_normal = __commonJS({
7486
7646
  }
7487
7647
  });
7488
7648
 
7649
+ // ../../node_modules/@gearbox-protocol/sdk-gov/lib/tokens/stakingRewards.js
7650
+ var require_stakingRewards = __commonJS({
7651
+ "../../node_modules/@gearbox-protocol/sdk-gov/lib/tokens/stakingRewards.js"(exports2) {
7652
+ "use strict";
7653
+ Object.defineProperty(exports2, "__esModule", { value: true });
7654
+ exports2.zircuitStakedTokenByToken = exports2.isStakingRewardsPhantomToken = exports2.stakingRewardsTokens = exports2.stakingRewardsPhantomTokens = void 0;
7655
+ var tokenType_1 = require_tokenType();
7656
+ exports2.stakingRewardsPhantomTokens = {
7657
+ stkUSDS: {
7658
+ name: "Sky staked USDS",
7659
+ symbol: "stkUSDS",
7660
+ type: {
7661
+ AllNetworks: tokenType_1.TokenType.STAKING_REWARDS_PHANTOM_TOKEN
7662
+ },
7663
+ underlying: "USDS"
7664
+ }
7665
+ };
7666
+ exports2.stakingRewardsTokens = {
7667
+ ...exports2.stakingRewardsPhantomTokens
7668
+ };
7669
+ var isStakingRewardsPhantomToken = (t) => typeof t === "string" && !!exports2.stakingRewardsTokens[t];
7670
+ exports2.isStakingRewardsPhantomToken = isStakingRewardsPhantomToken;
7671
+ exports2.zircuitStakedTokenByToken = Object.values(exports2.stakingRewardsPhantomTokens).reduce((acc, value) => {
7672
+ acc[value.underlying] = value.symbol;
7673
+ return acc;
7674
+ }, {});
7675
+ }
7676
+ });
7677
+
7489
7678
  // ../../node_modules/@gearbox-protocol/sdk-gov/lib/tokens/wrapped.js
7490
7679
  var require_wrapped = __commonJS({
7491
7680
  "../../node_modules/@gearbox-protocol/sdk-gov/lib/tokens/wrapped.js"(exports2) {
@@ -7635,6 +7824,7 @@ var require_token = __commonJS({
7635
7824
  var erc4626_1 = require_erc4626();
7636
7825
  var gear_1 = require_gear();
7637
7826
  var normal_1 = require_normal();
7827
+ var stakingRewards_1 = require_stakingRewards();
7638
7828
  var wrapped_1 = require_wrapped();
7639
7829
  var yearn_1 = require_yearn();
7640
7830
  var zircuit_1 = require_zircuit();
@@ -7649,7 +7839,8 @@ var require_token = __commonJS({
7649
7839
  ...erc4626_1.erc4626Tokens,
7650
7840
  ...aura_1.auraLpTokens,
7651
7841
  ...aura_1.auraStakedTokens,
7652
- ...zircuit_1.zircuitStakedPhantomTokens
7842
+ ...zircuit_1.zircuitStakedPhantomTokens,
7843
+ ...stakingRewards_1.stakingRewardsPhantomTokens
7653
7844
  };
7654
7845
  exports2.supportedTokens = {
7655
7846
  ...normal_1.normalTokens,
@@ -7718,6 +7909,8 @@ var require_token = __commonJS({
7718
7909
  USDe: "0x4c9EDD5852cd905f086C759E8383e09bff1E68B3",
7719
7910
  GHO: "0x40D16FC0246aD3160Ccc09B8D0D3A2cD28aE6C2f",
7720
7911
  pufETH: "0xD9A442856C234a39a81a089C06451EBAa4306a72",
7912
+ USDS: "0xdC035D45d973E3EC169d2276DDab16f1e407384F",
7913
+ SKY: "0x56072C95FAA701256059aa122697B133aDEd9279",
7721
7914
  // CURVE LP TOKENS
7722
7915
  "3Crv": "0x6c3F90f043a72FA612cbac8115EE7e52BDe6E490",
7723
7916
  crvFRAX: "0x3175Df0976dFA876431C2E9eE6Bc45b65d3473CC",
@@ -7856,6 +8049,9 @@ var require_token = __commonJS({
7856
8049
  aurarETH_wETH_BPT_vault: constants_1.NOT_DEPLOYED,
7857
8050
  // PENDLE
7858
8051
  PT_rsETH_26SEP2024: "0x7bAf258049cc8B9A78097723dc19a8b103D4098F",
8052
+ PT_sUSDe_26DEC2024: "0xEe9085fC268F6727d5D4293dBABccF901ffDCC29",
8053
+ PT_eETH_26DEC2024: "0xf7906F274c174A52d444175729E3fa98f9bde285",
8054
+ PT_ezETH_26DEC2024: "0x6ee2b5E19ECBa773a352E5B21415Dc419A700d1d",
7859
8055
  // GEARBOX
7860
8056
  dDAI: "0x6CFaF95457d7688022FC53e7AbE052ef8DFBbdBA",
7861
8057
  dUSDC: "0xc411dB5f5Eb3f7d552F9B8454B2D74097ccdE6E3",
@@ -7885,6 +8081,7 @@ var require_token = __commonJS({
7885
8081
  sDAI: "0x83F20F44975D03b1b09e64809B757c47f942BEeA",
7886
8082
  YieldETH: "0xb5b29320d2Dde5BA5BAFA1EbcD270052070483ec",
7887
8083
  sUSDe: "0x9D39A5DE30e57443BfF2A8307A4256c8797A3497",
8084
+ sUSDS: "0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD",
7888
8085
  // AAVE
7889
8086
  aUSDC: "0xBcca60bB61934080951369a648Fb03DF4F96263C",
7890
8087
  aDAI: "0x028171bCA77440897B824Ca71D1c56caC55b68A3",
@@ -7902,7 +8099,9 @@ var require_token = __commonJS({
7902
8099
  cETH: "0x4Ddc2D193948926D02f9B1fE9e1daa0718270ED5",
7903
8100
  cLINK: "0xFAce851a4921ce59e912d19329929CE6da6EB0c7",
7904
8101
  // ZIRCUIT
7905
- zpufETH: "0x6c3f1FFBFD445354fD97EFbf42e0B1216dD2383e",
8102
+ zpufETH: "0xF5740711F088DF1D2fBDb8F62D4852960c139cbA",
8103
+ // SKY
8104
+ stkUSDS: "0xcB5D10A57Aeb622b92784D53F730eE2210ab370E",
7906
8105
  // MELLOW LRT
7907
8106
  steakLRT: "0xBEEF69Ac7870777598A04B2bd4771c71212E6aBc",
7908
8107
  Re7LRT: "0x84631c0d0081FDe56DeB72F6DE77abBbF6A9f93a",
@@ -7941,6 +8140,7 @@ var require_token = __commonJS({
7941
8140
  BAL: "0x040d1EdC9569d4Bab2D15287Dc5A4F10F56a56B8",
7942
8141
  AURA: "0x1509706a6c66CA549ff0cB464de88231DDBe213B",
7943
8142
  SWISE: constants_1.NOT_DEPLOYED,
8143
+ SKY: constants_1.NOT_DEPLOYED,
7944
8144
  /// UPDATE
7945
8145
  STETH: constants_1.NOT_DEPLOYED,
7946
8146
  wstETH: "0x5979D7b546E38E414F7E9822514be443A4800529",
@@ -7971,6 +8171,7 @@ var require_token = __commonJS({
7971
8171
  USDe: "0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34",
7972
8172
  GHO: constants_1.NOT_DEPLOYED,
7973
8173
  pufETH: constants_1.NOT_DEPLOYED,
8174
+ USDS: constants_1.NOT_DEPLOYED,
7974
8175
  // REDSTONE
7975
8176
  SHIB: constants_1.NOT_DEPLOYED,
7976
8177
  // YEARN TOKENS
@@ -8111,6 +8312,9 @@ var require_token = __commonJS({
8111
8312
  aurarETH_wETH_BPT_vault: "0x129A44AC6ff0f965C907579F96F2eD682E52c84A",
8112
8313
  // PENDLE
8113
8314
  PT_rsETH_26SEP2024: constants_1.NOT_DEPLOYED,
8315
+ PT_sUSDe_26DEC2024: constants_1.NOT_DEPLOYED,
8316
+ PT_eETH_26DEC2024: constants_1.NOT_DEPLOYED,
8317
+ PT_ezETH_26DEC2024: constants_1.NOT_DEPLOYED,
8114
8318
  // GEARBOX
8115
8319
  dDAI: constants_1.NOT_DEPLOYED,
8116
8320
  dUSDC: constants_1.NOT_DEPLOYED,
@@ -8154,8 +8358,11 @@ var require_token = __commonJS({
8154
8358
  sDAI: constants_1.NOT_DEPLOYED,
8155
8359
  YieldETH: constants_1.NOT_DEPLOYED,
8156
8360
  sUSDe: constants_1.NOT_DEPLOYED,
8361
+ sUSDS: constants_1.NOT_DEPLOYED,
8157
8362
  // ZIRCUIT
8158
8363
  zpufETH: constants_1.NOT_DEPLOYED,
8364
+ // SKY
8365
+ stkUSDS: constants_1.NOT_DEPLOYED,
8159
8366
  // MELLOW LRT
8160
8367
  steakLRT: constants_1.NOT_DEPLOYED,
8161
8368
  Re7LRT: constants_1.NOT_DEPLOYED,
@@ -8224,6 +8431,8 @@ var require_token = __commonJS({
8224
8431
  USDe: constants_1.NOT_DEPLOYED,
8225
8432
  GHO: constants_1.NOT_DEPLOYED,
8226
8433
  pufETH: constants_1.NOT_DEPLOYED,
8434
+ USDS: constants_1.NOT_DEPLOYED,
8435
+ SKY: constants_1.NOT_DEPLOYED,
8227
8436
  // REDSTONE
8228
8437
  SHIB: constants_1.NOT_DEPLOYED,
8229
8438
  // YEARN TOKENS
@@ -8364,6 +8573,9 @@ var require_token = __commonJS({
8364
8573
  aurawstETH_WETH_BPT_vault: constants_1.NOT_DEPLOYED,
8365
8574
  // PENDLE
8366
8575
  PT_rsETH_26SEP2024: constants_1.NOT_DEPLOYED,
8576
+ PT_sUSDe_26DEC2024: constants_1.NOT_DEPLOYED,
8577
+ PT_eETH_26DEC2024: constants_1.NOT_DEPLOYED,
8578
+ PT_ezETH_26DEC2024: constants_1.NOT_DEPLOYED,
8367
8579
  // GEARBOX
8368
8580
  dDAI: constants_1.NOT_DEPLOYED,
8369
8581
  dUSDC: constants_1.NOT_DEPLOYED,
@@ -8407,8 +8619,11 @@ var require_token = __commonJS({
8407
8619
  sDAI: constants_1.NOT_DEPLOYED,
8408
8620
  YieldETH: constants_1.NOT_DEPLOYED,
8409
8621
  sUSDe: constants_1.NOT_DEPLOYED,
8622
+ sUSDS: constants_1.NOT_DEPLOYED,
8410
8623
  // ZIRCUIT
8411
8624
  zpufETH: constants_1.NOT_DEPLOYED,
8625
+ // SKY
8626
+ stkUSDS: constants_1.NOT_DEPLOYED,
8412
8627
  // MELLOW LRT
8413
8628
  steakLRT: constants_1.NOT_DEPLOYED,
8414
8629
  Re7LRT: constants_1.NOT_DEPLOYED,
@@ -8454,6 +8669,7 @@ var require_token = __commonJS({
8454
8669
  SWISE: constants_1.NOT_DEPLOYED,
8455
8670
  WLD: constants_1.NOT_DEPLOYED,
8456
8671
  OP: constants_1.NOT_DEPLOYED,
8672
+ SKY: constants_1.NOT_DEPLOYED,
8457
8673
  /// UPDATE
8458
8674
  STETH: constants_1.NOT_DEPLOYED,
8459
8675
  wstETH: constants_1.NOT_DEPLOYED,
@@ -8481,6 +8697,7 @@ var require_token = __commonJS({
8481
8697
  rswETH: constants_1.NOT_DEPLOYED,
8482
8698
  USDe: constants_1.NOT_DEPLOYED,
8483
8699
  pufETH: constants_1.NOT_DEPLOYED,
8700
+ USDS: constants_1.NOT_DEPLOYED,
8484
8701
  // REDSTONE
8485
8702
  SHIB: constants_1.NOT_DEPLOYED,
8486
8703
  // YEARN TOKENS
@@ -8619,6 +8836,9 @@ var require_token = __commonJS({
8619
8836
  aurawstETH_WETH_BPT_vault: constants_1.NOT_DEPLOYED,
8620
8837
  // PENDLE
8621
8838
  PT_rsETH_26SEP2024: constants_1.NOT_DEPLOYED,
8839
+ PT_sUSDe_26DEC2024: constants_1.NOT_DEPLOYED,
8840
+ PT_eETH_26DEC2024: constants_1.NOT_DEPLOYED,
8841
+ PT_ezETH_26DEC2024: constants_1.NOT_DEPLOYED,
8622
8842
  // GEARBOX
8623
8843
  dDAI: constants_1.NOT_DEPLOYED,
8624
8844
  dUSDC: constants_1.NOT_DEPLOYED,
@@ -8662,10 +8882,13 @@ var require_token = __commonJS({
8662
8882
  sDAI: constants_1.NOT_DEPLOYED,
8663
8883
  YieldETH: constants_1.NOT_DEPLOYED,
8664
8884
  sUSDe: constants_1.NOT_DEPLOYED,
8885
+ sUSDS: constants_1.NOT_DEPLOYED,
8665
8886
  GHO: constants_1.NOT_DEPLOYED,
8666
8887
  GHOUSDe: constants_1.NOT_DEPLOYED,
8667
8888
  GHO_USDT_USDC: constants_1.NOT_DEPLOYED,
8668
8889
  zpufETH: constants_1.NOT_DEPLOYED,
8890
+ // SKY
8891
+ stkUSDS: constants_1.NOT_DEPLOYED,
8669
8892
  // MELLOW LRT
8670
8893
  steakLRT: constants_1.NOT_DEPLOYED,
8671
8894
  Re7LRT: constants_1.NOT_DEPLOYED,
@@ -8867,6 +9090,7 @@ var require_protocols = __commonJS({
8867
9090
  Protocols2[Protocols2["Zircuit"] = 20] = "Zircuit";
8868
9091
  Protocols2[Protocols2["Mellow"] = 21] = "Mellow";
8869
9092
  Protocols2[Protocols2["Pendle"] = 22] = "Pendle";
9093
+ Protocols2[Protocols2["Sky"] = 23] = "Sky";
8870
9094
  })(Protocols || (exports2.Protocols = Protocols = {}));
8871
9095
  }
8872
9096
  });
@@ -8876,7 +9100,7 @@ var require_contracts = __commonJS({
8876
9100
  "../../node_modules/@gearbox-protocol/sdk-gov/lib/contracts/contracts.js"(exports2) {
8877
9101
  "use strict";
8878
9102
  Object.defineProperty(exports2, "__esModule", { value: true });
8879
- exports2.isSupportedContract = exports2.contractsByAddress = exports2.contractParams = exports2.MELLOW_COLLECTOR = exports2.VELODROME_V2_CL_FACTORY = exports2.VELODROME_V2_DEFAULT_FACTORY = exports2.VELODROME_CL_QUOTER = exports2.PANCAKESWAP_V3_QUOTER = exports2.CAMELOT_V3_QUOTER = exports2.UNISWAP_V3_QUOTER = exports2.contractsByNetwork = void 0;
9103
+ exports2.isSupportedContract = exports2.contractsByAddress = exports2.contractParams = exports2.PENDLE_ROUTER_STATIC_OPTIMISM = exports2.PENDLE_ROUTER_STATIC_ARBITRUM = exports2.PENDLE_ROUTER_STATIC_MAINNET = exports2.MELLOW_COLLECTOR = exports2.VELODROME_V2_CL_FACTORY = exports2.VELODROME_V2_DEFAULT_FACTORY = exports2.VELODROME_CL_QUOTER = exports2.PANCAKESWAP_V3_QUOTER = exports2.CAMELOT_V3_QUOTER = exports2.UNISWAP_V3_QUOTER = exports2.contractsByNetwork = void 0;
8880
9104
  var constants_1 = require_constants();
8881
9105
  var token_1 = require_token();
8882
9106
  var mappers_1 = require_mappers();
@@ -8951,6 +9175,7 @@ var require_contracts = __commonJS({
8951
9175
  MAKER_DSR_VAULT: token_1.tokenDataByNetwork.Mainnet.sDAI,
8952
9176
  YIELD_ETH_VAULT: token_1.tokenDataByNetwork.Mainnet.YieldETH,
8953
9177
  STAKED_USDE_VAULT: token_1.tokenDataByNetwork.Mainnet.sUSDe,
9178
+ STAKED_USDS_VAULT: token_1.tokenDataByNetwork.Mainnet.sUSDS,
8954
9179
  // CONVEX
8955
9180
  CONVEX_BOOSTER: "0xF403C135812408BFbE8713b5A23a04b3D48AAE31",
8956
9181
  CONVEX_3CRV_POOL: "0x689440f2Ff927E1f24c72F1087E1FAF471eCe1c8",
@@ -9010,7 +9235,10 @@ var require_contracts = __commonJS({
9010
9235
  MELLOW_RE7_LABS_VAULT: token_1.tokenDataByNetwork.Mainnet.Re7LRT,
9011
9236
  MELLOW_AMPHOR_VAULT: token_1.tokenDataByNetwork.Mainnet.amphrETH,
9012
9237
  MELLOW_RESTAKING_VAULT: token_1.tokenDataByNetwork.Mainnet.rstETH,
9013
- MELLOW_RENZO_VAULT: token_1.tokenDataByNetwork.Mainnet.pzETH
9238
+ MELLOW_RENZO_VAULT: token_1.tokenDataByNetwork.Mainnet.pzETH,
9239
+ // SKY
9240
+ SKY_STAKING_REWARDS: "0x0650CAF159C5A49f711e8169D4336ECB9b950275",
9241
+ DAI_USDS: "0x3225737a9Bbb6473CB4a45b7244ACa2BeFdB276A"
9014
9242
  },
9015
9243
  //
9016
9244
  //
@@ -9085,6 +9313,7 @@ var require_contracts = __commonJS({
9085
9313
  MAKER_DSR_VAULT: token_1.tokenDataByNetwork.Arbitrum.sDAI,
9086
9314
  YIELD_ETH_VAULT: token_1.tokenDataByNetwork.Arbitrum.YieldETH,
9087
9315
  STAKED_USDE_VAULT: token_1.tokenDataByNetwork.Arbitrum.sUSDe,
9316
+ STAKED_USDS_VAULT: token_1.tokenDataByNetwork.Mainnet.sUSDS,
9088
9317
  // CONVEX
9089
9318
  CONVEX_BOOSTER: constants_1.NOT_DEPLOYED,
9090
9319
  CONVEX_3CRV_POOL: constants_1.NOT_DEPLOYED,
@@ -9143,7 +9372,9 @@ var require_contracts = __commonJS({
9143
9372
  MELLOW_RE7_LABS_VAULT: token_1.tokenDataByNetwork.Arbitrum.Re7LRT,
9144
9373
  MELLOW_AMPHOR_VAULT: token_1.tokenDataByNetwork.Arbitrum.amphrETH,
9145
9374
  MELLOW_RESTAKING_VAULT: token_1.tokenDataByNetwork.Arbitrum.rstETH,
9146
- MELLOW_RENZO_VAULT: token_1.tokenDataByNetwork.Arbitrum.pzETH
9375
+ MELLOW_RENZO_VAULT: token_1.tokenDataByNetwork.Arbitrum.pzETH,
9376
+ SKY_STAKING_REWARDS: constants_1.NOT_DEPLOYED,
9377
+ DAI_USDS: constants_1.NOT_DEPLOYED
9147
9378
  },
9148
9379
  //
9149
9380
  //
@@ -9220,6 +9451,7 @@ var require_contracts = __commonJS({
9220
9451
  MAKER_DSR_VAULT: token_1.tokenDataByNetwork.Optimism.sDAI,
9221
9452
  YIELD_ETH_VAULT: token_1.tokenDataByNetwork.Optimism.YieldETH,
9222
9453
  STAKED_USDE_VAULT: token_1.tokenDataByNetwork.Optimism.sUSDe,
9454
+ STAKED_USDS_VAULT: token_1.tokenDataByNetwork.Mainnet.sUSDS,
9223
9455
  // CONVEX
9224
9456
  CONVEX_BOOSTER: constants_1.NOT_DEPLOYED,
9225
9457
  CONVEX_3CRV_POOL: constants_1.NOT_DEPLOYED,
@@ -9279,7 +9511,9 @@ var require_contracts = __commonJS({
9279
9511
  MELLOW_RE7_LABS_VAULT: token_1.tokenDataByNetwork.Optimism.Re7LRT,
9280
9512
  MELLOW_AMPHOR_VAULT: token_1.tokenDataByNetwork.Optimism.amphrETH,
9281
9513
  MELLOW_RESTAKING_VAULT: token_1.tokenDataByNetwork.Optimism.rstETH,
9282
- MELLOW_RENZO_VAULT: token_1.tokenDataByNetwork.Optimism.pzETH
9514
+ MELLOW_RENZO_VAULT: token_1.tokenDataByNetwork.Optimism.pzETH,
9515
+ SKY_STAKING_REWARDS: constants_1.NOT_DEPLOYED,
9516
+ DAI_USDS: constants_1.NOT_DEPLOYED
9283
9517
  },
9284
9518
  //
9285
9519
  //
@@ -9353,6 +9587,7 @@ var require_contracts = __commonJS({
9353
9587
  MAKER_DSR_VAULT: token_1.tokenDataByNetwork.Base.sDAI,
9354
9588
  YIELD_ETH_VAULT: token_1.tokenDataByNetwork.Base.YieldETH,
9355
9589
  STAKED_USDE_VAULT: token_1.tokenDataByNetwork.Base.sUSDe,
9590
+ STAKED_USDS_VAULT: token_1.tokenDataByNetwork.Mainnet.sUSDS,
9356
9591
  // CONVEX
9357
9592
  CONVEX_BOOSTER: constants_1.NOT_DEPLOYED,
9358
9593
  CONVEX_3CRV_POOL: constants_1.NOT_DEPLOYED,
@@ -9413,7 +9648,9 @@ var require_contracts = __commonJS({
9413
9648
  MELLOW_RE7_LABS_VAULT: token_1.tokenDataByNetwork.Base.Re7LRT,
9414
9649
  MELLOW_AMPHOR_VAULT: token_1.tokenDataByNetwork.Base.amphrETH,
9415
9650
  MELLOW_RESTAKING_VAULT: token_1.tokenDataByNetwork.Base.rstETH,
9416
- MELLOW_RENZO_VAULT: token_1.tokenDataByNetwork.Base.pzETH
9651
+ MELLOW_RENZO_VAULT: token_1.tokenDataByNetwork.Base.pzETH,
9652
+ SKY_STAKING_REWARDS: constants_1.NOT_DEPLOYED,
9653
+ DAI_USDS: constants_1.NOT_DEPLOYED
9417
9654
  }
9418
9655
  };
9419
9656
  exports2.UNISWAP_V3_QUOTER = "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
@@ -9423,6 +9660,9 @@ var require_contracts = __commonJS({
9423
9660
  exports2.VELODROME_V2_DEFAULT_FACTORY = "0xF1046053aa5682b4F9a81b5481394DA16BE5FF5a";
9424
9661
  exports2.VELODROME_V2_CL_FACTORY = "0xCc0bDDB707055e04e497aB22a59c2aF4391cd12F";
9425
9662
  exports2.MELLOW_COLLECTOR = "0xce8f66b5347dcfedb3e63cb2c95e4aab9a85429e";
9663
+ exports2.PENDLE_ROUTER_STATIC_MAINNET = "0x263833d47eA3fA4a30f269323aba6a107f9eB14C";
9664
+ exports2.PENDLE_ROUTER_STATIC_ARBITRUM = "0xAdB09F65bd90d19e3148D9ccb693F3161C6DB3E8";
9665
+ exports2.PENDLE_ROUTER_STATIC_OPTIMISM = "0x704478Dd72FD7F9B83d1F1e0fc18C14B54F034d0";
9426
9666
  exports2.contractParams = {
9427
9667
  UNISWAP_V2_ROUTER: {
9428
9668
  name: "Uniswap V2",
@@ -9888,6 +10128,12 @@ var require_contracts = __commonJS({
9888
10128
  type: adapters_1.AdapterInterface.ERC4626_VAULT,
9889
10129
  underlying: "USDe"
9890
10130
  },
10131
+ STAKED_USDS_VAULT: {
10132
+ name: "Sky Staked USDS Vault",
10133
+ protocol: protocols_1.Protocols.Sky,
10134
+ type: adapters_1.AdapterInterface.ERC4626_VAULT,
10135
+ underlying: "USDS"
10136
+ },
9891
10137
  CONVEX_BOOSTER: {
9892
10138
  name: "Convex BOOSTER",
9893
10139
  protocol: protocols_1.Protocols.Convex,
@@ -10519,6 +10765,17 @@ var require_contracts = __commonJS({
10519
10765
  name: "Mellow Renzo pzETH vault",
10520
10766
  protocol: protocols_1.Protocols.Mellow,
10521
10767
  type: adapters_1.AdapterInterface.MELLOW_LRT_VAULT
10768
+ },
10769
+ SKY_STAKING_REWARDS: {
10770
+ name: "Sky StakingRewards contract",
10771
+ protocol: protocols_1.Protocols.Sky,
10772
+ type: adapters_1.AdapterInterface.STAKING_REWARDS,
10773
+ stakedToken: "stkUSDS"
10774
+ },
10775
+ DAI_USDS: {
10776
+ name: "DAI/USDS Exchange",
10777
+ protocol: protocols_1.Protocols.Sky,
10778
+ type: adapters_1.AdapterInterface.DAI_USDS_EXCHANGE
10522
10779
  }
10523
10780
  };
10524
10781
  exports2.contractsByAddress = mappers_1.TypedObjectUtils.entries(exports2.contractsByNetwork).reduce((acc, [, contracts]) => ({
@@ -13343,7 +13600,7 @@ var require_configs = __commonJS({
13343
13600
  "../../node_modules/@gearbox-protocol/sdk-gov/lib/config/configs/index.js"(exports2) {
13344
13601
  "use strict";
13345
13602
  Object.defineProperty(exports2, "__esModule", { value: true });
13346
- exports2.wethConfigOptimism = exports2.wethConfigMainnet = exports2.wethConfigArbitrum = exports2.wbtcConfigMainnet = exports2.usdtConfigMainnet = exports2.usdceConfigOptimism = exports2.usdceConfigArbitrum = exports2.usdcConfigOptimism = exports2.usdcConfigMainnet = exports2.usdcConfigArbitrum = exports2.testWethConfigMainnet = exports2.testWethConfigArbitrum = exports2.testUsdcConfigMainnet = exports2.testUsdcConfigArbitrum = exports2.ghoConfigMainnet = exports2.daiConfigMainnet = exports2.crvusdConfigMainnet = void 0;
13603
+ exports2.wethConfigOptimism = exports2.wethConfigMainnet = exports2.wethConfigArbitrum = exports2.wbtcConfigMainnet = exports2.usdtConfigMainnet = exports2.usdceConfigOptimism = exports2.usdceConfigArbitrum = exports2.usdcConfigOptimism = exports2.usdcConfigMainnet = exports2.usdcConfigArbitrum = exports2.testWethConfigMainnet = exports2.testWethConfigArbitrum = exports2.testUsdcConfigMainnet = exports2.testUsdcConfigArbitrum = exports2.testDaiConfigMainnet = exports2.ghoConfigMainnet = exports2.daiConfigMainnet = exports2.crvusdConfigMainnet = void 0;
13347
13604
  var crvusdConfigMainnet_1 = require_crvusdConfigMainnet();
13348
13605
  Object.defineProperty(exports2, "crvusdConfigMainnet", { enumerable: true, get: function() {
13349
13606
  return crvusdConfigMainnet_1.crvusdConfigMainnet;
@@ -13356,6 +13613,10 @@ var require_configs = __commonJS({
13356
13613
  Object.defineProperty(exports2, "ghoConfigMainnet", { enumerable: true, get: function() {
13357
13614
  return ghoConfigMainnet_1.ghoConfigMainnet;
13358
13615
  } });
13616
+ var test_daiConfigMainnet_1 = require_test_daiConfigMainnet();
13617
+ Object.defineProperty(exports2, "testDaiConfigMainnet", { enumerable: true, get: function() {
13618
+ return test_daiConfigMainnet_1.testDaiConfigMainnet;
13619
+ } });
13359
13620
  var test_usdcConfigArbitrum_1 = require_test_usdcConfigArbitrum();
13360
13621
  Object.defineProperty(exports2, "testUsdcConfigArbitrum", { enumerable: true, get: function() {
13361
13622
  return test_usdcConfigArbitrum_1.testUsdcConfigArbitrum;
@@ -46116,6 +46377,19 @@ var require_priceFeeds = __commonJS({
46116
46377
  }
46117
46378
  }
46118
46379
  },
46380
+ USDS: {
46381
+ AllNetworks: {
46382
+ Main: {
46383
+ type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
46384
+ token: "DAI",
46385
+ trusted: true
46386
+ },
46387
+ Reserve: {
46388
+ type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
46389
+ token: "DAI"
46390
+ }
46391
+ }
46392
+ },
46119
46393
  DPI: {
46120
46394
  Mainnet: {
46121
46395
  Main: {
@@ -47619,6 +47893,14 @@ var require_priceFeeds = __commonJS({
47619
47893
  }
47620
47894
  }
47621
47895
  },
47896
+ SKY: {
47897
+ AllNetworks: {
47898
+ Main: {
47899
+ type: pricefeedType_1.PriceFeedType.ZERO_ORACLE,
47900
+ trusted: false
47901
+ }
47902
+ }
47903
+ },
47622
47904
  GHO: {
47623
47905
  Mainnet: {
47624
47906
  Main: {
@@ -49270,6 +49552,19 @@ var require_priceFeeds = __commonJS({
49270
49552
  }
49271
49553
  }
49272
49554
  },
49555
+ sUSDS: {
49556
+ AllNetworks: {
49557
+ Main: {
49558
+ type: pricefeedType_1.PriceFeedType.ERC4626_VAULT_ORACLE,
49559
+ underlying: "USDS",
49560
+ trusted: false
49561
+ },
49562
+ Reserve: {
49563
+ type: pricefeedType_1.PriceFeedType.ERC4626_VAULT_ORACLE,
49564
+ underlying: "USDS"
49565
+ }
49566
+ }
49567
+ },
49273
49568
  // AURA
49274
49569
  auraB_rETH_STABLE: {
49275
49570
  AllNetworks: {
@@ -49442,6 +49737,15 @@ var require_priceFeeds = __commonJS({
49442
49737
  }
49443
49738
  }
49444
49739
  },
49740
+ stkUSDS: {
49741
+ AllNetworks: {
49742
+ Main: {
49743
+ type: pricefeedType_1.PriceFeedType.THE_SAME_AS,
49744
+ token: "USDS",
49745
+ trusted: false
49746
+ }
49747
+ }
49748
+ },
49445
49749
  // MELLOW
49446
49750
  steakLRT: {
49447
49751
  AllNetworks: {
@@ -49518,6 +49822,57 @@ var require_priceFeeds = __commonJS({
49518
49822
  trusted: false
49519
49823
  }
49520
49824
  }
49825
+ },
49826
+ PT_sUSDe_26DEC2024: {
49827
+ Mainnet: {
49828
+ Main: {
49829
+ type: pricefeedType_1.PriceFeedType.PENDLE_PT_TWAP_ORACLE,
49830
+ underlying: "USDe",
49831
+ market: "0xa0ab94DeBB3cC9A7eA77f3205ba4AB23276feD08",
49832
+ twapWindow: pricefeedType_1.HOUR_1 / 2,
49833
+ trusted: false
49834
+ },
49835
+ Reserve: {
49836
+ type: pricefeedType_1.PriceFeedType.PENDLE_PT_TWAP_ORACLE,
49837
+ underlying: "USDe",
49838
+ market: "0xa0ab94DeBB3cC9A7eA77f3205ba4AB23276feD08",
49839
+ twapWindow: pricefeedType_1.HOUR_1 / 2
49840
+ }
49841
+ }
49842
+ },
49843
+ PT_eETH_26DEC2024: {
49844
+ Mainnet: {
49845
+ Main: {
49846
+ type: pricefeedType_1.PriceFeedType.PENDLE_PT_TWAP_ORACLE,
49847
+ underlying: "WETH",
49848
+ market: "0x7d372819240D14fB477f17b964f95F33BeB4c704",
49849
+ twapWindow: pricefeedType_1.HOUR_1 / 2,
49850
+ trusted: false
49851
+ },
49852
+ Reserve: {
49853
+ type: pricefeedType_1.PriceFeedType.PENDLE_PT_TWAP_ORACLE,
49854
+ underlying: "WETH",
49855
+ market: "0x7d372819240D14fB477f17b964f95F33BeB4c704",
49856
+ twapWindow: pricefeedType_1.HOUR_1 / 2
49857
+ }
49858
+ }
49859
+ },
49860
+ PT_ezETH_26DEC2024: {
49861
+ Mainnet: {
49862
+ Main: {
49863
+ type: pricefeedType_1.PriceFeedType.PENDLE_PT_TWAP_ORACLE,
49864
+ underlying: "WETH",
49865
+ market: "0xD8F12bCDE578c653014F27379a6114F67F0e445f",
49866
+ twapWindow: pricefeedType_1.HOUR_1 / 2,
49867
+ trusted: false
49868
+ },
49869
+ Reserve: {
49870
+ type: pricefeedType_1.PriceFeedType.PENDLE_PT_TWAP_ORACLE,
49871
+ underlying: "WETH",
49872
+ market: "0xD8F12bCDE578c653014F27379a6114F67F0e445f",
49873
+ twapWindow: pricefeedType_1.HOUR_1 / 2
49874
+ }
49875
+ }
49521
49876
  }
49522
49877
  };
49523
49878
  }
@@ -107813,6 +108168,7 @@ var require_simulate_tx_accessor3 = __commonJS({
107813
108168
  "324": "zksync",
107814
108169
  "336": ["canonical", "eip155"],
107815
108170
  "338": "eip155",
108171
+ "360": "eip155",
107816
108172
  "369": "canonical",
107817
108173
  "388": "zksync",
107818
108174
  "420": "eip155",
@@ -107832,7 +108188,7 @@ var require_simulate_tx_accessor3 = __commonJS({
107832
108188
  "1001": "eip155",
107833
108189
  "1008": "canonical",
107834
108190
  "1030": "canonical",
107835
- "1088": "eip155",
108191
+ "1088": ["eip155", "canonical"],
107836
108192
  "1101": ["canonical", "eip155"],
107837
108193
  "1111": "eip155",
107838
108194
  "1112": "eip155",
@@ -107885,9 +108241,11 @@ var require_simulate_tx_accessor3 = __commonJS({
107885
108241
  "5000": ["eip155", "canonical"],
107886
108242
  "5001": "eip155",
107887
108243
  "5003": ["eip155", "canonical"],
108244
+ "5165": "canonical",
107888
108245
  "5700": ["eip155", "canonical"],
107889
108246
  "6001": "canonical",
107890
108247
  "6102": "eip155",
108248
+ "6398": "eip155",
107891
108249
  "7000": ["eip155", "canonical"],
107892
108250
  "7001": "eip155",
107893
108251
  "7332": "eip155",
@@ -107910,6 +108268,7 @@ var require_simulate_tx_accessor3 = __commonJS({
107910
108268
  "10242": "eip155",
107911
108269
  "10243": "eip155",
107912
108270
  "10849": "canonical",
108271
+ "11011": "eip155",
107913
108272
  "11111": "canonical",
107914
108273
  "11235": "canonical",
107915
108274
  "11437": "canonical",
@@ -107921,6 +108280,7 @@ var require_simulate_tx_accessor3 = __commonJS({
107921
108280
  "13337": "canonical",
107922
108281
  "13371": "eip155",
107923
108282
  "13473": "eip155",
108283
+ "14800": "eip155",
107924
108284
  "17000": ["canonical", "eip155"],
107925
108285
  "17069": ["eip155", "canonical"],
107926
108286
  "17172": "eip155",
@@ -107929,6 +108289,7 @@ var require_simulate_tx_accessor3 = __commonJS({
107929
108289
  "22776": "canonical",
107930
108290
  "23294": "eip155",
107931
108291
  "23295": "eip155",
108292
+ "25327": "eip155",
107932
108293
  "28979": "canonical",
107933
108294
  "33401": "canonical",
107934
108295
  "34443": ["canonical", "eip155"],
@@ -108106,6 +108467,7 @@ var require_simulate_tx_accessor4 = __commonJS({
108106
108467
  "41": "canonical",
108107
108468
  "56": "canonical",
108108
108469
  "71": "canonical",
108470
+ "81": "canonical",
108109
108471
  "97": "canonical",
108110
108472
  "100": "canonical",
108111
108473
  "114": "canonical",
@@ -108125,6 +108487,8 @@ var require_simulate_tx_accessor4 = __commonJS({
108125
108487
  "592": "canonical",
108126
108488
  "690": "canonical",
108127
108489
  "919": "canonical",
108490
+ "970": "canonical",
108491
+ "995": "canonical",
108128
108492
  "1030": "canonical",
108129
108493
  "1101": "canonical",
108130
108494
  "1111": "canonical",
@@ -108169,6 +108533,7 @@ var require_simulate_tx_accessor4 = __commonJS({
108169
108533
  "8194": "canonical",
108170
108534
  "8453": "canonical",
108171
108535
  "9001": "canonical",
108536
+ "10081": "canonical",
108172
108537
  "10242": "canonical",
108173
108538
  "10243": "canonical",
108174
108539
  "11235": "canonical",
@@ -108686,6 +109051,7 @@ var require_proxy_factory6 = __commonJS({
108686
109051
  "324": "zksync",
108687
109052
  "336": ["canonical", "eip155"],
108688
109053
  "338": "eip155",
109054
+ "360": "eip155",
108689
109055
  "369": "canonical",
108690
109056
  "388": "zksync",
108691
109057
  "420": "eip155",
@@ -108705,7 +109071,7 @@ var require_proxy_factory6 = __commonJS({
108705
109071
  "1001": "eip155",
108706
109072
  "1008": "canonical",
108707
109073
  "1030": "canonical",
108708
- "1088": "eip155",
109074
+ "1088": ["eip155", "canonical"],
108709
109075
  "1101": ["canonical", "eip155"],
108710
109076
  "1111": "eip155",
108711
109077
  "1112": "eip155",
@@ -108758,9 +109124,11 @@ var require_proxy_factory6 = __commonJS({
108758
109124
  "5000": ["eip155", "canonical"],
108759
109125
  "5001": "eip155",
108760
109126
  "5003": ["eip155", "canonical"],
109127
+ "5165": "canonical",
108761
109128
  "5700": ["eip155", "canonical"],
108762
109129
  "6001": "canonical",
108763
109130
  "6102": "eip155",
109131
+ "6398": "eip155",
108764
109132
  "7000": ["eip155", "canonical"],
108765
109133
  "7001": "eip155",
108766
109134
  "7332": "eip155",
@@ -108783,6 +109151,7 @@ var require_proxy_factory6 = __commonJS({
108783
109151
  "10242": "eip155",
108784
109152
  "10243": "eip155",
108785
109153
  "10849": "canonical",
109154
+ "11011": "eip155",
108786
109155
  "11111": "canonical",
108787
109156
  "11235": "canonical",
108788
109157
  "11437": "canonical",
@@ -108794,6 +109163,7 @@ var require_proxy_factory6 = __commonJS({
108794
109163
  "13337": "canonical",
108795
109164
  "13371": "eip155",
108796
109165
  "13473": "eip155",
109166
+ "14800": "eip155",
108797
109167
  "17000": ["canonical", "eip155"],
108798
109168
  "17069": ["eip155", "canonical"],
108799
109169
  "17172": "eip155",
@@ -108802,6 +109172,7 @@ var require_proxy_factory6 = __commonJS({
108802
109172
  "22776": "canonical",
108803
109173
  "23294": "eip155",
108804
109174
  "23295": "eip155",
109175
+ "25327": "eip155",
108805
109176
  "28979": "canonical",
108806
109177
  "33401": "canonical",
108807
109178
  "34443": ["canonical", "eip155"],
@@ -109091,6 +109462,7 @@ var require_safe_proxy_factory2 = __commonJS({
109091
109462
  "41": "canonical",
109092
109463
  "56": "canonical",
109093
109464
  "71": "canonical",
109465
+ "81": "canonical",
109094
109466
  "97": "canonical",
109095
109467
  "100": "canonical",
109096
109468
  "114": "canonical",
@@ -109110,6 +109482,8 @@ var require_safe_proxy_factory2 = __commonJS({
109110
109482
  "592": "canonical",
109111
109483
  "690": "canonical",
109112
109484
  "919": "canonical",
109485
+ "970": "canonical",
109486
+ "995": "canonical",
109113
109487
  "1030": "canonical",
109114
109488
  "1101": "canonical",
109115
109489
  "1111": "canonical",
@@ -109154,6 +109528,7 @@ var require_safe_proxy_factory2 = __commonJS({
109154
109528
  "8194": "canonical",
109155
109529
  "8453": "canonical",
109156
109530
  "9001": "canonical",
109531
+ "10081": "canonical",
109157
109532
  "10242": "canonical",
109158
109533
  "10243": "canonical",
109159
109534
  "11235": "canonical",
@@ -109664,6 +110039,7 @@ var require_compatibility_fallback_handler3 = __commonJS({
109664
110039
  "324": "zksync",
109665
110040
  "336": ["canonical", "eip155"],
109666
110041
  "338": "eip155",
110042
+ "360": "eip155",
109667
110043
  "369": "canonical",
109668
110044
  "388": "zksync",
109669
110045
  "420": "eip155",
@@ -109683,7 +110059,7 @@ var require_compatibility_fallback_handler3 = __commonJS({
109683
110059
  "1001": "eip155",
109684
110060
  "1008": "canonical",
109685
110061
  "1030": "canonical",
109686
- "1088": "eip155",
110062
+ "1088": ["eip155", "canonical"],
109687
110063
  "1101": ["canonical", "eip155"],
109688
110064
  "1111": "eip155",
109689
110065
  "1112": "eip155",
@@ -109736,9 +110112,11 @@ var require_compatibility_fallback_handler3 = __commonJS({
109736
110112
  "5000": ["eip155", "canonical"],
109737
110113
  "5001": "eip155",
109738
110114
  "5003": ["eip155", "canonical"],
110115
+ "5165": "canonical",
109739
110116
  "5700": ["eip155", "canonical"],
109740
110117
  "6001": "canonical",
109741
110118
  "6102": "eip155",
110119
+ "6398": "eip155",
109742
110120
  "7000": ["eip155", "canonical"],
109743
110121
  "7001": "eip155",
109744
110122
  "7332": "eip155",
@@ -109761,6 +110139,7 @@ var require_compatibility_fallback_handler3 = __commonJS({
109761
110139
  "10242": "eip155",
109762
110140
  "10243": "eip155",
109763
110141
  "10849": "canonical",
110142
+ "11011": "eip155",
109764
110143
  "11111": "canonical",
109765
110144
  "11235": "canonical",
109766
110145
  "11437": "canonical",
@@ -109772,6 +110151,7 @@ var require_compatibility_fallback_handler3 = __commonJS({
109772
110151
  "13337": "canonical",
109773
110152
  "13371": "eip155",
109774
110153
  "13473": "eip155",
110154
+ "14800": "eip155",
109775
110155
  "17000": ["canonical", "eip155"],
109776
110156
  "17069": ["eip155", "canonical"],
109777
110157
  "17172": "eip155",
@@ -109780,6 +110160,7 @@ var require_compatibility_fallback_handler3 = __commonJS({
109780
110160
  "22776": "canonical",
109781
110161
  "23294": "eip155",
109782
110162
  "23295": "eip155",
110163
+ "25327": "eip155",
109783
110164
  "28979": "canonical",
109784
110165
  "33401": "canonical",
109785
110166
  "34443": ["canonical", "eip155"],
@@ -110231,6 +110612,7 @@ var require_compatibility_fallback_handler4 = __commonJS({
110231
110612
  "41": "canonical",
110232
110613
  "56": "canonical",
110233
110614
  "71": "canonical",
110615
+ "81": "canonical",
110234
110616
  "97": "canonical",
110235
110617
  "100": "canonical",
110236
110618
  "114": "canonical",
@@ -110250,6 +110632,8 @@ var require_compatibility_fallback_handler4 = __commonJS({
110250
110632
  "592": "canonical",
110251
110633
  "690": "canonical",
110252
110634
  "919": "canonical",
110635
+ "970": "canonical",
110636
+ "995": "canonical",
110253
110637
  "1030": "canonical",
110254
110638
  "1101": "canonical",
110255
110639
  "1111": "canonical",
@@ -110294,6 +110678,7 @@ var require_compatibility_fallback_handler4 = __commonJS({
110294
110678
  "8194": "canonical",
110295
110679
  "8453": "canonical",
110296
110680
  "9001": "canonical",
110681
+ "10081": "canonical",
110297
110682
  "10242": "canonical",
110298
110683
  "10243": "canonical",
110299
110684
  "11235": "canonical",
@@ -110711,6 +111096,7 @@ var require_safe = __commonJS({
110711
111096
  "41": "canonical",
110712
111097
  "56": "canonical",
110713
111098
  "71": "canonical",
111099
+ "81": "canonical",
110714
111100
  "97": "canonical",
110715
111101
  "100": "canonical",
110716
111102
  "114": "canonical",
@@ -110730,6 +111116,8 @@ var require_safe = __commonJS({
110730
111116
  "592": "canonical",
110731
111117
  "690": "canonical",
110732
111118
  "919": "canonical",
111119
+ "970": "canonical",
111120
+ "995": "canonical",
110733
111121
  "1030": "canonical",
110734
111122
  "1101": "canonical",
110735
111123
  "1111": "canonical",
@@ -110774,6 +111162,7 @@ var require_safe = __commonJS({
110774
111162
  "8194": "canonical",
110775
111163
  "8453": "canonical",
110776
111164
  "9001": "canonical",
111165
+ "10081": "canonical",
110777
111166
  "10242": "canonical",
110778
111167
  "10243": "canonical",
110779
111168
  "11235": "canonical",
@@ -111927,6 +112316,7 @@ var require_gnosis_safe4 = __commonJS({
111927
112316
  "324": "zksync",
111928
112317
  "336": ["canonical", "eip155"],
111929
112318
  "338": "eip155",
112319
+ "360": "eip155",
111930
112320
  "369": "canonical",
111931
112321
  "388": "zksync",
111932
112322
  "420": "eip155",
@@ -111946,7 +112336,7 @@ var require_gnosis_safe4 = __commonJS({
111946
112336
  "1001": "eip155",
111947
112337
  "1008": "canonical",
111948
112338
  "1030": "canonical",
111949
- "1088": "eip155",
112339
+ "1088": ["eip155", "canonical"],
111950
112340
  "1101": ["canonical", "eip155"],
111951
112341
  "1111": "eip155",
111952
112342
  "1112": "eip155",
@@ -111999,9 +112389,11 @@ var require_gnosis_safe4 = __commonJS({
111999
112389
  "5000": ["eip155", "canonical"],
112000
112390
  "5001": "eip155",
112001
112391
  "5003": ["eip155", "canonical"],
112392
+ "5165": "canonical",
112002
112393
  "5700": ["eip155", "canonical"],
112003
112394
  "6001": "canonical",
112004
112395
  "6102": "eip155",
112396
+ "6398": "eip155",
112005
112397
  "7000": ["eip155", "canonical"],
112006
112398
  "7001": "eip155",
112007
112399
  "7332": "eip155",
@@ -112024,6 +112416,7 @@ var require_gnosis_safe4 = __commonJS({
112024
112416
  "10242": "eip155",
112025
112417
  "10243": "eip155",
112026
112418
  "10849": "canonical",
112419
+ "11011": "eip155",
112027
112420
  "11111": "canonical",
112028
112421
  "11235": "canonical",
112029
112422
  "11437": "canonical",
@@ -112035,6 +112428,7 @@ var require_gnosis_safe4 = __commonJS({
112035
112428
  "13337": "canonical",
112036
112429
  "13371": "eip155",
112037
112430
  "13473": "eip155",
112431
+ "14800": "eip155",
112038
112432
  "17000": ["canonical", "eip155"],
112039
112433
  "17069": ["eip155", "canonical"],
112040
112434
  "17172": "eip155",
@@ -112043,6 +112437,7 @@ var require_gnosis_safe4 = __commonJS({
112043
112437
  "22776": "canonical",
112044
112438
  "23294": "eip155",
112045
112439
  "23295": "eip155",
112440
+ "25327": "eip155",
112046
112441
  "28979": "canonical",
112047
112442
  "33401": "canonical",
112048
112443
  "34443": ["canonical", "eip155"],
@@ -116036,6 +116431,7 @@ var require_safe_l22 = __commonJS({
116036
116431
  "41": "canonical",
116037
116432
  "56": "canonical",
116038
116433
  "71": "canonical",
116434
+ "81": "canonical",
116039
116435
  "97": "canonical",
116040
116436
  "100": "canonical",
116041
116437
  "114": "canonical",
@@ -116055,6 +116451,8 @@ var require_safe_l22 = __commonJS({
116055
116451
  "592": "canonical",
116056
116452
  "690": "canonical",
116057
116453
  "919": "canonical",
116454
+ "970": "canonical",
116455
+ "995": "canonical",
116058
116456
  "1030": "canonical",
116059
116457
  "1101": "canonical",
116060
116458
  "1111": "canonical",
@@ -116099,6 +116497,7 @@ var require_safe_l22 = __commonJS({
116099
116497
  "8194": "canonical",
116100
116498
  "8453": "canonical",
116101
116499
  "9001": "canonical",
116500
+ "10081": "canonical",
116102
116501
  "10242": "canonical",
116103
116502
  "10243": "canonical",
116104
116503
  "11235": "canonical",
@@ -117357,6 +117756,7 @@ var require_gnosis_safe_l22 = __commonJS({
117357
117756
  "324": "zksync",
117358
117757
  "336": ["canonical", "eip155"],
117359
117758
  "338": "eip155",
117759
+ "360": "eip155",
117360
117760
  "369": "canonical",
117361
117761
  "388": "zksync",
117362
117762
  "420": "eip155",
@@ -117376,7 +117776,7 @@ var require_gnosis_safe_l22 = __commonJS({
117376
117776
  "1001": "eip155",
117377
117777
  "1008": "canonical",
117378
117778
  "1030": "canonical",
117379
- "1088": "eip155",
117779
+ "1088": ["eip155", "canonical"],
117380
117780
  "1101": ["canonical", "eip155"],
117381
117781
  "1111": "eip155",
117382
117782
  "1112": "eip155",
@@ -117429,9 +117829,11 @@ var require_gnosis_safe_l22 = __commonJS({
117429
117829
  "5000": ["eip155", "canonical"],
117430
117830
  "5001": "eip155",
117431
117831
  "5003": ["eip155", "canonical"],
117832
+ "5165": "canonical",
117432
117833
  "5700": ["eip155", "canonical"],
117433
117834
  "6001": "canonical",
117434
117835
  "6102": "eip155",
117836
+ "6398": "eip155",
117435
117837
  "7000": ["eip155", "canonical"],
117436
117838
  "7001": "eip155",
117437
117839
  "7332": "eip155",
@@ -117454,6 +117856,7 @@ var require_gnosis_safe_l22 = __commonJS({
117454
117856
  "10242": "eip155",
117455
117857
  "10243": "eip155",
117456
117858
  "10849": "canonical",
117859
+ "11011": "eip155",
117457
117860
  "11111": "canonical",
117458
117861
  "11235": "canonical",
117459
117862
  "11437": "canonical",
@@ -117465,6 +117868,7 @@ var require_gnosis_safe_l22 = __commonJS({
117465
117868
  "13337": "canonical",
117466
117869
  "13371": "eip155",
117467
117870
  "13473": "eip155",
117871
+ "14800": "eip155",
117468
117872
  "17000": ["canonical", "eip155"],
117469
117873
  "17069": ["eip155", "canonical"],
117470
117874
  "17172": "eip155",
@@ -117473,6 +117877,7 @@ var require_gnosis_safe_l22 = __commonJS({
117473
117877
  "22776": "canonical",
117474
117878
  "23294": "eip155",
117475
117879
  "23295": "eip155",
117880
+ "25327": "eip155",
117476
117881
  "28979": "canonical",
117477
117882
  "33401": "canonical",
117478
117883
  "34443": ["canonical", "eip155"],
@@ -118847,6 +119252,7 @@ var require_multi_send5 = __commonJS({
118847
119252
  "324": "zksync",
118848
119253
  "336": ["canonical", "eip155"],
118849
119254
  "338": "eip155",
119255
+ "360": "eip155",
118850
119256
  "369": "canonical",
118851
119257
  "388": "zksync",
118852
119258
  "420": "eip155",
@@ -118866,7 +119272,7 @@ var require_multi_send5 = __commonJS({
118866
119272
  "1001": "eip155",
118867
119273
  "1008": "canonical",
118868
119274
  "1030": "canonical",
118869
- "1088": "eip155",
119275
+ "1088": ["eip155", "canonical"],
118870
119276
  "1101": ["canonical", "eip155"],
118871
119277
  "1111": "eip155",
118872
119278
  "1112": "eip155",
@@ -118919,9 +119325,11 @@ var require_multi_send5 = __commonJS({
118919
119325
  "5000": ["eip155", "canonical"],
118920
119326
  "5001": "eip155",
118921
119327
  "5003": ["eip155", "canonical"],
119328
+ "5165": "canonical",
118922
119329
  "5700": ["eip155", "canonical"],
118923
119330
  "6001": "canonical",
118924
119331
  "6102": "eip155",
119332
+ "6398": "eip155",
118925
119333
  "7000": ["eip155", "canonical"],
118926
119334
  "7001": "eip155",
118927
119335
  "7332": "eip155",
@@ -118944,6 +119352,7 @@ var require_multi_send5 = __commonJS({
118944
119352
  "10242": "eip155",
118945
119353
  "10243": "eip155",
118946
119354
  "10849": "canonical",
119355
+ "11011": "eip155",
118947
119356
  "11111": "canonical",
118948
119357
  "11235": "canonical",
118949
119358
  "11437": "canonical",
@@ -118955,6 +119364,7 @@ var require_multi_send5 = __commonJS({
118955
119364
  "13337": "canonical",
118956
119365
  "13371": "eip155",
118957
119366
  "13473": "eip155",
119367
+ "14800": "eip155",
118958
119368
  "17000": ["canonical", "eip155"],
118959
119369
  "17069": ["eip155", "canonical"],
118960
119370
  "17172": "eip155",
@@ -118963,6 +119373,7 @@ var require_multi_send5 = __commonJS({
118963
119373
  "22776": "canonical",
118964
119374
  "23294": "eip155",
118965
119375
  "23295": "eip155",
119376
+ "25327": "eip155",
118966
119377
  "28979": "canonical",
118967
119378
  "33401": "canonical",
118968
119379
  "34443": ["canonical", "eip155"],
@@ -119109,6 +119520,7 @@ var require_multi_send6 = __commonJS({
119109
119520
  "41": "canonical",
119110
119521
  "56": "canonical",
119111
119522
  "71": "canonical",
119523
+ "81": "canonical",
119112
119524
  "97": "canonical",
119113
119525
  "100": "canonical",
119114
119526
  "114": "canonical",
@@ -119128,6 +119540,8 @@ var require_multi_send6 = __commonJS({
119128
119540
  "592": "canonical",
119129
119541
  "690": "canonical",
119130
119542
  "919": "canonical",
119543
+ "970": "canonical",
119544
+ "995": "canonical",
119131
119545
  "1030": "canonical",
119132
119546
  "1101": "canonical",
119133
119547
  "1111": "canonical",
@@ -119172,6 +119586,7 @@ var require_multi_send6 = __commonJS({
119172
119586
  "8194": "canonical",
119173
119587
  "8453": "canonical",
119174
119588
  "9001": "canonical",
119589
+ "10081": "canonical",
119175
119590
  "10242": "canonical",
119176
119591
  "10243": "canonical",
119177
119592
  "11235": "canonical",
@@ -119346,6 +119761,7 @@ var require_multi_send_call_only3 = __commonJS({
119346
119761
  "324": "zksync",
119347
119762
  "336": ["canonical", "eip155"],
119348
119763
  "338": "eip155",
119764
+ "360": "eip155",
119349
119765
  "369": "canonical",
119350
119766
  "388": "zksync",
119351
119767
  "420": "eip155",
@@ -119365,7 +119781,7 @@ var require_multi_send_call_only3 = __commonJS({
119365
119781
  "1001": "eip155",
119366
119782
  "1008": "canonical",
119367
119783
  "1030": "canonical",
119368
- "1088": "eip155",
119784
+ "1088": ["eip155", "canonical"],
119369
119785
  "1101": ["canonical", "eip155"],
119370
119786
  "1111": "eip155",
119371
119787
  "1112": "eip155",
@@ -119418,9 +119834,11 @@ var require_multi_send_call_only3 = __commonJS({
119418
119834
  "5000": ["eip155", "canonical"],
119419
119835
  "5001": "eip155",
119420
119836
  "5003": ["eip155", "canonical"],
119837
+ "5165": "canonical",
119421
119838
  "5700": ["eip155", "canonical"],
119422
119839
  "6001": "canonical",
119423
119840
  "6102": "eip155",
119841
+ "6398": "eip155",
119424
119842
  "7000": ["eip155", "canonical"],
119425
119843
  "7001": "eip155",
119426
119844
  "7332": "eip155",
@@ -119443,6 +119861,7 @@ var require_multi_send_call_only3 = __commonJS({
119443
119861
  "10242": "eip155",
119444
119862
  "10243": "eip155",
119445
119863
  "10849": "canonical",
119864
+ "11011": "eip155",
119446
119865
  "11111": "canonical",
119447
119866
  "11235": "canonical",
119448
119867
  "11437": "canonical",
@@ -119454,6 +119873,7 @@ var require_multi_send_call_only3 = __commonJS({
119454
119873
  "13337": "canonical",
119455
119874
  "13371": "eip155",
119456
119875
  "13473": "eip155",
119876
+ "14800": "eip155",
119457
119877
  "17000": ["canonical", "eip155"],
119458
119878
  "17069": ["eip155", "canonical"],
119459
119879
  "17172": "eip155",
@@ -119462,6 +119882,7 @@ var require_multi_send_call_only3 = __commonJS({
119462
119882
  "22776": "canonical",
119463
119883
  "23294": "eip155",
119464
119884
  "23295": "eip155",
119885
+ "25327": "eip155",
119465
119886
  "28979": "canonical",
119466
119887
  "33401": "canonical",
119467
119888
  "34443": ["canonical", "eip155"],
@@ -119603,6 +120024,7 @@ var require_multi_send_call_only4 = __commonJS({
119603
120024
  "41": "canonical",
119604
120025
  "56": "canonical",
119605
120026
  "71": "canonical",
120027
+ "81": "canonical",
119606
120028
  "97": "canonical",
119607
120029
  "100": "canonical",
119608
120030
  "114": "canonical",
@@ -119622,6 +120044,8 @@ var require_multi_send_call_only4 = __commonJS({
119622
120044
  "592": "canonical",
119623
120045
  "690": "canonical",
119624
120046
  "919": "canonical",
120047
+ "970": "canonical",
120048
+ "995": "canonical",
119625
120049
  "1030": "canonical",
119626
120050
  "1101": "canonical",
119627
120051
  "1111": "canonical",
@@ -119666,6 +120090,7 @@ var require_multi_send_call_only4 = __commonJS({
119666
120090
  "8194": "canonical",
119667
120091
  "8453": "canonical",
119668
120092
  "9001": "canonical",
120093
+ "10081": "canonical",
119669
120094
  "10242": "canonical",
119670
120095
  "10243": "canonical",
119671
120096
  "11235": "canonical",
@@ -119835,6 +120260,7 @@ var require_create_call3 = __commonJS({
119835
120260
  "324": "zksync",
119836
120261
  "336": ["canonical", "eip155"],
119837
120262
  "338": "eip155",
120263
+ "360": "eip155",
119838
120264
  "369": "canonical",
119839
120265
  "388": "zksync",
119840
120266
  "420": "eip155",
@@ -119854,7 +120280,7 @@ var require_create_call3 = __commonJS({
119854
120280
  "1001": "eip155",
119855
120281
  "1008": "canonical",
119856
120282
  "1030": "canonical",
119857
- "1088": "eip155",
120283
+ "1088": ["eip155", "canonical"],
119858
120284
  "1101": ["canonical", "eip155"],
119859
120285
  "1111": "eip155",
119860
120286
  "1112": "eip155",
@@ -119907,9 +120333,11 @@ var require_create_call3 = __commonJS({
119907
120333
  "5000": ["eip155", "canonical"],
119908
120334
  "5001": "eip155",
119909
120335
  "5003": ["eip155", "canonical"],
120336
+ "5165": "canonical",
119910
120337
  "5700": ["eip155", "canonical"],
119911
120338
  "6001": "canonical",
119912
120339
  "6102": "eip155",
120340
+ "6398": "eip155",
119913
120341
  "7000": ["eip155", "canonical"],
119914
120342
  "7001": "eip155",
119915
120343
  "7332": "eip155",
@@ -119932,6 +120360,7 @@ var require_create_call3 = __commonJS({
119932
120360
  "10242": "eip155",
119933
120361
  "10243": "eip155",
119934
120362
  "10849": "canonical",
120363
+ "11011": "eip155",
119935
120364
  "11111": "canonical",
119936
120365
  "11235": "canonical",
119937
120366
  "11437": "canonical",
@@ -119943,6 +120372,7 @@ var require_create_call3 = __commonJS({
119943
120372
  "13337": "canonical",
119944
120373
  "13371": "eip155",
119945
120374
  "13473": "eip155",
120375
+ "14800": "eip155",
119946
120376
  "17000": ["canonical", "eip155"],
119947
120377
  "17069": ["eip155", "canonical"],
119948
120378
  "17172": "eip155",
@@ -119951,6 +120381,7 @@ var require_create_call3 = __commonJS({
119951
120381
  "22776": "canonical",
119952
120382
  "23294": "eip155",
119953
120383
  "23295": "eip155",
120384
+ "25327": "eip155",
119954
120385
  "28979": "canonical",
119955
120386
  "33401": "canonical",
119956
120387
  "34443": ["canonical", "eip155"],
@@ -120145,6 +120576,7 @@ var require_create_call4 = __commonJS({
120145
120576
  "41": "canonical",
120146
120577
  "56": "canonical",
120147
120578
  "71": "canonical",
120579
+ "81": "canonical",
120148
120580
  "97": "canonical",
120149
120581
  "100": "canonical",
120150
120582
  "114": "canonical",
@@ -120164,6 +120596,8 @@ var require_create_call4 = __commonJS({
120164
120596
  "592": "canonical",
120165
120597
  "690": "canonical",
120166
120598
  "919": "canonical",
120599
+ "970": "canonical",
120600
+ "995": "canonical",
120167
120601
  "1030": "canonical",
120168
120602
  "1101": "canonical",
120169
120603
  "1111": "canonical",
@@ -120208,6 +120642,7 @@ var require_create_call4 = __commonJS({
120208
120642
  "8194": "canonical",
120209
120643
  "8453": "canonical",
120210
120644
  "9001": "canonical",
120645
+ "10081": "canonical",
120211
120646
  "10242": "canonical",
120212
120647
  "10243": "canonical",
120213
120648
  "11235": "canonical",
@@ -120430,6 +120865,7 @@ var require_sign_message_lib3 = __commonJS({
120430
120865
  "324": "zksync",
120431
120866
  "336": ["canonical", "eip155"],
120432
120867
  "338": "eip155",
120868
+ "360": "eip155",
120433
120869
  "369": "canonical",
120434
120870
  "388": "zksync",
120435
120871
  "420": "eip155",
@@ -120449,7 +120885,7 @@ var require_sign_message_lib3 = __commonJS({
120449
120885
  "1001": "eip155",
120450
120886
  "1008": "canonical",
120451
120887
  "1030": "canonical",
120452
- "1088": "eip155",
120888
+ "1088": ["eip155", "canonical"],
120453
120889
  "1101": ["canonical", "eip155"],
120454
120890
  "1111": "eip155",
120455
120891
  "1112": "eip155",
@@ -120502,9 +120938,11 @@ var require_sign_message_lib3 = __commonJS({
120502
120938
  "5000": ["eip155", "canonical"],
120503
120939
  "5001": "eip155",
120504
120940
  "5003": ["eip155", "canonical"],
120941
+ "5165": "canonical",
120505
120942
  "5700": ["eip155", "canonical"],
120506
120943
  "6001": "canonical",
120507
120944
  "6102": "eip155",
120945
+ "6398": "eip155",
120508
120946
  "7000": ["eip155", "canonical"],
120509
120947
  "7001": "eip155",
120510
120948
  "7332": "eip155",
@@ -120527,6 +120965,7 @@ var require_sign_message_lib3 = __commonJS({
120527
120965
  "10242": "eip155",
120528
120966
  "10243": "eip155",
120529
120967
  "10849": "canonical",
120968
+ "11011": "eip155",
120530
120969
  "11111": "canonical",
120531
120970
  "11235": "canonical",
120532
120971
  "11437": "canonical",
@@ -120538,6 +120977,7 @@ var require_sign_message_lib3 = __commonJS({
120538
120977
  "13337": "canonical",
120539
120978
  "13371": "eip155",
120540
120979
  "13473": "eip155",
120980
+ "14800": "eip155",
120541
120981
  "17000": ["canonical", "eip155"],
120542
120982
  "17069": ["eip155", "canonical"],
120543
120983
  "17172": "eip155",
@@ -120546,6 +120986,7 @@ var require_sign_message_lib3 = __commonJS({
120546
120986
  "22776": "canonical",
120547
120987
  "23294": "eip155",
120548
120988
  "23295": "eip155",
120989
+ "25327": "eip155",
120549
120990
  "28979": "canonical",
120550
120991
  "33401": "canonical",
120551
120992
  "34443": ["canonical", "eip155"],
@@ -120719,6 +121160,7 @@ var require_sign_message_lib4 = __commonJS({
120719
121160
  "41": "canonical",
120720
121161
  "56": "canonical",
120721
121162
  "71": "canonical",
121163
+ "81": "canonical",
120722
121164
  "97": "canonical",
120723
121165
  "100": "canonical",
120724
121166
  "114": "canonical",
@@ -120738,6 +121180,8 @@ var require_sign_message_lib4 = __commonJS({
120738
121180
  "592": "canonical",
120739
121181
  "690": "canonical",
120740
121182
  "919": "canonical",
121183
+ "970": "canonical",
121184
+ "995": "canonical",
120741
121185
  "1030": "canonical",
120742
121186
  "1101": "canonical",
120743
121187
  "1111": "canonical",
@@ -120782,6 +121226,7 @@ var require_sign_message_lib4 = __commonJS({
120782
121226
  "8194": "canonical",
120783
121227
  "8453": "canonical",
120784
121228
  "9001": "canonical",
121229
+ "10081": "canonical",
120785
121230
  "10242": "canonical",
120786
121231
  "10243": "canonical",
120787
121232
  "11235": "canonical",
@@ -120914,13 +121359,18 @@ var require_safe_migration = __commonJS({
120914
121359
  "1": "canonical",
120915
121360
  "10": "canonical",
120916
121361
  "56": "canonical",
121362
+ "81": "canonical",
120917
121363
  "100": "canonical",
120918
121364
  "137": "canonical",
120919
121365
  "196": "canonical",
121366
+ "480": "canonical",
121367
+ "970": "canonical",
121368
+ "995": "canonical",
120920
121369
  "1101": "canonical",
120921
121370
  "1337": "canonical",
120922
121371
  "5000": "canonical",
120923
121372
  "8453": "canonical",
121373
+ "10081": "canonical",
120924
121374
  "42161": "canonical",
120925
121375
  "42220": "canonical",
120926
121376
  "43114": "canonical",
@@ -121068,13 +121518,18 @@ var require_safe_to_l2_migration = __commonJS({
121068
121518
  "1": "canonical",
121069
121519
  "10": "canonical",
121070
121520
  "56": "canonical",
121521
+ "81": "canonical",
121071
121522
  "100": "canonical",
121072
121523
  "137": "canonical",
121073
121524
  "196": "canonical",
121525
+ "480": "canonical",
121526
+ "970": "canonical",
121527
+ "995": "canonical",
121074
121528
  "1101": "canonical",
121075
121529
  "1337": "canonical",
121076
121530
  "5000": "canonical",
121077
121531
  "8453": "canonical",
121532
+ "10081": "canonical",
121078
121533
  "42161": "canonical",
121079
121534
  "42220": "canonical",
121080
121535
  "43114": "canonical",
@@ -121280,13 +121735,18 @@ var require_safe_to_l2_setup = __commonJS({
121280
121735
  "1": "canonical",
121281
121736
  "10": "canonical",
121282
121737
  "56": "canonical",
121738
+ "81": "canonical",
121283
121739
  "100": "canonical",
121284
121740
  "137": "canonical",
121285
121741
  "196": "canonical",
121742
+ "480": "canonical",
121743
+ "970": "canonical",
121744
+ "995": "canonical",
121286
121745
  "1101": "canonical",
121287
121746
  "1337": "canonical",
121288
121747
  "5000": "canonical",
121289
121748
  "8453": "canonical",
121749
+ "10081": "canonical",
121290
121750
  "42161": "canonical",
121291
121751
  "42220": "canonical",
121292
121752
  "43114": "canonical",
@@ -127323,6 +127783,7 @@ var require_config2 = __commonJS({
127323
127783
  { chainId: 324n, shortName: "zksync" },
127324
127784
  { chainId: 336n, shortName: "sdn" },
127325
127785
  { chainId: 338n, shortName: "tcro" },
127786
+ { chainId: 360n, shortName: "shape" },
127326
127787
  { chainId: 369n, shortName: "pls" },
127327
127788
  { chainId: 388n, shortName: "zkCRO" },
127328
127789
  { chainId: 420n, shortName: "ogor" },
@@ -127340,6 +127801,8 @@ var require_config2 = __commonJS({
127340
127801
  { chainId: 787n, shortName: "aca" },
127341
127802
  { chainId: 919n, shortName: "modesep" },
127342
127803
  { chainId: 943n, shortName: "t4pls" },
127804
+ { chainId: 970n, shortName: "ccn" },
127805
+ { chainId: 995n, shortName: "5ire" },
127343
127806
  { chainId: 1001n, shortName: "baobab" },
127344
127807
  { chainId: 1008n, shortName: "eun" },
127345
127808
  { chainId: 1030n, shortName: "cfx" },
@@ -127402,11 +127865,13 @@ var require_config2 = __commonJS({
127402
127865
  { chainId: 5000n, shortName: "mantle" },
127403
127866
  { chainId: 5001n, shortName: "mantle-testnet" },
127404
127867
  { chainId: 5003n, shortName: "mnt-sep" },
127868
+ { chainId: 5165n, shortName: "ftn" },
127405
127869
  { chainId: 5700n, shortName: "tsys" },
127406
127870
  { chainId: 6001n, shortName: "bouncebit-mainnet" },
127407
127871
  { chainId: 6102n, shortName: "cascadia" },
127408
127872
  { chainId: 6321n, shortName: "eaura" },
127409
127873
  { chainId: 6322n, shortName: "aura" },
127874
+ { chainId: 6398n, shortName: "connext-sepolia" },
127410
127875
  { chainId: 6688n, shortName: "iris" },
127411
127876
  { chainId: 7000n, shortName: "zetachain-mainnet" },
127412
127877
  { chainId: 7001n, shortName: "zetachain-testnet" },
@@ -127432,6 +127897,7 @@ var require_config2 = __commonJS({
127432
127897
  { chainId: 10242n, shortName: "aa" },
127433
127898
  { chainId: 10243n, shortName: "aat" },
127434
127899
  { chainId: 10849n, shortName: "lamina1" },
127900
+ { chainId: 11011n, shortName: "shapesep" },
127435
127901
  { chainId: 11111n, shortName: "WAGMI" },
127436
127902
  { chainId: 11235n, shortName: "islm" },
127437
127903
  { chainId: 11437n, shortName: "shyftt" },
@@ -127445,6 +127911,7 @@ var require_config2 = __commonJS({
127445
127911
  { chainId: 13337n, shortName: "beam-testnet" },
127446
127912
  { chainId: 13371n, shortName: "imx" },
127447
127913
  { chainId: 13473n, shortName: "imx-testnet" },
127914
+ { chainId: 14800n, shortName: "vana-moksha" },
127448
127915
  { chainId: 17000n, shortName: "holesky" },
127449
127916
  { chainId: 17069n, shortName: "garnet" },
127450
127917
  { chainId: 17172n, shortName: "eclipse" },
@@ -127453,6 +127920,7 @@ var require_config2 = __commonJS({
127453
127920
  { chainId: 22776n, shortName: "mapo" },
127454
127921
  { chainId: 23294n, shortName: "sapphire" },
127455
127922
  { chainId: 23295n, shortName: "sapphire-testnet" },
127923
+ { chainId: 25327n, shortName: "Everclear" },
127456
127924
  { chainId: 28979n, shortName: "kimbonet-testnet" },
127457
127925
  { chainId: 32769n, shortName: "zil" },
127458
127926
  { chainId: 33101n, shortName: "zil-testnet" },
@@ -331073,7 +331541,7 @@ function getRenderer(opts) {
331073
331541
  }
331074
331542
 
331075
331543
  // package.json
331076
- var version2 = "4.61.14";
331544
+ var version2 = "4.61.16";
331077
331545
 
331078
331546
  // src/version.ts
331079
331547
  var version_default = version2;