@gearbox-protocol/deploy-tools 5.24.33 → 5.25.1
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.
- package/dist/index.mjs +351 -97
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -4276,7 +4276,7 @@ var init_size = __esm({
|
|
|
4276
4276
|
var version2;
|
|
4277
4277
|
var init_version2 = __esm({
|
|
4278
4278
|
"../../node_modules/viem/_esm/errors/version.js"() {
|
|
4279
|
-
version2 = "2.27.
|
|
4279
|
+
version2 = "2.27.2";
|
|
4280
4280
|
}
|
|
4281
4281
|
});
|
|
4282
4282
|
|
|
@@ -161427,7 +161427,7 @@ var require_version28 = __commonJS({
|
|
|
161427
161427
|
"use strict";
|
|
161428
161428
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
161429
161429
|
exports2.version = void 0;
|
|
161430
|
-
exports2.version = "2.27.
|
|
161430
|
+
exports2.version = "2.27.2";
|
|
161431
161431
|
}
|
|
161432
161432
|
});
|
|
161433
161433
|
|
|
@@ -215166,6 +215166,78 @@ var require_coreDao = __commonJS({
|
|
|
215166
215166
|
}
|
|
215167
215167
|
});
|
|
215168
215168
|
|
|
215169
|
+
// ../../node_modules/viem/_cjs/chains/definitions/coreTestnet1.js
|
|
215170
|
+
var require_coreTestnet1 = __commonJS({
|
|
215171
|
+
"../../node_modules/viem/_cjs/chains/definitions/coreTestnet1.js"(exports2) {
|
|
215172
|
+
"use strict";
|
|
215173
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
215174
|
+
exports2.coreTestnet1 = void 0;
|
|
215175
|
+
var defineChain_js_1 = require_defineChain();
|
|
215176
|
+
exports2.coreTestnet1 = (0, defineChain_js_1.defineChain)({
|
|
215177
|
+
id: 1115,
|
|
215178
|
+
name: "Core Testnet",
|
|
215179
|
+
nativeCurrency: {
|
|
215180
|
+
decimals: 18,
|
|
215181
|
+
name: "tCore",
|
|
215182
|
+
symbol: "TCORE"
|
|
215183
|
+
},
|
|
215184
|
+
rpcUrls: {
|
|
215185
|
+
default: { http: ["https://rpc.test.btcs.network"] }
|
|
215186
|
+
},
|
|
215187
|
+
blockExplorers: {
|
|
215188
|
+
default: {
|
|
215189
|
+
name: "Core Testnet",
|
|
215190
|
+
url: "https://scan.test.btcs.network",
|
|
215191
|
+
apiUrl: "https://api.test.btcs.network/api"
|
|
215192
|
+
}
|
|
215193
|
+
},
|
|
215194
|
+
contracts: {
|
|
215195
|
+
multicall3: {
|
|
215196
|
+
address: "0xCcddF20A1932537123C2E48Bd8e00b108B8f7569",
|
|
215197
|
+
blockCreated: 29350509
|
|
215198
|
+
}
|
|
215199
|
+
},
|
|
215200
|
+
testnet: true
|
|
215201
|
+
});
|
|
215202
|
+
}
|
|
215203
|
+
});
|
|
215204
|
+
|
|
215205
|
+
// ../../node_modules/viem/_cjs/chains/definitions/coreTestnet2.js
|
|
215206
|
+
var require_coreTestnet2 = __commonJS({
|
|
215207
|
+
"../../node_modules/viem/_cjs/chains/definitions/coreTestnet2.js"(exports2) {
|
|
215208
|
+
"use strict";
|
|
215209
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
215210
|
+
exports2.coreTestnet2 = void 0;
|
|
215211
|
+
var defineChain_js_1 = require_defineChain();
|
|
215212
|
+
exports2.coreTestnet2 = (0, defineChain_js_1.defineChain)({
|
|
215213
|
+
id: 1114,
|
|
215214
|
+
name: "Core Testnet2",
|
|
215215
|
+
nativeCurrency: {
|
|
215216
|
+
decimals: 18,
|
|
215217
|
+
name: "tCore2",
|
|
215218
|
+
symbol: "TCORE2"
|
|
215219
|
+
},
|
|
215220
|
+
rpcUrls: {
|
|
215221
|
+
default: { http: ["https://rpc.test2.btcs.network"] }
|
|
215222
|
+
},
|
|
215223
|
+
blockExplorers: {
|
|
215224
|
+
default: {
|
|
215225
|
+
name: "Core Testnet2",
|
|
215226
|
+
url: "https://scan.test2.btcs.network",
|
|
215227
|
+
apiUrl: "https://api.test2.btcs.network/api"
|
|
215228
|
+
}
|
|
215229
|
+
},
|
|
215230
|
+
contracts: {
|
|
215231
|
+
multicall3: {
|
|
215232
|
+
address: "0x3CB285ff3Cd5C7C7e570b1E7DE3De17A0f985e56",
|
|
215233
|
+
blockCreated: 3838600
|
|
215234
|
+
}
|
|
215235
|
+
},
|
|
215236
|
+
testnet: true
|
|
215237
|
+
});
|
|
215238
|
+
}
|
|
215239
|
+
});
|
|
215240
|
+
|
|
215169
215241
|
// ../../node_modules/viem/_cjs/chains/definitions/corn.js
|
|
215170
215242
|
var require_corn = __commonJS({
|
|
215171
215243
|
"../../node_modules/viem/_cjs/chains/definitions/corn.js"(exports2) {
|
|
@@ -222829,11 +222901,10 @@ var require_metis = __commonJS({
|
|
|
222829
222901
|
"https://metis-andromeda.rpc.thirdweb.com",
|
|
222830
222902
|
"https://metis-andromeda.gateway.tenderly.co",
|
|
222831
222903
|
"https://metis.api.onfinality.io/public",
|
|
222832
|
-
"wss://metis-rpc.publicnode.com",
|
|
222833
222904
|
"https://andromeda.metis.io/?owner=1088",
|
|
222834
|
-
"wss://metis.drpc.org",
|
|
222835
222905
|
"https://metis-mainnet.public.blastapi.io"
|
|
222836
|
-
]
|
|
222906
|
+
],
|
|
222907
|
+
webSocket: ["wss://metis-rpc.publicnode.com", "wss://metis.drpc.org"]
|
|
222837
222908
|
}
|
|
222838
222909
|
},
|
|
222839
222910
|
blockExplorers: {
|
|
@@ -222871,11 +222942,11 @@ var require_metisSepolia = __commonJS({
|
|
|
222871
222942
|
rpcUrls: {
|
|
222872
222943
|
default: {
|
|
222873
222944
|
http: [
|
|
222874
|
-
"wss://metis-sepolia-rpc.publicnode.com",
|
|
222875
222945
|
"https://sepolia.metisdevops.link",
|
|
222876
222946
|
"https://metis-sepolia-rpc.publicnode.com",
|
|
222877
222947
|
"https://metis-sepolia.gateway.tenderly.co"
|
|
222878
|
-
]
|
|
222948
|
+
],
|
|
222949
|
+
webSocket: ["wss://metis-sepolia-rpc.publicnode.com"]
|
|
222879
222950
|
}
|
|
222880
222951
|
},
|
|
222881
222952
|
blockExplorers: {
|
|
@@ -223715,7 +223786,7 @@ var require_newton = __commonJS({
|
|
|
223715
223786
|
},
|
|
223716
223787
|
rpcUrls: {
|
|
223717
223788
|
default: {
|
|
223718
|
-
http: ["
|
|
223789
|
+
http: ["https://global.rpc.mainnet.newtonproject.org"]
|
|
223719
223790
|
}
|
|
223720
223791
|
},
|
|
223721
223792
|
blockExplorers: {
|
|
@@ -227143,7 +227214,7 @@ var require_calypso = __commonJS({
|
|
|
227143
227214
|
var defineChain_js_1 = require_defineChain();
|
|
227144
227215
|
exports2.skaleCalypso = (0, defineChain_js_1.defineChain)({
|
|
227145
227216
|
id: 1564830818,
|
|
227146
|
-
name: "SKALE
|
|
227217
|
+
name: "SKALE Calypso Hub",
|
|
227147
227218
|
nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
|
|
227148
227219
|
rpcUrls: {
|
|
227149
227220
|
default: {
|
|
@@ -227270,7 +227341,7 @@ var require_europa = __commonJS({
|
|
|
227270
227341
|
var defineChain_js_1 = require_defineChain();
|
|
227271
227342
|
exports2.skaleEuropa = (0, defineChain_js_1.defineChain)({
|
|
227272
227343
|
id: 2046399126,
|
|
227273
|
-
name: "SKALE
|
|
227344
|
+
name: "SKALE Europa Hub",
|
|
227274
227345
|
nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
|
|
227275
227346
|
rpcUrls: {
|
|
227276
227347
|
default: {
|
|
@@ -227337,7 +227408,7 @@ var require_exorde = __commonJS({
|
|
|
227337
227408
|
var defineChain_js_1 = require_defineChain();
|
|
227338
227409
|
exports2.skaleExorde = (0, defineChain_js_1.defineChain)({
|
|
227339
227410
|
id: 2139927552,
|
|
227340
|
-
name: "
|
|
227411
|
+
name: "Exorde Network",
|
|
227341
227412
|
nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
|
|
227342
227413
|
rpcUrls: {
|
|
227343
227414
|
default: {
|
|
@@ -227393,7 +227464,7 @@ var require_nebula = __commonJS({
|
|
|
227393
227464
|
var defineChain_js_1 = require_defineChain();
|
|
227394
227465
|
exports2.skaleNebula = (0, defineChain_js_1.defineChain)({
|
|
227395
227466
|
id: 1482601649,
|
|
227396
|
-
name: "SKALE
|
|
227467
|
+
name: "SKALE Nebula Hub",
|
|
227397
227468
|
nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
|
|
227398
227469
|
rpcUrls: {
|
|
227399
227470
|
default: {
|
|
@@ -227488,7 +227559,7 @@ var require_titan = __commonJS({
|
|
|
227488
227559
|
var defineChain_js_1 = require_defineChain();
|
|
227489
227560
|
exports2.skaleTitan = (0, defineChain_js_1.defineChain)({
|
|
227490
227561
|
id: 1350216234,
|
|
227491
|
-
name: "SKALE
|
|
227562
|
+
name: "SKALE Titan Hub",
|
|
227492
227563
|
nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
|
|
227493
227564
|
rpcUrls: {
|
|
227494
227565
|
default: {
|
|
@@ -227521,7 +227592,7 @@ var require_titanTestnet = __commonJS({
|
|
|
227521
227592
|
var defineChain_js_1 = require_defineChain();
|
|
227522
227593
|
exports2.skaleTitanTestnet = (0, defineChain_js_1.defineChain)({
|
|
227523
227594
|
id: 1020352220,
|
|
227524
|
-
name: "SKALE Titan
|
|
227595
|
+
name: "SKALE Titan Testnet",
|
|
227525
227596
|
nativeCurrency: { name: "sFUEL", symbol: "sFUEL", decimals: 18 },
|
|
227526
227597
|
rpcUrls: {
|
|
227527
227598
|
default: {
|
|
@@ -231888,17 +231959,17 @@ var require_chains2 = __commonJS({
|
|
|
231888
231959
|
"use strict";
|
|
231889
231960
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
231890
231961
|
exports2.berachainTestnet = exports2.berachainBepolia = exports2.berachain = exports2.bearNetworkChainTestnet = exports2.bearNetworkChainMainnet = exports2.beamTestnet = exports2.beam = exports2.baseSepolia = exports2.baseGoerli = exports2.basecampTestnet = exports2.base = exports2.bahamut = exports2.b3Sepolia = exports2.b3 = exports2.avalancheFuji = exports2.avalanche = exports2.auroria = exports2.auroraTestnet = exports2.aurora = exports2.atletaOlympia = exports2.astarZkyoto = exports2.astarZkEVM = exports2.astar = exports2.assetChainTestnet = exports2.assetChain = exports2.artheraTestnet = exports2.arthera = exports2.artelaTestnet = exports2.areonNetworkTestnet = exports2.areonNetwork = exports2.arbitrumSepolia = exports2.arbitrumNova = exports2.arbitrumGoerli = exports2.arbitrum = exports2.apexTestnet = exports2.apeChain = exports2.anvil = exports2.ancient8Sepolia = exports2.ancient8 = exports2.alienxHalTestnet = exports2.alienx = exports2.alephZeroTestnet = exports2.alephZero = exports2.aioz = exports2.adf = exports2.acria = exports2.acala = exports2.abstractTestnet = exports2.abstract = exports2.abey = void 0;
|
|
231891
|
-
exports2.
|
|
231892
|
-
exports2.
|
|
231893
|
-
exports2.
|
|
231894
|
-
exports2.
|
|
231895
|
-
exports2.
|
|
231896
|
-
exports2.
|
|
231897
|
-
exports2.
|
|
231898
|
-
exports2.
|
|
231899
|
-
exports2.
|
|
231900
|
-
exports2.
|
|
231901
|
-
exports2.zoraTestnet = exports2.zoraSepolia = exports2.zora = exports2.zksyncSepoliaTestnet = exports2.zkSyncSepoliaTestnet = exports2.zksyncLocalNode = exports2.zkSyncLocalNode = exports2.zksyncLocalHyperchainL1 = exports2.zksyncLocalHyperchain = exports2.zksyncLocalCustomHyperchain = exports2.zksyncInMemoryNode = exports2.zkSyncInMemoryNode = exports2.zksync = exports2.zkSync = exports2.zkLinkNovaSepoliaTestnet = exports2.zkLinkNova = exports2.zkFairTestnet = exports2.zkFair = exports2.zircuitTestnet = exports2.zircuitGarfieldTestnet = exports2.zircuit = exports2.zilliqaTestnet = exports2.zilliqa = exports2.zhejiang = exports2.zetachainAthensTestnet = exports2.zetachain = exports2.zeroNetwork = exports2.zeroG = exports2.zeniq = exports2.zenchainTestnet = exports2.yooldoVerseTestnet = exports2.yooldoVerse = exports2.xrSepolia = exports2.xrplevmTestnet = exports2.xrplevmDevnet = exports2.xrOne = exports2.xLayerTestnet = void 0;
|
|
231962
|
+
exports2.corn = exports2.coreTestnet2 = exports2.coreTestnet1 = exports2.coreDao = exports2.confluxESpaceTestnet = exports2.confluxESpace = exports2.coinex = exports2.coinbit = exports2.classic = exports2.citreaTestnet = exports2.chips = exports2.chiliz = exports2.chang = exports2.celoAlfajores = exports2.celo = exports2.canto = exports2.cannon = exports2.bxnTestnet = exports2.bxn = exports2.btrTestnet = exports2.btr = exports2.bsquaredTestnet = exports2.bsquared = exports2.bscTestnet = exports2.bscGreenfield = exports2.bsc = exports2.bronosTestnet = exports2.bronos = exports2.bounceBitTestnet = exports2.bounceBit = exports2.botanixTestnet = exports2.boolBetaMainnet = exports2.bobSepolia = exports2.bobaSepolia = exports2.boba = exports2.bob = exports2.blastSepolia = exports2.blast = exports2.birdlayer = exports2.bitTorrentTestnet = exports2.bitTorrent = exports2.bitrock = exports2.bitlayerTestnet = exports2.bitlayer = exports2.bitkubTestnet = exports2.bitkub = exports2.bitgert = exports2.bifrost = exports2.bevmMainnet = exports2.berachainTestnetbArtio = void 0;
|
|
231963
|
+
exports2.energy = exports2.elysiumTestnet = exports2.electroneumTestnet = exports2.electroneum = exports2.elastosTestnet = exports2.elastos = exports2.ektaTestnet = exports2.ekta = exports2.eduChainTestnet = exports2.eduChain = exports2.edgewareTestnet = exports2.edgeware = exports2.edgelessTestnet = exports2.edgeless = exports2.edexa = exports2.edexaTestnet = exports2.dymension = exports2.dustboyIoT = exports2.dreyerxTestnet = exports2.dreyerxMainnet = exports2.dosChainTestnet = exports2.dosChain = exports2.donatuz = exports2.dogechain = exports2.dodochainTestnet = exports2.disChain = exports2.diode = exports2.dfk = exports2.degen = exports2.defichainEvmTestnet = exports2.defichainEvm = exports2.dchainTestnet = exports2.dchain = exports2.dbkchain = exports2.darwinia = exports2.dailyNetworkTestnet = exports2.dailyNetwork = exports2.cyberTestnet = exports2.cyber = exports2.curtis = exports2.crossbell = exports2.cronoszkEVMTestnet = exports2.cronoszkEVM = exports2.cronosTestnet = exports2.cronos = exports2.creditCoin3Testnet = exports2.creditCoin3Mainnet = exports2.creatorTestnet = exports2.crab = exports2.cornTestnet = void 0;
|
|
231964
|
+
exports2.gnosis = exports2.glideL2Protocol = exports2.glideL1Protocol = exports2.genesys = exports2.geist = exports2.garnet = exports2.fusionTestnet = exports2.fusion = exports2.fuseSparknet = exports2.fuse = exports2.funkiSepolia = exports2.funkiMainnet = exports2.fraxtalTestnet = exports2.fraxtal = exports2.foundry = exports2.forta = exports2.formTestnet = exports2.form = exports2.forma = exports2.fluentTestnet = exports2.fluenceTestnet = exports2.fluenceStage = exports2.fluence = exports2.flowTestnet = exports2.flowPreviewnet = exports2.flowMainnet = exports2.flareTestnet = exports2.flare = exports2.fireChain = exports2.filecoinHyperspace = exports2.filecoinCalibration = exports2.filecoin = exports2.fibo = exports2.fantomTestnet = exports2.fantomSonicTestnet = exports2.fantom = exports2.exsatTestnet = exports2.exsat = exports2.expanse = exports2.excelonMainnet = exports2.evmosTestnet = exports2.evmos = exports2.etp = exports2.ethernity = exports2.etherlinkTestnet = exports2.etherlink = exports2.eosTestnet = exports2.eos = exports2.eon = exports2.enuls = void 0;
|
|
231965
|
+
exports2.juneoBCH1Chain = exports2.juneo = exports2.jbcTestnet = exports2.jbc = exports2.iSunCoin = exports2.iotexTestnet = exports2.iotex = exports2.iotaTestnet = exports2.iota = exports2.inkSepolia = exports2.ink = exports2.initVerseGenesis = exports2.initVerse = exports2.inEVM = exports2.immutableZkEvmTestnet = exports2.immutableZkEvm = exports2.idchain = exports2.hychainTestnet = exports2.hychain = exports2.humanodeTestnet5 = exports2.humanode = exports2.huddle01Testnet = exports2.huddle01Mainnet = exports2.hpb = exports2.hoodi = exports2.holesky = exports2.hemiSepolia = exports2.hemi = exports2.hela = exports2.hederaTestnet = exports2.hederaPreviewnet = exports2.hedera = exports2.haustTestnet = exports2.hashkeyTestnet = exports2.hashkey = exports2.harmonyOne = exports2.hardhat = exports2.haqqTestedge2 = exports2.haqqMainnet = exports2.happychainTestnet = exports2.ham = exports2.guruTestnet = exports2.guruNetwork = exports2.gravity = exports2.goerli = exports2.godwoken = exports2.goChain = exports2.gobi = exports2.goat = exports2.gnosisChiado = void 0;
|
|
231966
|
+
exports2.lyra = exports2.lycan = exports2.lumozTestnet = exports2.lumoz = exports2.lumiaTestnet = exports2.lumiaMainnet = exports2.luksoTestnet = exports2.lukso = exports2.loop = exports2.localhost = exports2.liskSepolia = exports2.lisk = exports2.lineaTestnet = exports2.lineaSepolia = exports2.lineaGoerli = exports2.linea = exports2.lightlinkPhoenix = exports2.lightlinkPegasus = exports2.lestnet = exports2.lensTestnet = exports2.lens = exports2.lavita = exports2.l3xTestnet = exports2.l3x = exports2.kromaSepolia = exports2.kroma = exports2.koi = exports2.klaytnBaobab = exports2.kairos = exports2.kaia = exports2.klaytn = exports2.kinto = exports2.kcc = exports2.kavaTestnet = exports2.kava = exports2.kardiaChain = exports2.kakarotStarknetSepolia = exports2.kakarotSepolia = exports2.karura = exports2.juneoUSDT1Chain = exports2.juneoUSD1Chain = exports2.juneoSocotraTestnet = exports2.juneoSGD1Chain = exports2.juneomBTC1Chain = exports2.juneoLTC1Chain = exports2.juneoLINK1Chain = exports2.juneoGLD1Chain = exports2.juneoEUR1Chain = exports2.juneoDOGE1Chain = exports2.juneoDAI1Chain = void 0;
|
|
231967
|
+
exports2.newton = exports2.neoxT4 = exports2.neoxMainnet = exports2.neonMainnet = exports2.neonDevnet = exports2.nearTestnet = exports2.near = exports2.nautilus = exports2.nahmii = exports2.morphSepolia = exports2.morphHolesky = exports2.morph = exports2.moonriver = exports2.moonbeamDev = exports2.moonbeam = exports2.moonbaseAlpha = exports2.monadTestnet = exports2.modeTestnet = exports2.mode = exports2.mitosisTestnet = exports2.mintSepoliaTestnet = exports2.mint = exports2.mevTestnet = exports2.mev = exports2.metisGoerli = exports2.metisSepolia = exports2.metis = exports2.meterTestnet = exports2.meter = exports2.metalL2 = exports2.metadium = exports2.metachainIstanbul = exports2.metachain = exports2.merlinErigonTestnet = exports2.merlin = exports2.meld = exports2.mekong = exports2.megaethTestnet = exports2.mchVerse = exports2.matchainTestnet = exports2.matchain = exports2.mapProtocol = exports2.mantleTestnet = exports2.mantleSepoliaTestnet = exports2.mantle = exports2.mantaTestnet = exports2.mantaSepoliaTestnet = exports2.manta = exports2.mandala = exports2.mainnet = void 0;
|
|
231968
|
+
exports2.qMainnet = exports2.ql1 = exports2.pyrope = exports2.pumpfiTestnet = exports2.pulsechainV4 = exports2.pulsechain = exports2.premiumBlockTestnet = exports2.polynomialSepolia = exports2.polynomial = exports2.polygonZkEvmTestnet = exports2.polygonZkEvmCardona = exports2.polygonZkEvm = exports2.polygonMumbai = exports2.polygonAmoy = exports2.polygon = exports2.polterTestnet = exports2.plumeTestnet = exports2.plumeSepolia = exports2.plumeMainnet = exports2.plumeDevnet = exports2.plume = exports2.plinga = exports2.playfiAlbireo = exports2.planq = exports2.phoenix = exports2.pgnTestnet = exports2.pgn = exports2.peaq = exports2.palmTestnet = exports2.palm = exports2.otimDevnet = exports2.orderlySepolia = exports2.orderly = exports2.optopiaTestnet = exports2.optopia = exports2.optimismSepolia = exports2.optimismGoerli = exports2.optimism = exports2.opBNBTestnet = exports2.opBNB = exports2.oortMainnetDev = exports2.oneWorld = exports2.omax = exports2.okc = exports2.odysseyTestnet = exports2.oasys = exports2.oasisTestnet = exports2.nibiru = exports2.nexilix = exports2.nexi = void 0;
|
|
231969
|
+
exports2.skaleEuropa = exports2.skaleCryptoColosseum = exports2.skaleCryptoBlades = exports2.skaleCalypsoTestnet = exports2.skaleCalypso = exports2.skaleBlockBrawlers = exports2.sixProtocol = exports2.siliconSepolia = exports2.silicon = exports2.sidraChain = exports2.shimmerTestnet = exports2.shimmer = exports2.shiden = exports2.shibariumTestnet = exports2.shibarium = exports2.shardeumSphinx = exports2.shapeSepolia = exports2.shape = exports2.sepolia = exports2.seiTestnet = exports2.seismicDevnet = exports2.seiDevnet = exports2.sei = exports2.scrollSepolia = exports2.satoshiVMTestnet = exports2.satoshiVM = exports2.sapphireTestnet = exports2.sapphire = exports2.sanko = exports2.saigon = exports2.saga = exports2.saakuru = exports2.rss3Sepolia = exports2.rss3 = exports2.rootstockTestnet = exports2.rootstock = exports2.rootPorcini = exports2.root = exports2.ronin = exports2.rolluxTestnet = exports2.rollux = exports2.rivalz = exports2.reddioSepolia = exports2.reyaNetwork = exports2.rei = exports2.redstone = exports2.redbellyTestnet = exports2.redbellyMainnet = exports2.real = exports2.qTestnet = void 0;
|
|
231970
|
+
exports2.telcoinTestnet = exports2.taraxaTestnet = exports2.taraxa = exports2.taikoTestnetSepolia = exports2.taikoKatla = exports2.taikoJolnir = exports2.taikoHekla = exports2.taiko = exports2.syscoinTestnet = exports2.syscoin = exports2.swissdlt = exports2.swellchainTestnet = exports2.swellchain = exports2.swanSaturnTestnet = exports2.swanProximaTestnet = exports2.swan = exports2.superseedSepolia = exports2.superseed = exports2.superposition = exports2.superlumio = exports2.stratis = exports2.storyTestnet = exports2.storyOdyssey = exports2.storyAeneid = exports2.story = exports2.step = exports2.statusNetworkSepolia = exports2.statusSepolia = exports2.spicy = exports2.sophonTestnet = exports2.sophon = exports2.songbirdTestnet = exports2.songbird = exports2.sonicBlazeTestnet = exports2.sonicTestnet = exports2.sonic = exports2.soneiumMinato = exports2.soneium = exports2.somniaTestnet = exports2.snaxTestnet = exports2.snax = exports2.sketchpad = exports2.skaleTitanTestnet = exports2.skaleTitan = exports2.skaleRazor = exports2.skaleNebulaTestnet = exports2.skaleNebula = exports2.skaleHumanProtocol = exports2.skaleExorde = exports2.skaleEuropaTestnet = void 0;
|
|
231971
|
+
exports2.xdcTestnet = exports2.xdc = exports2.xaiTestnet = exports2.xai = exports2.worldLand = exports2.worldchainSepolia = exports2.worldchain = exports2.wmcTestnet = exports2.whitechainTestnet = exports2.whitechain = exports2.westendAssetHub = exports2.wemixTestnet = exports2.wemix = exports2.weaveVMAlphanet = exports2.wanchainTestnet = exports2.wanchain = exports2.visionTestnet = exports2.vision = exports2.victionTestnet = exports2.viction = exports2.velas = exports2.vechain = exports2.vanar = exports2.unreal = exports2.uniqueQuartz = exports2.uniqueOpal = exports2.unique = exports2.unichainSepolia = exports2.unichain = exports2.ultronTestnet = exports2.ultron = exports2.ultraTestnet = exports2.ultra = exports2.ubiq = exports2.tronShasta = exports2.tron = exports2.treasureTopaz = exports2.treasure = exports2.tomb = exports2.tiktrixTestnet = exports2.thunderTestnet = exports2.thunderCore = exports2.thetaTestnet = exports2.theta = exports2.that = exports2.thaiChain = exports2.ternoa = exports2.tenet = exports2.telosTestnet = exports2.telos = void 0;
|
|
231972
|
+
exports2.zoraTestnet = exports2.zoraSepolia = exports2.zora = exports2.zksyncSepoliaTestnet = exports2.zkSyncSepoliaTestnet = exports2.zksyncLocalNode = exports2.zkSyncLocalNode = exports2.zksyncLocalHyperchainL1 = exports2.zksyncLocalHyperchain = exports2.zksyncLocalCustomHyperchain = exports2.zksyncInMemoryNode = exports2.zkSyncInMemoryNode = exports2.zksync = exports2.zkSync = exports2.zkLinkNovaSepoliaTestnet = exports2.zkLinkNova = exports2.zkFairTestnet = exports2.zkFair = exports2.zircuitTestnet = exports2.zircuitGarfieldTestnet = exports2.zircuit = exports2.zilliqaTestnet = exports2.zilliqa = exports2.zhejiang = exports2.zetachainAthensTestnet = exports2.zetachain = exports2.zeroNetwork = exports2.zeroG = exports2.zeniq = exports2.zenchainTestnet = exports2.yooldoVerseTestnet = exports2.yooldoVerse = exports2.xrSepolia = exports2.xrplevmTestnet = exports2.xrplevmDevnet = exports2.xrOne = exports2.xLayerTestnet = exports2.x1Testnet = exports2.xLayer = void 0;
|
|
231902
231973
|
var abey_js_1 = require_abey();
|
|
231903
231974
|
Object.defineProperty(exports2, "abey", { enumerable: true, get: function() {
|
|
231904
231975
|
return abey_js_1.abey;
|
|
@@ -232287,6 +232358,14 @@ var require_chains2 = __commonJS({
|
|
|
232287
232358
|
Object.defineProperty(exports2, "coreDao", { enumerable: true, get: function() {
|
|
232288
232359
|
return coreDao_js_1.coreDao;
|
|
232289
232360
|
} });
|
|
232361
|
+
var coreTestnet1_js_1 = require_coreTestnet1();
|
|
232362
|
+
Object.defineProperty(exports2, "coreTestnet1", { enumerable: true, get: function() {
|
|
232363
|
+
return coreTestnet1_js_1.coreTestnet1;
|
|
232364
|
+
} });
|
|
232365
|
+
var coreTestnet2_js_1 = require_coreTestnet2();
|
|
232366
|
+
Object.defineProperty(exports2, "coreTestnet2", { enumerable: true, get: function() {
|
|
232367
|
+
return coreTestnet2_js_1.coreTestnet2;
|
|
232368
|
+
} });
|
|
232290
232369
|
var corn_js_1 = require_corn();
|
|
232291
232370
|
Object.defineProperty(exports2, "corn", { enumerable: true, get: function() {
|
|
232292
232371
|
return corn_js_1.corn;
|
|
@@ -371579,7 +371658,8 @@ var TIMELOCK = {
|
|
|
371579
371658
|
MegaETH: NOT_DEPLOYED,
|
|
371580
371659
|
Monad: NOT_DEPLOYED,
|
|
371581
371660
|
Berachain: NOT_DEPLOYED,
|
|
371582
|
-
Avalanche: NOT_DEPLOYED
|
|
371661
|
+
Avalanche: NOT_DEPLOYED,
|
|
371662
|
+
BNB: NOT_DEPLOYED
|
|
371583
371663
|
};
|
|
371584
371664
|
var GEARBOX_RISK_CURATORS = {
|
|
371585
371665
|
Mainnet: [TIMELOCK.Mainnet],
|
|
@@ -371591,7 +371671,8 @@ var GEARBOX_RISK_CURATORS = {
|
|
|
371591
371671
|
MegaETH: [],
|
|
371592
371672
|
Monad: [],
|
|
371593
371673
|
Berachain: [],
|
|
371594
|
-
Avalanche: []
|
|
371674
|
+
Avalanche: [],
|
|
371675
|
+
BNB: []
|
|
371595
371676
|
};
|
|
371596
371677
|
var DEPRECIATED_POOLS = {
|
|
371597
371678
|
Mainnet: {
|
|
@@ -371605,7 +371686,8 @@ var DEPRECIATED_POOLS = {
|
|
|
371605
371686
|
MegaETH: {},
|
|
371606
371687
|
Monad: {},
|
|
371607
371688
|
Berachain: {},
|
|
371608
|
-
Avalanche: {}
|
|
371689
|
+
Avalanche: {},
|
|
371690
|
+
BNB: {}
|
|
371609
371691
|
};
|
|
371610
371692
|
|
|
371611
371693
|
// ../../node_modules/@gearbox-protocol/sdk/dist/esm/sdk/constants/address-provider.js
|
|
@@ -371630,7 +371712,8 @@ var ADDRESS_PROVIDER = {
|
|
|
371630
371712
|
MegaETH: NOT_DEPLOYED,
|
|
371631
371713
|
Monad: NOT_DEPLOYED,
|
|
371632
371714
|
Berachain: NOT_DEPLOYED,
|
|
371633
|
-
Avalanche: NOT_DEPLOYED
|
|
371715
|
+
Avalanche: NOT_DEPLOYED,
|
|
371716
|
+
BNB: NOT_DEPLOYED
|
|
371634
371717
|
};
|
|
371635
371718
|
var ADDRESS_PROVIDER_V310 = "0xBaB2014Dd88223E168bA06911c06df638311a097";
|
|
371636
371719
|
|
|
@@ -371693,7 +371776,9 @@ var ADDRESS_PROVIDER_BLOCK = {
|
|
|
371693
371776
|
// arbitrary not deployed yet
|
|
371694
371777
|
Berachain: 2788903n,
|
|
371695
371778
|
// arbitrary not deployed yet
|
|
371696
|
-
Avalanche: 31594758n
|
|
371779
|
+
Avalanche: 31594758n,
|
|
371780
|
+
// arbitrary not deployed yet
|
|
371781
|
+
BNB: 48553569n
|
|
371697
371782
|
// arbitrary not deployed yet
|
|
371698
371783
|
};
|
|
371699
371784
|
var BLOCK_DURATION_BY_NETWORK = {
|
|
@@ -371708,7 +371793,8 @@ var BLOCK_DURATION_BY_NETWORK = {
|
|
|
371708
371793
|
Monad: 1,
|
|
371709
371794
|
// on testnet
|
|
371710
371795
|
Berachain: 1.9,
|
|
371711
|
-
Avalanche: 1.7
|
|
371796
|
+
Avalanche: 1.7,
|
|
371797
|
+
BNB: 3
|
|
371712
371798
|
};
|
|
371713
371799
|
var RAMP_TIME = 30 * 24 * 60 * 60 * 1.2;
|
|
371714
371800
|
var RAMP_DURATION_BY_NETWORK = {
|
|
@@ -371725,7 +371811,8 @@ var RAMP_DURATION_BY_NETWORK = {
|
|
|
371725
371811
|
),
|
|
371726
371812
|
Avalanche: BigInt(
|
|
371727
371813
|
Math.floor(RAMP_TIME / BLOCK_DURATION_BY_NETWORK.Avalanche)
|
|
371728
|
-
)
|
|
371814
|
+
),
|
|
371815
|
+
BNB: BigInt(Math.floor(RAMP_TIME / BLOCK_DURATION_BY_NETWORK.BNB))
|
|
371729
371816
|
};
|
|
371730
371817
|
var WEEK = 7 * 24 * 60 * 60;
|
|
371731
371818
|
var BLOCKS_PER_WEEK_BY_NETWORK = {
|
|
@@ -371738,7 +371825,8 @@ var BLOCKS_PER_WEEK_BY_NETWORK = {
|
|
|
371738
371825
|
MegaETH: BigInt(Math.floor(WEEK / BLOCK_DURATION_BY_NETWORK.MegaETH)),
|
|
371739
371826
|
Monad: BigInt(Math.floor(WEEK / BLOCK_DURATION_BY_NETWORK.Monad)),
|
|
371740
371827
|
Berachain: BigInt(Math.floor(WEEK / BLOCK_DURATION_BY_NETWORK.Berachain)),
|
|
371741
|
-
Avalanche: BigInt(Math.floor(WEEK / BLOCK_DURATION_BY_NETWORK.Avalanche))
|
|
371828
|
+
Avalanche: BigInt(Math.floor(WEEK / BLOCK_DURATION_BY_NETWORK.Avalanche)),
|
|
371829
|
+
BNB: BigInt(Math.floor(WEEK / BLOCK_DURATION_BY_NETWORK.BNB))
|
|
371742
371830
|
};
|
|
371743
371831
|
|
|
371744
371832
|
// ../../node_modules/@gearbox-protocol/sdk/dist/esm/sdk/utils/AddressMap.js
|
|
@@ -372170,6 +372258,33 @@ var berachain = /* @__PURE__ */ defineChain({
|
|
|
372170
372258
|
testnet: false
|
|
372171
372259
|
});
|
|
372172
372260
|
|
|
372261
|
+
// ../../node_modules/viem/_esm/chains/definitions/bsc.js
|
|
372262
|
+
var bsc = /* @__PURE__ */ defineChain({
|
|
372263
|
+
id: 56,
|
|
372264
|
+
name: "BNB Smart Chain",
|
|
372265
|
+
nativeCurrency: {
|
|
372266
|
+
decimals: 18,
|
|
372267
|
+
name: "BNB",
|
|
372268
|
+
symbol: "BNB"
|
|
372269
|
+
},
|
|
372270
|
+
rpcUrls: {
|
|
372271
|
+
default: { http: ["https://56.rpc.thirdweb.com"] }
|
|
372272
|
+
},
|
|
372273
|
+
blockExplorers: {
|
|
372274
|
+
default: {
|
|
372275
|
+
name: "BscScan",
|
|
372276
|
+
url: "https://bscscan.com",
|
|
372277
|
+
apiUrl: "https://api.bscscan.com/api"
|
|
372278
|
+
}
|
|
372279
|
+
},
|
|
372280
|
+
contracts: {
|
|
372281
|
+
multicall3: {
|
|
372282
|
+
address: "0xca11bde05977b3631167028862be2a173976ca11",
|
|
372283
|
+
blockCreated: 15921452
|
|
372284
|
+
}
|
|
372285
|
+
}
|
|
372286
|
+
});
|
|
372287
|
+
|
|
372173
372288
|
// ../../node_modules/viem/_esm/chains/definitions/mainnet.js
|
|
372174
372289
|
var mainnet = /* @__PURE__ */ defineChain({
|
|
372175
372290
|
id: 1,
|
|
@@ -376406,7 +376521,8 @@ var SUPPORTED_NETWORKS = [
|
|
|
376406
376521
|
"MegaETH",
|
|
376407
376522
|
"Monad",
|
|
376408
376523
|
"Berachain",
|
|
376409
|
-
"Avalanche"
|
|
376524
|
+
"Avalanche",
|
|
376525
|
+
"BNB"
|
|
376410
376526
|
];
|
|
376411
376527
|
var NetworkType = z.enum(SUPPORTED_NETWORKS);
|
|
376412
376528
|
function withPublicNode(chain, subdomain) {
|
|
@@ -376559,6 +376675,19 @@ var chains = {
|
|
|
376559
376675
|
}
|
|
376560
376676
|
},
|
|
376561
376677
|
"avalanche-c-chain-rpc"
|
|
376678
|
+
),
|
|
376679
|
+
BNB: withPublicNode(
|
|
376680
|
+
{
|
|
376681
|
+
...bsc,
|
|
376682
|
+
network: "BNB",
|
|
376683
|
+
defaultMarketConfigurators: {},
|
|
376684
|
+
isPublic: false,
|
|
376685
|
+
wellKnownToken: {
|
|
376686
|
+
address: "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
|
|
376687
|
+
symbol: "USDC"
|
|
376688
|
+
}
|
|
376689
|
+
},
|
|
376690
|
+
"bsc-rpc"
|
|
376562
376691
|
)
|
|
376563
376692
|
};
|
|
376564
376693
|
function getChain(chainIdOrNetworkType) {
|
|
@@ -388710,7 +388839,8 @@ var tokenDataByNetwork = {
|
|
|
388710
388839
|
MegaETH: {},
|
|
388711
388840
|
Monad: {},
|
|
388712
388841
|
Berachain: {},
|
|
388713
|
-
Avalanche: {}
|
|
388842
|
+
Avalanche: {},
|
|
388843
|
+
BNB: {}
|
|
388714
388844
|
};
|
|
388715
388845
|
var tickerInfoTokensByNetwork = {
|
|
388716
388846
|
Mainnet: {
|
|
@@ -389106,7 +389236,8 @@ var tickerInfoTokensByNetwork = {
|
|
|
389106
389236
|
MegaETH: {},
|
|
389107
389237
|
Monad: {},
|
|
389108
389238
|
Berachain: {},
|
|
389109
|
-
Avalanche: {}
|
|
389239
|
+
Avalanche: {},
|
|
389240
|
+
BNB: {}
|
|
389110
389241
|
};
|
|
389111
389242
|
var tickerTokensByNetwork = Object.fromEntries(
|
|
389112
389243
|
Object.entries(tickerInfoTokensByNetwork).map(([network, data]) => {
|
|
@@ -389189,7 +389320,8 @@ var connectors = {
|
|
|
389189
389320
|
MegaETH: [],
|
|
389190
389321
|
Monad: [],
|
|
389191
389322
|
Berachain: [],
|
|
389192
|
-
Avalanche: []
|
|
389323
|
+
Avalanche: [],
|
|
389324
|
+
BNB: []
|
|
389193
389325
|
};
|
|
389194
389326
|
function getConnectors(networkType) {
|
|
389195
389327
|
return connectors[networkType].map((e) => {
|
|
@@ -390026,7 +390158,8 @@ var contractsByNetwork = {
|
|
|
390026
390158
|
Avalanche: {},
|
|
390027
390159
|
MegaETH: {},
|
|
390028
390160
|
Monad: {},
|
|
390029
|
-
Berachain: {}
|
|
390161
|
+
Berachain: {},
|
|
390162
|
+
BNB: {}
|
|
390030
390163
|
};
|
|
390031
390164
|
var UNISWAP_V3_QUOTER = "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
|
|
390032
390165
|
var CAMELOT_V3_QUOTER = "0x0Fc73040b26E9bC8514fA028D998E73A254Fa76E";
|
|
@@ -390126,7 +390259,8 @@ var contractParams = {
|
|
|
390126
390259
|
MegaETH: NOT_DEPLOYED,
|
|
390127
390260
|
Monad: NOT_DEPLOYED,
|
|
390128
390261
|
Berachain: NOT_DEPLOYED,
|
|
390129
|
-
Avalanche: NOT_DEPLOYED
|
|
390262
|
+
Avalanche: NOT_DEPLOYED,
|
|
390263
|
+
BNB: NOT_DEPLOYED
|
|
390130
390264
|
},
|
|
390131
390265
|
tokens: ["WETH", "STETH"],
|
|
390132
390266
|
lpToken: "steCRV"
|
|
@@ -390145,7 +390279,8 @@ var contractParams = {
|
|
|
390145
390279
|
MegaETH: NOT_DEPLOYED,
|
|
390146
390280
|
Monad: NOT_DEPLOYED,
|
|
390147
390281
|
Berachain: NOT_DEPLOYED,
|
|
390148
|
-
Avalanche: NOT_DEPLOYED
|
|
390282
|
+
Avalanche: NOT_DEPLOYED,
|
|
390283
|
+
BNB: NOT_DEPLOYED
|
|
390149
390284
|
},
|
|
390150
390285
|
tokens: ["WETH", "wstETH"],
|
|
390151
390286
|
lpToken: "wstETHCRV"
|
|
@@ -390164,7 +390299,8 @@ var contractParams = {
|
|
|
390164
390299
|
MegaETH: NOT_DEPLOYED,
|
|
390165
390300
|
Monad: NOT_DEPLOYED,
|
|
390166
390301
|
Berachain: NOT_DEPLOYED,
|
|
390167
|
-
Avalanche: NOT_DEPLOYED
|
|
390302
|
+
Avalanche: NOT_DEPLOYED,
|
|
390303
|
+
BNB: NOT_DEPLOYED
|
|
390168
390304
|
},
|
|
390169
390305
|
tokens: ["GEAR", "WETH"],
|
|
390170
390306
|
lpToken: "GEAR"
|
|
@@ -390695,7 +390831,8 @@ var contractParams = {
|
|
|
390695
390831
|
MegaETH: NOT_DEPLOYED,
|
|
390696
390832
|
Monad: NOT_DEPLOYED,
|
|
390697
390833
|
Berachain: NOT_DEPLOYED,
|
|
390698
|
-
Avalanche: NOT_DEPLOYED
|
|
390834
|
+
Avalanche: NOT_DEPLOYED,
|
|
390835
|
+
BNB: NOT_DEPLOYED
|
|
390699
390836
|
}
|
|
390700
390837
|
}
|
|
390701
390838
|
]
|
|
@@ -390718,7 +390855,8 @@ var contractParams = {
|
|
|
390718
390855
|
MegaETH: NOT_DEPLOYED,
|
|
390719
390856
|
Monad: NOT_DEPLOYED,
|
|
390720
390857
|
Berachain: NOT_DEPLOYED,
|
|
390721
|
-
Avalanche: NOT_DEPLOYED
|
|
390858
|
+
Avalanche: NOT_DEPLOYED,
|
|
390859
|
+
BNB: NOT_DEPLOYED
|
|
390722
390860
|
}
|
|
390723
390861
|
}
|
|
390724
390862
|
]
|
|
@@ -390741,7 +390879,8 @@ var contractParams = {
|
|
|
390741
390879
|
MegaETH: NOT_DEPLOYED,
|
|
390742
390880
|
Monad: NOT_DEPLOYED,
|
|
390743
390881
|
Berachain: NOT_DEPLOYED,
|
|
390744
|
-
Avalanche: NOT_DEPLOYED
|
|
390882
|
+
Avalanche: NOT_DEPLOYED,
|
|
390883
|
+
BNB: NOT_DEPLOYED
|
|
390745
390884
|
}
|
|
390746
390885
|
}
|
|
390747
390886
|
]
|
|
@@ -390764,7 +390903,8 @@ var contractParams = {
|
|
|
390764
390903
|
MegaETH: NOT_DEPLOYED,
|
|
390765
390904
|
Monad: NOT_DEPLOYED,
|
|
390766
390905
|
Berachain: NOT_DEPLOYED,
|
|
390767
|
-
Avalanche: NOT_DEPLOYED
|
|
390906
|
+
Avalanche: NOT_DEPLOYED,
|
|
390907
|
+
BNB: NOT_DEPLOYED
|
|
390768
390908
|
}
|
|
390769
390909
|
}
|
|
390770
390910
|
]
|
|
@@ -390786,7 +390926,8 @@ var contractParams = {
|
|
|
390786
390926
|
MegaETH: NOT_DEPLOYED,
|
|
390787
390927
|
Monad: NOT_DEPLOYED,
|
|
390788
390928
|
Berachain: NOT_DEPLOYED,
|
|
390789
|
-
Avalanche: NOT_DEPLOYED
|
|
390929
|
+
Avalanche: NOT_DEPLOYED,
|
|
390930
|
+
BNB: NOT_DEPLOYED
|
|
390790
390931
|
}
|
|
390791
390932
|
}
|
|
390792
390933
|
]
|
|
@@ -390808,7 +390949,8 @@ var contractParams = {
|
|
|
390808
390949
|
MegaETH: NOT_DEPLOYED,
|
|
390809
390950
|
Monad: NOT_DEPLOYED,
|
|
390810
390951
|
Berachain: NOT_DEPLOYED,
|
|
390811
|
-
Avalanche: NOT_DEPLOYED
|
|
390952
|
+
Avalanche: NOT_DEPLOYED,
|
|
390953
|
+
BNB: NOT_DEPLOYED
|
|
390812
390954
|
}
|
|
390813
390955
|
}
|
|
390814
390956
|
]
|
|
@@ -390837,7 +390979,8 @@ var contractParams = {
|
|
|
390837
390979
|
MegaETH: NOT_DEPLOYED,
|
|
390838
390980
|
Monad: NOT_DEPLOYED,
|
|
390839
390981
|
Berachain: NOT_DEPLOYED,
|
|
390840
|
-
Avalanche: NOT_DEPLOYED
|
|
390982
|
+
Avalanche: NOT_DEPLOYED,
|
|
390983
|
+
BNB: NOT_DEPLOYED
|
|
390841
390984
|
}
|
|
390842
390985
|
}
|
|
390843
390986
|
]
|
|
@@ -390859,7 +391002,8 @@ var contractParams = {
|
|
|
390859
391002
|
MegaETH: NOT_DEPLOYED,
|
|
390860
391003
|
Monad: NOT_DEPLOYED,
|
|
390861
391004
|
Berachain: NOT_DEPLOYED,
|
|
390862
|
-
Avalanche: NOT_DEPLOYED
|
|
391005
|
+
Avalanche: NOT_DEPLOYED,
|
|
391006
|
+
BNB: NOT_DEPLOYED
|
|
390863
391007
|
}
|
|
390864
391008
|
}
|
|
390865
391009
|
]
|
|
@@ -390881,7 +391025,8 @@ var contractParams = {
|
|
|
390881
391025
|
MegaETH: NOT_DEPLOYED,
|
|
390882
391026
|
Monad: NOT_DEPLOYED,
|
|
390883
391027
|
Berachain: NOT_DEPLOYED,
|
|
390884
|
-
Avalanche: NOT_DEPLOYED
|
|
391028
|
+
Avalanche: NOT_DEPLOYED,
|
|
391029
|
+
BNB: NOT_DEPLOYED
|
|
390885
391030
|
}
|
|
390886
391031
|
}
|
|
390887
391032
|
]
|
|
@@ -390903,7 +391048,8 @@ var contractParams = {
|
|
|
390903
391048
|
MegaETH: NOT_DEPLOYED,
|
|
390904
391049
|
Monad: NOT_DEPLOYED,
|
|
390905
391050
|
Berachain: NOT_DEPLOYED,
|
|
390906
|
-
Avalanche: NOT_DEPLOYED
|
|
391051
|
+
Avalanche: NOT_DEPLOYED,
|
|
391052
|
+
BNB: NOT_DEPLOYED
|
|
390907
391053
|
}
|
|
390908
391054
|
}
|
|
390909
391055
|
]
|
|
@@ -390925,7 +391071,8 @@ var contractParams = {
|
|
|
390925
391071
|
MegaETH: NOT_DEPLOYED,
|
|
390926
391072
|
Monad: NOT_DEPLOYED,
|
|
390927
391073
|
Berachain: NOT_DEPLOYED,
|
|
390928
|
-
Avalanche: NOT_DEPLOYED
|
|
391074
|
+
Avalanche: NOT_DEPLOYED,
|
|
391075
|
+
BNB: NOT_DEPLOYED
|
|
390929
391076
|
}
|
|
390930
391077
|
}
|
|
390931
391078
|
]
|
|
@@ -390947,7 +391094,8 @@ var contractParams = {
|
|
|
390947
391094
|
MegaETH: NOT_DEPLOYED,
|
|
390948
391095
|
Monad: NOT_DEPLOYED,
|
|
390949
391096
|
Berachain: NOT_DEPLOYED,
|
|
390950
|
-
Avalanche: NOT_DEPLOYED
|
|
391097
|
+
Avalanche: NOT_DEPLOYED,
|
|
391098
|
+
BNB: NOT_DEPLOYED
|
|
390951
391099
|
}
|
|
390952
391100
|
}
|
|
390953
391101
|
]
|
|
@@ -390969,7 +391117,8 @@ var contractParams = {
|
|
|
390969
391117
|
MegaETH: NOT_DEPLOYED,
|
|
390970
391118
|
Monad: NOT_DEPLOYED,
|
|
390971
391119
|
Berachain: NOT_DEPLOYED,
|
|
390972
|
-
Avalanche: NOT_DEPLOYED
|
|
391120
|
+
Avalanche: NOT_DEPLOYED,
|
|
391121
|
+
BNB: NOT_DEPLOYED
|
|
390973
391122
|
}
|
|
390974
391123
|
}
|
|
390975
391124
|
]
|
|
@@ -390991,7 +391140,8 @@ var contractParams = {
|
|
|
390991
391140
|
MegaETH: NOT_DEPLOYED,
|
|
390992
391141
|
Monad: NOT_DEPLOYED,
|
|
390993
391142
|
Berachain: NOT_DEPLOYED,
|
|
390994
|
-
Avalanche: NOT_DEPLOYED
|
|
391143
|
+
Avalanche: NOT_DEPLOYED,
|
|
391144
|
+
BNB: NOT_DEPLOYED
|
|
390995
391145
|
}
|
|
390996
391146
|
}
|
|
390997
391147
|
]
|
|
@@ -391030,7 +391180,8 @@ var contractParams = {
|
|
|
391030
391180
|
MegaETH: NOT_DEPLOYED,
|
|
391031
391181
|
Monad: NOT_DEPLOYED,
|
|
391032
391182
|
Berachain: NOT_DEPLOYED,
|
|
391033
|
-
Avalanche: NOT_DEPLOYED
|
|
391183
|
+
Avalanche: NOT_DEPLOYED,
|
|
391184
|
+
BNB: NOT_DEPLOYED
|
|
391034
391185
|
}
|
|
391035
391186
|
}
|
|
391036
391187
|
]
|
|
@@ -391052,7 +391203,8 @@ var contractParams = {
|
|
|
391052
391203
|
MegaETH: NOT_DEPLOYED,
|
|
391053
391204
|
Monad: NOT_DEPLOYED,
|
|
391054
391205
|
Berachain: NOT_DEPLOYED,
|
|
391055
|
-
Avalanche: NOT_DEPLOYED
|
|
391206
|
+
Avalanche: NOT_DEPLOYED,
|
|
391207
|
+
BNB: NOT_DEPLOYED
|
|
391056
391208
|
}
|
|
391057
391209
|
}
|
|
391058
391210
|
]
|
|
@@ -391074,7 +391226,8 @@ var contractParams = {
|
|
|
391074
391226
|
MegaETH: NOT_DEPLOYED,
|
|
391075
391227
|
Monad: NOT_DEPLOYED,
|
|
391076
391228
|
Berachain: NOT_DEPLOYED,
|
|
391077
|
-
Avalanche: NOT_DEPLOYED
|
|
391229
|
+
Avalanche: NOT_DEPLOYED,
|
|
391230
|
+
BNB: NOT_DEPLOYED
|
|
391078
391231
|
}
|
|
391079
391232
|
},
|
|
391080
391233
|
{
|
|
@@ -391088,7 +391241,8 @@ var contractParams = {
|
|
|
391088
391241
|
MegaETH: NOT_DEPLOYED,
|
|
391089
391242
|
Monad: NOT_DEPLOYED,
|
|
391090
391243
|
Berachain: NOT_DEPLOYED,
|
|
391091
|
-
Avalanche: NOT_DEPLOYED
|
|
391244
|
+
Avalanche: NOT_DEPLOYED,
|
|
391245
|
+
BNB: NOT_DEPLOYED
|
|
391092
391246
|
}
|
|
391093
391247
|
}
|
|
391094
391248
|
]
|
|
@@ -391110,7 +391264,8 @@ var contractParams = {
|
|
|
391110
391264
|
MegaETH: NOT_DEPLOYED,
|
|
391111
391265
|
Monad: NOT_DEPLOYED,
|
|
391112
391266
|
Berachain: NOT_DEPLOYED,
|
|
391113
|
-
Avalanche: NOT_DEPLOYED
|
|
391267
|
+
Avalanche: NOT_DEPLOYED,
|
|
391268
|
+
BNB: NOT_DEPLOYED
|
|
391114
391269
|
}
|
|
391115
391270
|
},
|
|
391116
391271
|
{
|
|
@@ -391124,7 +391279,8 @@ var contractParams = {
|
|
|
391124
391279
|
MegaETH: NOT_DEPLOYED,
|
|
391125
391280
|
Monad: NOT_DEPLOYED,
|
|
391126
391281
|
Berachain: NOT_DEPLOYED,
|
|
391127
|
-
Avalanche: NOT_DEPLOYED
|
|
391282
|
+
Avalanche: NOT_DEPLOYED,
|
|
391283
|
+
BNB: NOT_DEPLOYED
|
|
391128
391284
|
}
|
|
391129
391285
|
}
|
|
391130
391286
|
]
|
|
@@ -391146,7 +391302,8 @@ var contractParams = {
|
|
|
391146
391302
|
MegaETH: NOT_DEPLOYED,
|
|
391147
391303
|
Monad: NOT_DEPLOYED,
|
|
391148
391304
|
Berachain: NOT_DEPLOYED,
|
|
391149
|
-
Avalanche: NOT_DEPLOYED
|
|
391305
|
+
Avalanche: NOT_DEPLOYED,
|
|
391306
|
+
BNB: NOT_DEPLOYED
|
|
391150
391307
|
}
|
|
391151
391308
|
},
|
|
391152
391309
|
{
|
|
@@ -391160,7 +391317,8 @@ var contractParams = {
|
|
|
391160
391317
|
MegaETH: NOT_DEPLOYED,
|
|
391161
391318
|
Monad: NOT_DEPLOYED,
|
|
391162
391319
|
Berachain: NOT_DEPLOYED,
|
|
391163
|
-
Avalanche: NOT_DEPLOYED
|
|
391320
|
+
Avalanche: NOT_DEPLOYED,
|
|
391321
|
+
BNB: NOT_DEPLOYED
|
|
391164
391322
|
}
|
|
391165
391323
|
}
|
|
391166
391324
|
]
|
|
@@ -391182,7 +391340,8 @@ var contractParams = {
|
|
|
391182
391340
|
MegaETH: NOT_DEPLOYED,
|
|
391183
391341
|
Monad: NOT_DEPLOYED,
|
|
391184
391342
|
Berachain: NOT_DEPLOYED,
|
|
391185
|
-
Avalanche: NOT_DEPLOYED
|
|
391343
|
+
Avalanche: NOT_DEPLOYED,
|
|
391344
|
+
BNB: NOT_DEPLOYED
|
|
391186
391345
|
}
|
|
391187
391346
|
},
|
|
391188
391347
|
{
|
|
@@ -391196,7 +391355,8 @@ var contractParams = {
|
|
|
391196
391355
|
MegaETH: NOT_DEPLOYED,
|
|
391197
391356
|
Monad: NOT_DEPLOYED,
|
|
391198
391357
|
Berachain: NOT_DEPLOYED,
|
|
391199
|
-
Avalanche: NOT_DEPLOYED
|
|
391358
|
+
Avalanche: NOT_DEPLOYED,
|
|
391359
|
+
BNB: NOT_DEPLOYED
|
|
391200
391360
|
}
|
|
391201
391361
|
}
|
|
391202
391362
|
]
|
|
@@ -391218,7 +391378,8 @@ var contractParams = {
|
|
|
391218
391378
|
MegaETH: NOT_DEPLOYED,
|
|
391219
391379
|
Monad: NOT_DEPLOYED,
|
|
391220
391380
|
Berachain: NOT_DEPLOYED,
|
|
391221
|
-
Avalanche: NOT_DEPLOYED
|
|
391381
|
+
Avalanche: NOT_DEPLOYED,
|
|
391382
|
+
BNB: NOT_DEPLOYED
|
|
391222
391383
|
}
|
|
391223
391384
|
},
|
|
391224
391385
|
{
|
|
@@ -391232,7 +391393,8 @@ var contractParams = {
|
|
|
391232
391393
|
MegaETH: NOT_DEPLOYED,
|
|
391233
391394
|
Monad: NOT_DEPLOYED,
|
|
391234
391395
|
Berachain: NOT_DEPLOYED,
|
|
391235
|
-
Avalanche: NOT_DEPLOYED
|
|
391396
|
+
Avalanche: NOT_DEPLOYED,
|
|
391397
|
+
BNB: NOT_DEPLOYED
|
|
391236
391398
|
}
|
|
391237
391399
|
}
|
|
391238
391400
|
]
|
|
@@ -391254,7 +391416,8 @@ var contractParams = {
|
|
|
391254
391416
|
MegaETH: NOT_DEPLOYED,
|
|
391255
391417
|
Monad: NOT_DEPLOYED,
|
|
391256
391418
|
Berachain: NOT_DEPLOYED,
|
|
391257
|
-
Avalanche: NOT_DEPLOYED
|
|
391419
|
+
Avalanche: NOT_DEPLOYED,
|
|
391420
|
+
BNB: NOT_DEPLOYED
|
|
391258
391421
|
}
|
|
391259
391422
|
},
|
|
391260
391423
|
{
|
|
@@ -391268,7 +391431,8 @@ var contractParams = {
|
|
|
391268
391431
|
MegaETH: NOT_DEPLOYED,
|
|
391269
391432
|
Monad: NOT_DEPLOYED,
|
|
391270
391433
|
Berachain: NOT_DEPLOYED,
|
|
391271
|
-
Avalanche: NOT_DEPLOYED
|
|
391434
|
+
Avalanche: NOT_DEPLOYED,
|
|
391435
|
+
BNB: NOT_DEPLOYED
|
|
391272
391436
|
}
|
|
391273
391437
|
}
|
|
391274
391438
|
]
|
|
@@ -391290,7 +391454,8 @@ var contractParams = {
|
|
|
391290
391454
|
MegaETH: NOT_DEPLOYED,
|
|
391291
391455
|
Monad: NOT_DEPLOYED,
|
|
391292
391456
|
Berachain: NOT_DEPLOYED,
|
|
391293
|
-
Avalanche: NOT_DEPLOYED
|
|
391457
|
+
Avalanche: NOT_DEPLOYED,
|
|
391458
|
+
BNB: NOT_DEPLOYED
|
|
391294
391459
|
}
|
|
391295
391460
|
},
|
|
391296
391461
|
{
|
|
@@ -391304,7 +391469,8 @@ var contractParams = {
|
|
|
391304
391469
|
MegaETH: NOT_DEPLOYED,
|
|
391305
391470
|
Monad: NOT_DEPLOYED,
|
|
391306
391471
|
Berachain: NOT_DEPLOYED,
|
|
391307
|
-
Avalanche: NOT_DEPLOYED
|
|
391472
|
+
Avalanche: NOT_DEPLOYED,
|
|
391473
|
+
BNB: NOT_DEPLOYED
|
|
391308
391474
|
}
|
|
391309
391475
|
}
|
|
391310
391476
|
]
|
|
@@ -391323,7 +391489,8 @@ var contractParams = {
|
|
|
391323
391489
|
MegaETH: NOT_DEPLOYED,
|
|
391324
391490
|
Monad: NOT_DEPLOYED,
|
|
391325
391491
|
Berachain: NOT_DEPLOYED,
|
|
391326
|
-
Avalanche: NOT_DEPLOYED
|
|
391492
|
+
Avalanche: NOT_DEPLOYED,
|
|
391493
|
+
BNB: NOT_DEPLOYED
|
|
391327
391494
|
},
|
|
391328
391495
|
lpToken: "steCRV"
|
|
391329
391496
|
},
|
|
@@ -391350,7 +391517,8 @@ var contractParams = {
|
|
|
391350
391517
|
MegaETH: NOT_DEPLOYED,
|
|
391351
391518
|
Monad: NOT_DEPLOYED,
|
|
391352
391519
|
Berachain: NOT_DEPLOYED,
|
|
391353
|
-
Avalanche: NOT_DEPLOYED
|
|
391520
|
+
Avalanche: NOT_DEPLOYED,
|
|
391521
|
+
BNB: NOT_DEPLOYED
|
|
391354
391522
|
}
|
|
391355
391523
|
},
|
|
391356
391524
|
BALANCER_V3_ROUTER: {
|
|
@@ -391366,7 +391534,8 @@ var contractParams = {
|
|
|
391366
391534
|
MegaETH: NOT_DEPLOYED,
|
|
391367
391535
|
Monad: NOT_DEPLOYED,
|
|
391368
391536
|
Berachain: NOT_DEPLOYED,
|
|
391369
|
-
Avalanche: NOT_DEPLOYED
|
|
391537
|
+
Avalanche: NOT_DEPLOYED,
|
|
391538
|
+
BNB: NOT_DEPLOYED
|
|
391370
391539
|
}
|
|
391371
391540
|
},
|
|
391372
391541
|
AAVE_V2_LENDING_POOL: {
|
|
@@ -391944,7 +392113,8 @@ var RouterV300Contract = class extends AbstractRouterContract {
|
|
|
391944
392113
|
MegaETH: "0x0",
|
|
391945
392114
|
Monad: "0x0",
|
|
391946
392115
|
Berachain: "0x0",
|
|
391947
|
-
Avalanche: "0x0"
|
|
392116
|
+
Avalanche: "0x0",
|
|
392117
|
+
BNB: "0x0"
|
|
391948
392118
|
};
|
|
391949
392119
|
const pendleRouter = PENDLE_ROUTER_BY_NETWORK[this.sdk.provider.networkType];
|
|
391950
392120
|
const pendleAdapter = cm.creditManager.adapters.mustGet(pendleRouter);
|
|
@@ -392805,14 +392975,16 @@ var CreditAccountsService = class extends SDKConstruct {
|
|
|
392805
392975
|
* @param account
|
|
392806
392976
|
* @param to Address to transfer underlying left after liquidation
|
|
392807
392977
|
* @param slippage
|
|
392978
|
+
* @param force TODO: legacy v3 option to remove
|
|
392808
392979
|
* @returns
|
|
392809
392980
|
*/
|
|
392810
|
-
async fullyLiquidate(account, to, slippage = 50n) {
|
|
392981
|
+
async fullyLiquidate(account, to, slippage = 50n, force = false) {
|
|
392811
392982
|
const cm = this.sdk.marketRegister.findCreditManager(account.creditManager);
|
|
392812
392983
|
const routerCloseResult = await this.sdk.router.findBestClosePath({
|
|
392813
392984
|
creditAccount: account,
|
|
392814
392985
|
creditManager: cm.creditManager,
|
|
392815
|
-
slippage
|
|
392986
|
+
slippage,
|
|
392987
|
+
force
|
|
392816
392988
|
});
|
|
392817
392989
|
const priceUpdates = await this.getPriceUpdatesForFacade(
|
|
392818
392990
|
account.creditManager,
|
|
@@ -423140,6 +423312,72 @@ var SafeApiWrapper = class {
|
|
|
423140
423312
|
}
|
|
423141
423313
|
};
|
|
423142
423314
|
|
|
423315
|
+
// ../../packages/shared/dist/task-schema.js
|
|
423316
|
+
var TaskDefinition = z.object({
|
|
423317
|
+
/**
|
|
423318
|
+
* Unique task definition id, do not confuse with task id
|
|
423319
|
+
* can be empty for ad-hoc task definitions
|
|
423320
|
+
*/
|
|
423321
|
+
id: z.string().regex(/^[a-zA-Z0-9_-]+$/, "malformed task id"),
|
|
423322
|
+
/**
|
|
423323
|
+
* Task family identifies group of identical tasks, which should be displayed in identical way, but are slightly different
|
|
423324
|
+
* For example, beta and production configuration of optimist have different configs, but results are in the same schema
|
|
423325
|
+
* this fields should be used by frontend to choose result renderer
|
|
423326
|
+
*/
|
|
423327
|
+
family: z.string().regex(/^[a-zA-Z0-9_-]+$/, "malformed task family").optional(),
|
|
423328
|
+
/**
|
|
423329
|
+
* Task description, optional
|
|
423330
|
+
*/
|
|
423331
|
+
description: z.string().optional(),
|
|
423332
|
+
/**
|
|
423333
|
+
* Docker image name in @gearbox-protocol org, e.g. `deploy-v3`
|
|
423334
|
+
*/
|
|
423335
|
+
image: z.string(),
|
|
423336
|
+
/**
|
|
423337
|
+
* Docker image version, can be prefixed with ssm:// to get version from AWS SSM, otherwise defaults to latest
|
|
423338
|
+
*/
|
|
423339
|
+
version: z.string().optional(),
|
|
423340
|
+
/**
|
|
423341
|
+
* Docker entrypoint
|
|
423342
|
+
*/
|
|
423343
|
+
entrypoint: z.array(z.string()).optional(),
|
|
423344
|
+
/**
|
|
423345
|
+
* Docker command
|
|
423346
|
+
*/
|
|
423347
|
+
command: z.array(z.string()).optional(),
|
|
423348
|
+
/**
|
|
423349
|
+
* Environment variables to pass to container
|
|
423350
|
+
*/
|
|
423351
|
+
env: z.record(z.string(), z.string()).optional(),
|
|
423352
|
+
/**
|
|
423353
|
+
* Secret to load from AWS Secrets Manager and pass as env variables to container
|
|
423354
|
+
* key = ENV VARIABLE NAME
|
|
423355
|
+
* value = (?!)AWS_SECRET_NAME.(optional json field)
|
|
423356
|
+
* exclamation mark means that secret should be refretched
|
|
423357
|
+
*/
|
|
423358
|
+
secrets: z.record(z.string(), z.string()).optional(),
|
|
423359
|
+
/**
|
|
423360
|
+
* Will be saved as file and mounted to container
|
|
423361
|
+
*/
|
|
423362
|
+
input: z.any().optional(),
|
|
423363
|
+
/**
|
|
423364
|
+
* Timeout for task in minutes
|
|
423365
|
+
*/
|
|
423366
|
+
timeout: z.number().int().positive().optional(),
|
|
423367
|
+
/**
|
|
423368
|
+
* If true, task can be started concurrently with other tasks
|
|
423369
|
+
*/
|
|
423370
|
+
concurrent: z.boolean().optional(),
|
|
423371
|
+
/**
|
|
423372
|
+
* Task can start other containers
|
|
423373
|
+
*/
|
|
423374
|
+
multicontainer: z.boolean().optional(),
|
|
423375
|
+
/**
|
|
423376
|
+
* Schema version, to facilitate breaking changes in schema
|
|
423377
|
+
*/
|
|
423378
|
+
schemaVersion: z.number().int().optional()
|
|
423379
|
+
});
|
|
423380
|
+
|
|
423143
423381
|
// ../../packages/shared/dist/utilityContracts.js
|
|
423144
423382
|
var ADDRESS_PROVIDER2 = {
|
|
423145
423383
|
Mainnet: "0x9ea7b04Da02a5373317D745c1571c84aaD03321D",
|
|
@@ -423151,7 +423389,8 @@ var ADDRESS_PROVIDER2 = {
|
|
|
423151
423389
|
MegaETH: NOT_DEPLOYED,
|
|
423152
423390
|
Monad: NOT_DEPLOYED,
|
|
423153
423391
|
Berachain: NOT_DEPLOYED,
|
|
423154
|
-
Avalanche: NOT_DEPLOYED
|
|
423392
|
+
Avalanche: NOT_DEPLOYED,
|
|
423393
|
+
BNB: NOT_DEPLOYED
|
|
423155
423394
|
};
|
|
423156
423395
|
var GOVERNOR = {
|
|
423157
423396
|
Mainnet: "0x29B97F37B3E0C704bCFD785F5b7bBa2A0B7df2c7",
|
|
@@ -423163,7 +423402,8 @@ var GOVERNOR = {
|
|
|
423163
423402
|
MegaETH: NOT_DEPLOYED,
|
|
423164
423403
|
Monad: NOT_DEPLOYED,
|
|
423165
423404
|
Berachain: NOT_DEPLOYED,
|
|
423166
|
-
Avalanche: NOT_DEPLOYED
|
|
423405
|
+
Avalanche: NOT_DEPLOYED,
|
|
423406
|
+
BNB: NOT_DEPLOYED
|
|
423167
423407
|
};
|
|
423168
423408
|
var TIMELOCK2 = {
|
|
423169
423409
|
Mainnet: "0xa133C9A92Fb8dDB962Af1cbae58b2723A0bdf23b",
|
|
@@ -423175,7 +423415,8 @@ var TIMELOCK2 = {
|
|
|
423175
423415
|
MegaETH: NOT_DEPLOYED,
|
|
423176
423416
|
Monad: NOT_DEPLOYED,
|
|
423177
423417
|
Berachain: NOT_DEPLOYED,
|
|
423178
|
-
Avalanche: NOT_DEPLOYED
|
|
423418
|
+
Avalanche: NOT_DEPLOYED,
|
|
423419
|
+
BNB: NOT_DEPLOYED
|
|
423179
423420
|
};
|
|
423180
423421
|
var BATCH_CHAIN = {
|
|
423181
423422
|
Mainnet: "0xB900bDEf6eAc8C5D97F8e876aBC39573Cf6626b2",
|
|
@@ -423187,7 +423428,8 @@ var BATCH_CHAIN = {
|
|
|
423187
423428
|
MegaETH: NOT_DEPLOYED,
|
|
423188
423429
|
Monad: NOT_DEPLOYED,
|
|
423189
423430
|
Berachain: NOT_DEPLOYED,
|
|
423190
|
-
Avalanche: NOT_DEPLOYED
|
|
423431
|
+
Avalanche: NOT_DEPLOYED,
|
|
423432
|
+
BNB: NOT_DEPLOYED
|
|
423191
423433
|
};
|
|
423192
423434
|
var BLACKLIST_HELPER = {
|
|
423193
423435
|
Mainnet: "0xFfbF344741654a1B9Ab1286Cf05A42f275F67839",
|
|
@@ -423199,7 +423441,8 @@ var BLACKLIST_HELPER = {
|
|
|
423199
423441
|
MegaETH: NOT_DEPLOYED,
|
|
423200
423442
|
Monad: NOT_DEPLOYED,
|
|
423201
423443
|
Berachain: NOT_DEPLOYED,
|
|
423202
|
-
Avalanche: NOT_DEPLOYED
|
|
423444
|
+
Avalanche: NOT_DEPLOYED,
|
|
423445
|
+
BNB: NOT_DEPLOYED
|
|
423203
423446
|
};
|
|
423204
423447
|
var CREATE2FACTORY = {
|
|
423205
423448
|
Mainnet: "0x45d146CAA25aa565Cfc7434926633f4F1C97c873",
|
|
@@ -423211,7 +423454,8 @@ var CREATE2FACTORY = {
|
|
|
423211
423454
|
MegaETH: NOT_DEPLOYED,
|
|
423212
423455
|
Monad: NOT_DEPLOYED,
|
|
423213
423456
|
Berachain: NOT_DEPLOYED,
|
|
423214
|
-
Avalanche: NOT_DEPLOYED
|
|
423457
|
+
Avalanche: NOT_DEPLOYED,
|
|
423458
|
+
BNB: NOT_DEPLOYED
|
|
423215
423459
|
};
|
|
423216
423460
|
var MULTISIG = {
|
|
423217
423461
|
Mainnet: "0xA7D5DDc1b8557914F158076b228AA91eF613f1D5",
|
|
@@ -423223,7 +423467,8 @@ var MULTISIG = {
|
|
|
423223
423467
|
MegaETH: NOT_DEPLOYED,
|
|
423224
423468
|
Monad: NOT_DEPLOYED,
|
|
423225
423469
|
Berachain: NOT_DEPLOYED,
|
|
423226
|
-
Avalanche: NOT_DEPLOYED
|
|
423470
|
+
Avalanche: NOT_DEPLOYED,
|
|
423471
|
+
BNB: NOT_DEPLOYED
|
|
423227
423472
|
};
|
|
423228
423473
|
var VETO_ADMIN = {
|
|
423229
423474
|
Mainnet: "0xbb803559B4D58b75E12dd74641AB955e8B0Df40E",
|
|
@@ -423235,7 +423480,8 @@ var VETO_ADMIN = {
|
|
|
423235
423480
|
MegaETH: NOT_DEPLOYED,
|
|
423236
423481
|
Monad: NOT_DEPLOYED,
|
|
423237
423482
|
Berachain: NOT_DEPLOYED,
|
|
423238
|
-
Avalanche: NOT_DEPLOYED
|
|
423483
|
+
Avalanche: NOT_DEPLOYED,
|
|
423484
|
+
BNB: NOT_DEPLOYED
|
|
423239
423485
|
};
|
|
423240
423486
|
var TREASURY = {
|
|
423241
423487
|
Mainnet: "0x7b065fcb0760df0cea8cfd144e08554f3cea73d1",
|
|
@@ -423247,7 +423493,8 @@ var TREASURY = {
|
|
|
423247
423493
|
MegaETH: NOT_DEPLOYED,
|
|
423248
423494
|
Monad: NOT_DEPLOYED,
|
|
423249
423495
|
Berachain: NOT_DEPLOYED,
|
|
423250
|
-
Avalanche: NOT_DEPLOYED
|
|
423496
|
+
Avalanche: NOT_DEPLOYED,
|
|
423497
|
+
BNB: NOT_DEPLOYED
|
|
423251
423498
|
};
|
|
423252
423499
|
var ROUTER_MULTISIG_ADDRESS = {
|
|
423253
423500
|
Mainnet: "0xaaDf86C39a76eEEf5a5337Ca449C7EfA66E3175E",
|
|
@@ -423259,7 +423506,8 @@ var ROUTER_MULTISIG_ADDRESS = {
|
|
|
423259
423506
|
MegaETH: NOT_DEPLOYED,
|
|
423260
423507
|
Monad: NOT_DEPLOYED,
|
|
423261
423508
|
Berachain: NOT_DEPLOYED,
|
|
423262
|
-
Avalanche: NOT_DEPLOYED
|
|
423509
|
+
Avalanche: NOT_DEPLOYED,
|
|
423510
|
+
BNB: NOT_DEPLOYED
|
|
423263
423511
|
};
|
|
423264
423512
|
var ROUTER_CREATE2FACTORY = {
|
|
423265
423513
|
Mainnet: "0xA287577Fb7Cf49246e569EA268FE919F1cD6d9E2",
|
|
@@ -423271,7 +423519,8 @@ var ROUTER_CREATE2FACTORY = {
|
|
|
423271
423519
|
MegaETH: NOT_DEPLOYED,
|
|
423272
423520
|
Monad: NOT_DEPLOYED,
|
|
423273
423521
|
Berachain: NOT_DEPLOYED,
|
|
423274
|
-
Avalanche: NOT_DEPLOYED
|
|
423522
|
+
Avalanche: NOT_DEPLOYED,
|
|
423523
|
+
BNB: NOT_DEPLOYED
|
|
423275
423524
|
};
|
|
423276
423525
|
var NEXO_ADDRESS_PROVIDER = {
|
|
423277
423526
|
Mainnet: "0x2Eb0BE5585E49190414307597912BD039a029Eda",
|
|
@@ -423283,7 +423532,8 @@ var NEXO_ADDRESS_PROVIDER = {
|
|
|
423283
423532
|
MegaETH: NOT_DEPLOYED,
|
|
423284
423533
|
Monad: NOT_DEPLOYED,
|
|
423285
423534
|
Berachain: NOT_DEPLOYED,
|
|
423286
|
-
Avalanche: NOT_DEPLOYED
|
|
423535
|
+
Avalanche: NOT_DEPLOYED,
|
|
423536
|
+
BNB: NOT_DEPLOYED
|
|
423287
423537
|
};
|
|
423288
423538
|
var NEXO_TIMELOCK = {
|
|
423289
423539
|
Mainnet: "0xdcC3FD83DBF480e8Ad74DD3A634CaE29B68b9814",
|
|
@@ -423295,7 +423545,8 @@ var NEXO_TIMELOCK = {
|
|
|
423295
423545
|
MegaETH: NOT_DEPLOYED,
|
|
423296
423546
|
Monad: NOT_DEPLOYED,
|
|
423297
423547
|
Berachain: NOT_DEPLOYED,
|
|
423298
|
-
Avalanche: NOT_DEPLOYED
|
|
423548
|
+
Avalanche: NOT_DEPLOYED,
|
|
423549
|
+
BNB: NOT_DEPLOYED
|
|
423299
423550
|
};
|
|
423300
423551
|
var NEXO_GOVERNOR = {
|
|
423301
423552
|
Mainnet: "0x42Cf536467f4fa474010a16f66A3fa7576f987D6",
|
|
@@ -423307,7 +423558,8 @@ var NEXO_GOVERNOR = {
|
|
|
423307
423558
|
MegaETH: NOT_DEPLOYED,
|
|
423308
423559
|
Monad: NOT_DEPLOYED,
|
|
423309
423560
|
Berachain: NOT_DEPLOYED,
|
|
423310
|
-
Avalanche: NOT_DEPLOYED
|
|
423561
|
+
Avalanche: NOT_DEPLOYED,
|
|
423562
|
+
BNB: NOT_DEPLOYED
|
|
423311
423563
|
};
|
|
423312
423564
|
var NEXO_BATCH_CHAIN = {
|
|
423313
423565
|
Mainnet: "0xcba71ACEDe17d2CABBfADBab30cc08F20eeaca52",
|
|
@@ -423319,7 +423571,8 @@ var NEXO_BATCH_CHAIN = {
|
|
|
423319
423571
|
MegaETH: NOT_DEPLOYED,
|
|
423320
423572
|
Monad: NOT_DEPLOYED,
|
|
423321
423573
|
Berachain: NOT_DEPLOYED,
|
|
423322
|
-
Avalanche: NOT_DEPLOYED
|
|
423574
|
+
Avalanche: NOT_DEPLOYED,
|
|
423575
|
+
BNB: NOT_DEPLOYED
|
|
423323
423576
|
};
|
|
423324
423577
|
var NEXO_CREATE2FACTORY = {
|
|
423325
423578
|
Mainnet: "0x48D945ACc64043B10A781917bfB88dDF49e06Fc6",
|
|
@@ -423331,7 +423584,8 @@ var NEXO_CREATE2FACTORY = {
|
|
|
423331
423584
|
MegaETH: NOT_DEPLOYED,
|
|
423332
423585
|
Monad: NOT_DEPLOYED,
|
|
423333
423586
|
Berachain: NOT_DEPLOYED,
|
|
423334
|
-
Avalanche: NOT_DEPLOYED
|
|
423587
|
+
Avalanche: NOT_DEPLOYED,
|
|
423588
|
+
BNB: NOT_DEPLOYED
|
|
423335
423589
|
};
|
|
423336
423590
|
var UTILITY_CONTRACTS = {
|
|
423337
423591
|
ADDRESS_PROVIDER: ADDRESS_PROVIDER2,
|
|
@@ -431579,7 +431833,7 @@ function getRenderer(opts) {
|
|
|
431579
431833
|
var package_default = {
|
|
431580
431834
|
name: "@gearbox-protocol/deploy-tools",
|
|
431581
431835
|
description: "Gearbox deploy tools",
|
|
431582
|
-
version: "5.
|
|
431836
|
+
version: "5.25.1",
|
|
431583
431837
|
homepage: "https://gearbox.fi",
|
|
431584
431838
|
keywords: [
|
|
431585
431839
|
"gearbox"
|
|
@@ -431622,7 +431876,7 @@ var package_default = {
|
|
|
431622
431876
|
"@gearbox-protocol/deploy-tools-node": "0.0.0",
|
|
431623
431877
|
"@gearbox-protocol/deploy-tools-shared": "0.0.0",
|
|
431624
431878
|
"@gearbox-protocol/deploy-tools-types": "0.0.0",
|
|
431625
|
-
"@gearbox-protocol/sdk": "^3.0.
|
|
431879
|
+
"@gearbox-protocol/sdk": "^3.0.2",
|
|
431626
431880
|
"@gearbox-protocol/sdk-gov": "^2.37.0",
|
|
431627
431881
|
"@types/lodash-es": "^4.17.12",
|
|
431628
431882
|
"@types/node": "^22.14.1",
|
|
@@ -431644,9 +431898,9 @@ var package_default = {
|
|
|
431644
431898
|
"react-dom": "^19.1.0",
|
|
431645
431899
|
table: "^6.9.0",
|
|
431646
431900
|
tsx: "^4.19.3",
|
|
431647
|
-
viem: "^2.27.
|
|
431901
|
+
viem: "^2.27.2",
|
|
431648
431902
|
yaml: "^2.7.1",
|
|
431649
|
-
zod: "^3.24.
|
|
431903
|
+
zod: "^3.24.3"
|
|
431650
431904
|
},
|
|
431651
431905
|
prettier: "@gearbox-protocol/prettier-config",
|
|
431652
431906
|
"lint-staged": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gearbox-protocol/deploy-tools",
|
|
3
3
|
"description": "Gearbox deploy tools",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.25.1",
|
|
5
5
|
"homepage": "https://gearbox.fi",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"gearbox"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@gearbox-protocol/deploy-tools-node": "0.0.0",
|
|
45
45
|
"@gearbox-protocol/deploy-tools-shared": "0.0.0",
|
|
46
46
|
"@gearbox-protocol/deploy-tools-types": "0.0.0",
|
|
47
|
-
"@gearbox-protocol/sdk": "^3.0.
|
|
47
|
+
"@gearbox-protocol/sdk": "^3.0.2",
|
|
48
48
|
"@gearbox-protocol/sdk-gov": "^2.37.0",
|
|
49
49
|
"@types/lodash-es": "^4.17.12",
|
|
50
50
|
"@types/node": "^22.14.1",
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
"react-dom": "^19.1.0",
|
|
67
67
|
"table": "^6.9.0",
|
|
68
68
|
"tsx": "^4.19.3",
|
|
69
|
-
"viem": "^2.27.
|
|
69
|
+
"viem": "^2.27.2",
|
|
70
70
|
"yaml": "^2.7.1",
|
|
71
|
-
"zod": "^3.24.
|
|
71
|
+
"zod": "^3.24.3"
|
|
72
72
|
},
|
|
73
73
|
"prettier": "@gearbox-protocol/prettier-config",
|
|
74
74
|
"lint-staged": {
|