defi-kit 1.8.3 → 1.8.5
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/{chunk-KYHI64WY.mjs → chunk-CQPNJLNR.mjs} +84 -227
- package/dist/chunk-CQPNJLNR.mjs.map +1 -0
- package/dist/eth.d.mts +2 -2
- package/dist/eth.d.ts +2 -2
- package/dist/eth.js +83 -226
- package/dist/eth.js.map +1 -1
- package/dist/eth.mjs +1 -1
- package/dist/gno.d.mts +2 -2
- package/dist/gno.d.ts +2 -2
- package/dist/gno.js +83 -226
- package/dist/gno.js.map +1 -1
- package/dist/gno.mjs +1 -1
- package/dist/schema-wPCsCxzV.d.mts +398 -0
- package/dist/schema-wPCsCxzV.d.ts +398 -0
- package/package.json +1 -1
- package/dist/chunk-KYHI64WY.mjs.map +0 -1
- package/dist/schema-FGnINF_-.d.mts +0 -398
- package/dist/schema-FGnINF_-.d.ts +0 -398
|
@@ -550,7 +550,7 @@ var data_provider_default2 = [{ inputs: [{ internalType: "contract IPoolAddresse
|
|
|
550
550
|
var aaveLendingPoolV3_default = [{ inputs: [{ internalType: "contract IPoolAddressesProvider", name: "provider", type: "address" }], stateMutability: "nonpayable", type: "constructor" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "reserve", type: "address" }, { indexed: true, internalType: "address", name: "backer", type: "address" }, { indexed: false, internalType: "uint256", name: "amount", type: "uint256" }, { indexed: false, internalType: "uint256", name: "fee", type: "uint256" }], name: "BackUnbacked", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "reserve", type: "address" }, { indexed: false, internalType: "address", name: "user", type: "address" }, { indexed: true, internalType: "address", name: "onBehalfOf", type: "address" }, { indexed: false, internalType: "uint256", name: "amount", type: "uint256" }, { indexed: false, internalType: "enum DataTypes.InterestRateMode", name: "interestRateMode", type: "uint8" }, { indexed: false, internalType: "uint256", name: "borrowRate", type: "uint256" }, { indexed: true, internalType: "uint16", name: "referralCode", type: "uint16" }], name: "Borrow", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "target", type: "address" }, { indexed: false, internalType: "address", name: "initiator", type: "address" }, { indexed: true, internalType: "address", name: "asset", type: "address" }, { indexed: false, internalType: "uint256", name: "amount", type: "uint256" }, { indexed: false, internalType: "enum DataTypes.InterestRateMode", name: "interestRateMode", type: "uint8" }, { indexed: false, internalType: "uint256", name: "premium", type: "uint256" }, { indexed: true, internalType: "uint16", name: "referralCode", type: "uint16" }], name: "FlashLoan", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "asset", type: "address" }, { indexed: false, internalType: "uint256", name: "totalDebt", type: "uint256" }], name: "IsolationModeTotalDebtUpdated", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "collateralAsset", type: "address" }, { indexed: true, internalType: "address", name: "debtAsset", type: "address" }, { indexed: true, internalType: "address", name: "user", type: "address" }, { indexed: false, internalType: "uint256", name: "debtToCover", type: "uint256" }, { indexed: false, internalType: "uint256", name: "liquidatedCollateralAmount", type: "uint256" }, { indexed: false, internalType: "address", name: "liquidator", type: "address" }, { indexed: false, internalType: "bool", name: "receiveAToken", type: "bool" }], name: "LiquidationCall", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "reserve", type: "address" }, { indexed: false, internalType: "address", name: "user", type: "address" }, { indexed: true, internalType: "address", name: "onBehalfOf", type: "address" }, { indexed: false, internalType: "uint256", name: "amount", type: "uint256" }, { indexed: true, internalType: "uint16", name: "referralCode", type: "uint16" }], name: "MintUnbacked", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "reserve", type: "address" }, { indexed: false, internalType: "uint256", name: "amountMinted", type: "uint256" }], name: "MintedToTreasury", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "reserve", type: "address" }, { indexed: true, internalType: "address", name: "user", type: "address" }], name: "RebalanceStableBorrowRate", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "reserve", type: "address" }, { indexed: true, internalType: "address", name: "user", type: "address" }, { indexed: true, internalType: "address", name: "repayer", type: "address" }, { indexed: false, internalType: "uint256", name: "amount", type: "uint256" }, { indexed: false, internalType: "bool", name: "useATokens", type: "bool" }], name: "Repay", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "reserve", type: "address" }, { indexed: false, internalType: "uint256", name: "liquidityRate", type: "uint256" }, { indexed: false, internalType: "uint256", name: "stableBorrowRate", type: "uint256" }, { indexed: false, internalType: "uint256", name: "variableBorrowRate", type: "uint256" }, { indexed: false, internalType: "uint256", name: "liquidityIndex", type: "uint256" }, { indexed: false, internalType: "uint256", name: "variableBorrowIndex", type: "uint256" }], name: "ReserveDataUpdated", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "reserve", type: "address" }, { indexed: true, internalType: "address", name: "user", type: "address" }], name: "ReserveUsedAsCollateralDisabled", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "reserve", type: "address" }, { indexed: true, internalType: "address", name: "user", type: "address" }], name: "ReserveUsedAsCollateralEnabled", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "reserve", type: "address" }, { indexed: false, internalType: "address", name: "user", type: "address" }, { indexed: true, internalType: "address", name: "onBehalfOf", type: "address" }, { indexed: false, internalType: "uint256", name: "amount", type: "uint256" }, { indexed: true, internalType: "uint16", name: "referralCode", type: "uint16" }], name: "Supply", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "reserve", type: "address" }, { indexed: true, internalType: "address", name: "user", type: "address" }, { indexed: false, internalType: "enum DataTypes.InterestRateMode", name: "interestRateMode", type: "uint8" }], name: "SwapBorrowRateMode", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "user", type: "address" }, { indexed: false, internalType: "uint8", name: "categoryId", type: "uint8" }], name: "UserEModeSet", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "reserve", type: "address" }, { indexed: true, internalType: "address", name: "user", type: "address" }, { indexed: true, internalType: "address", name: "to", type: "address" }, { indexed: false, internalType: "uint256", name: "amount", type: "uint256" }], name: "Withdraw", type: "event" }, { inputs: [], name: "ADDRESSES_PROVIDER", outputs: [{ internalType: "contract IPoolAddressesProvider", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "BRIDGE_PROTOCOL_FEE", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "FLASHLOAN_PREMIUM_TOTAL", outputs: [{ internalType: "uint128", name: "", type: "uint128" }], stateMutability: "view", type: "function" }, { inputs: [], name: "FLASHLOAN_PREMIUM_TO_PROTOCOL", outputs: [{ internalType: "uint128", name: "", type: "uint128" }], stateMutability: "view", type: "function" }, { inputs: [], name: "MAX_NUMBER_RESERVES", outputs: [{ internalType: "uint16", name: "", type: "uint16" }], stateMutability: "view", type: "function" }, { inputs: [], name: "MAX_STABLE_RATE_BORROW_SIZE_PERCENT", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "POOL_REVISION", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "uint256", name: "fee", type: "uint256" }], name: "backUnbacked", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "uint256", name: "interestRateMode", type: "uint256" }, { internalType: "uint16", name: "referralCode", type: "uint16" }, { internalType: "address", name: "onBehalfOf", type: "address" }], name: "borrow", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint8", name: "id", type: "uint8" }, { components: [{ internalType: "uint16", name: "ltv", type: "uint16" }, { internalType: "uint16", name: "liquidationThreshold", type: "uint16" }, { internalType: "uint16", name: "liquidationBonus", type: "uint16" }, { internalType: "address", name: "priceSource", type: "address" }, { internalType: "string", name: "label", type: "string" }], internalType: "struct DataTypes.EModeCategory", name: "category", type: "tuple" }], name: "configureEModeCategory", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "address", name: "onBehalfOf", type: "address" }, { internalType: "uint16", name: "referralCode", type: "uint16" }], name: "deposit", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }], name: "dropReserve", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }, { internalType: "address", name: "from", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "uint256", name: "balanceFromBefore", type: "uint256" }, { internalType: "uint256", name: "balanceToBefore", type: "uint256" }], name: "finalizeTransfer", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "receiverAddress", type: "address" }, { internalType: "address[]", name: "assets", type: "address[]" }, { internalType: "uint256[]", name: "amounts", type: "uint256[]" }, { internalType: "uint256[]", name: "interestRateModes", type: "uint256[]" }, { internalType: "address", name: "onBehalfOf", type: "address" }, { internalType: "bytes", name: "params", type: "bytes" }, { internalType: "uint16", name: "referralCode", type: "uint16" }], name: "flashLoan", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "receiverAddress", type: "address" }, { internalType: "address", name: "asset", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "bytes", name: "params", type: "bytes" }, { internalType: "uint16", name: "referralCode", type: "uint16" }], name: "flashLoanSimple", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }], name: "getConfiguration", outputs: [{ components: [{ internalType: "uint256", name: "data", type: "uint256" }], internalType: "struct DataTypes.ReserveConfigurationMap", name: "", type: "tuple" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "uint8", name: "id", type: "uint8" }], name: "getEModeCategoryData", outputs: [{ components: [{ internalType: "uint16", name: "ltv", type: "uint16" }, { internalType: "uint16", name: "liquidationThreshold", type: "uint16" }, { internalType: "uint16", name: "liquidationBonus", type: "uint16" }, { internalType: "address", name: "priceSource", type: "address" }, { internalType: "string", name: "label", type: "string" }], internalType: "struct DataTypes.EModeCategory", name: "", type: "tuple" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "uint16", name: "id", type: "uint16" }], name: "getReserveAddressById", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }], name: "getReserveData", outputs: [{ components: [{ components: [{ internalType: "uint256", name: "data", type: "uint256" }], internalType: "struct DataTypes.ReserveConfigurationMap", name: "configuration", type: "tuple" }, { internalType: "uint128", name: "liquidityIndex", type: "uint128" }, { internalType: "uint128", name: "currentLiquidityRate", type: "uint128" }, { internalType: "uint128", name: "variableBorrowIndex", type: "uint128" }, { internalType: "uint128", name: "currentVariableBorrowRate", type: "uint128" }, { internalType: "uint128", name: "currentStableBorrowRate", type: "uint128" }, { internalType: "uint40", name: "lastUpdateTimestamp", type: "uint40" }, { internalType: "uint16", name: "id", type: "uint16" }, { internalType: "address", name: "aTokenAddress", type: "address" }, { internalType: "address", name: "stableDebtTokenAddress", type: "address" }, { internalType: "address", name: "variableDebtTokenAddress", type: "address" }, { internalType: "address", name: "interestRateStrategyAddress", type: "address" }, { internalType: "uint128", name: "accruedToTreasury", type: "uint128" }, { internalType: "uint128", name: "unbacked", type: "uint128" }, { internalType: "uint128", name: "isolationModeTotalDebt", type: "uint128" }], internalType: "struct DataTypes.ReserveData", name: "", type: "tuple" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }], name: "getReserveNormalizedIncome", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }], name: "getReserveNormalizedVariableDebt", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getReservesList", outputs: [{ internalType: "address[]", name: "", type: "address[]" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "user", type: "address" }], name: "getUserAccountData", outputs: [{ internalType: "uint256", name: "totalCollateralBase", type: "uint256" }, { internalType: "uint256", name: "totalDebtBase", type: "uint256" }, { internalType: "uint256", name: "availableBorrowsBase", type: "uint256" }, { internalType: "uint256", name: "currentLiquidationThreshold", type: "uint256" }, { internalType: "uint256", name: "ltv", type: "uint256" }, { internalType: "uint256", name: "healthFactor", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "user", type: "address" }], name: "getUserConfiguration", outputs: [{ components: [{ internalType: "uint256", name: "data", type: "uint256" }], internalType: "struct DataTypes.UserConfigurationMap", name: "", type: "tuple" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "user", type: "address" }], name: "getUserEMode", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }, { internalType: "address", name: "aTokenAddress", type: "address" }, { internalType: "address", name: "stableDebtAddress", type: "address" }, { internalType: "address", name: "variableDebtAddress", type: "address" }, { internalType: "address", name: "interestRateStrategyAddress", type: "address" }], name: "initReserve", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "contract IPoolAddressesProvider", name: "provider", type: "address" }], name: "initialize", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "collateralAsset", type: "address" }, { internalType: "address", name: "debtAsset", type: "address" }, { internalType: "address", name: "user", type: "address" }, { internalType: "uint256", name: "debtToCover", type: "uint256" }, { internalType: "bool", name: "receiveAToken", type: "bool" }], name: "liquidationCall", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address[]", name: "assets", type: "address[]" }], name: "mintToTreasury", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "address", name: "onBehalfOf", type: "address" }, { internalType: "uint16", name: "referralCode", type: "uint16" }], name: "mintUnbacked", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }, { internalType: "address", name: "user", type: "address" }], name: "rebalanceStableBorrowRate", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "uint256", name: "interestRateMode", type: "uint256" }, { internalType: "address", name: "onBehalfOf", type: "address" }], name: "repay", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "uint256", name: "interestRateMode", type: "uint256" }], name: "repayWithATokens", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "uint256", name: "interestRateMode", type: "uint256" }, { internalType: "address", name: "onBehalfOf", type: "address" }, { internalType: "uint256", name: "deadline", type: "uint256" }, { internalType: "uint8", name: "permitV", type: "uint8" }, { internalType: "bytes32", name: "permitR", type: "bytes32" }, { internalType: "bytes32", name: "permitS", type: "bytes32" }], name: "repayWithPermit", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "token", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "rescueTokens", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }], name: "resetIsolationModeTotalDebt", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }, { components: [{ internalType: "uint256", name: "data", type: "uint256" }], internalType: "struct DataTypes.ReserveConfigurationMap", name: "configuration", type: "tuple" }], name: "setConfiguration", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }, { internalType: "address", name: "rateStrategyAddress", type: "address" }], name: "setReserveInterestRateStrategyAddress", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint8", name: "categoryId", type: "uint8" }], name: "setUserEMode", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }, { internalType: "bool", name: "useAsCollateral", type: "bool" }], name: "setUserUseReserveAsCollateral", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "address", name: "onBehalfOf", type: "address" }, { internalType: "uint16", name: "referralCode", type: "uint16" }], name: "supply", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "address", name: "onBehalfOf", type: "address" }, { internalType: "uint16", name: "referralCode", type: "uint16" }, { internalType: "uint256", name: "deadline", type: "uint256" }, { internalType: "uint8", name: "permitV", type: "uint8" }, { internalType: "bytes32", name: "permitR", type: "bytes32" }, { internalType: "bytes32", name: "permitS", type: "bytes32" }], name: "supplyWithPermit", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }, { internalType: "uint256", name: "interestRateMode", type: "uint256" }], name: "swapBorrowRateMode", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "protocolFee", type: "uint256" }], name: "updateBridgeProtocolFee", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint128", name: "flashLoanPremiumTotal", type: "uint128" }, { internalType: "uint128", name: "flashLoanPremiumToProtocol", type: "uint128" }], name: "updateFlashloanPremiums", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "address", name: "to", type: "address" }], name: "withdraw", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "nonpayable", type: "function" }];
|
|
551
551
|
|
|
552
552
|
// eth-sdk/abis/mainnet/aaveV3/wrappedTokenGatewayV3.json
|
|
553
|
-
var wrappedTokenGatewayV3_default = [{ inputs: [{ internalType: "address", name: "weth", type: "address" }, { internalType: "address", name: "owner", type: "address" }, { internalType: "contract IPool", name: "pool", type: "address" }], stateMutability: "nonpayable", type: "constructor" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "previousOwner", type: "address" }, { indexed: true, internalType: "address", name: "newOwner", type: "address" }], name: "OwnershipTransferred", type: "event" }, { stateMutability: "payable", type: "fallback" }, { inputs: [{ internalType: "address", name: "", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "uint256", name: "interestRateMode", type: "uint256" }, { internalType: "uint16", name: "referralCode", type: "uint16" }], name: "borrowETH", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }, { internalType: "address", name: "onBehalfOf", type: "address" }, { internalType: "uint16", name: "referralCode", type: "uint16" }], name: "depositETH", outputs: [], stateMutability: "payable", type: "function" }, { inputs: [{ internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "emergencyEtherTransfer", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "token", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "emergencyTokenTransfer", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "getWETHAddress", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "owner", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "renounceOwnership", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "uint256", name: "rateMode", type: "uint256" }, { internalType: "address", name: "onBehalfOf", type: "address" }], name: "repayETH", outputs: [], stateMutability: "payable", type: "function" }, { inputs: [{ internalType: "address", name: "newOwner", type: "address" }], name: "transferOwnership", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "address", name: "to", type: "address" }], name: "withdrawETH", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "deadline", type: "uint256" }, { internalType: "uint8", name: "permitV", type: "uint8" }, { internalType: "bytes32", name: "permitR", type: "bytes32" }, { internalType: "bytes32", name: "permitS", type: "bytes32" }], name: "withdrawETHWithPermit", outputs: [], stateMutability: "nonpayable", type: "function" }, { stateMutability: "payable", type: "receive" }];
|
|
553
|
+
var wrappedTokenGatewayV3_default = [{ inputs: [{ internalType: "address", name: "weth", type: "address" }, { internalType: "address", name: "owner", type: "address" }, { internalType: "contract IPool", name: "pool", type: "address" }], stateMutability: "nonpayable", type: "constructor" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "previousOwner", type: "address" }, { indexed: true, internalType: "address", name: "newOwner", type: "address" }], name: "OwnershipTransferred", type: "event" }, { stateMutability: "payable", type: "fallback" }, { inputs: [], name: "POOL", outputs: [{ internalType: "contract IPool", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "WETH", outputs: [{ internalType: "contract IWETH", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "uint256", name: "interestRateMode", type: "uint256" }, { internalType: "uint16", name: "referralCode", type: "uint16" }], name: "borrowETH", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }, { internalType: "address", name: "onBehalfOf", type: "address" }, { internalType: "uint16", name: "referralCode", type: "uint16" }], name: "depositETH", outputs: [], stateMutability: "payable", type: "function" }, { inputs: [{ internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "emergencyEtherTransfer", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "token", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "emergencyTokenTransfer", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "getWETHAddress", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "owner", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "renounceOwnership", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "uint256", name: "rateMode", type: "uint256" }, { internalType: "address", name: "onBehalfOf", type: "address" }], name: "repayETH", outputs: [], stateMutability: "payable", type: "function" }, { inputs: [{ internalType: "address", name: "newOwner", type: "address" }], name: "transferOwnership", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "address", name: "to", type: "address" }], name: "withdrawETH", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "deadline", type: "uint256" }, { internalType: "uint8", name: "permitV", type: "uint8" }, { internalType: "bytes32", name: "permitR", type: "bytes32" }, { internalType: "bytes32", name: "permitS", type: "bytes32" }], name: "withdrawETHWithPermit", outputs: [], stateMutability: "nonpayable", type: "function" }, { stateMutability: "payable", type: "receive" }];
|
|
554
554
|
|
|
555
555
|
// eth-sdk/abis/mainnet/aaveV3/aEthWETH.json
|
|
556
556
|
var aEthWETH_default = [{ inputs: [{ internalType: "contract IPool", name: "pool", type: "address" }], stateMutability: "nonpayable", type: "constructor" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "owner", type: "address" }, { indexed: true, internalType: "address", name: "spender", type: "address" }, { indexed: false, internalType: "uint256", name: "value", type: "uint256" }], name: "Approval", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "from", type: "address" }, { indexed: true, internalType: "address", name: "to", type: "address" }, { indexed: false, internalType: "uint256", name: "value", type: "uint256" }, { indexed: false, internalType: "uint256", name: "index", type: "uint256" }], name: "BalanceTransfer", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "from", type: "address" }, { indexed: true, internalType: "address", name: "target", type: "address" }, { indexed: false, internalType: "uint256", name: "value", type: "uint256" }, { indexed: false, internalType: "uint256", name: "balanceIncrease", type: "uint256" }, { indexed: false, internalType: "uint256", name: "index", type: "uint256" }], name: "Burn", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "underlyingAsset", type: "address" }, { indexed: true, internalType: "address", name: "pool", type: "address" }, { indexed: false, internalType: "address", name: "treasury", type: "address" }, { indexed: false, internalType: "address", name: "incentivesController", type: "address" }, { indexed: false, internalType: "uint8", name: "aTokenDecimals", type: "uint8" }, { indexed: false, internalType: "string", name: "aTokenName", type: "string" }, { indexed: false, internalType: "string", name: "aTokenSymbol", type: "string" }, { indexed: false, internalType: "bytes", name: "params", type: "bytes" }], name: "Initialized", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "caller", type: "address" }, { indexed: true, internalType: "address", name: "onBehalfOf", type: "address" }, { indexed: false, internalType: "uint256", name: "value", type: "uint256" }, { indexed: false, internalType: "uint256", name: "balanceIncrease", type: "uint256" }, { indexed: false, internalType: "uint256", name: "index", type: "uint256" }], name: "Mint", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "from", type: "address" }, { indexed: true, internalType: "address", name: "to", type: "address" }, { indexed: false, internalType: "uint256", name: "value", type: "uint256" }], name: "Transfer", type: "event" }, { inputs: [], name: "ATOKEN_REVISION", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "DOMAIN_SEPARATOR", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [], name: "EIP712_REVISION", outputs: [{ internalType: "bytes", name: "", type: "bytes" }], stateMutability: "view", type: "function" }, { inputs: [], name: "PERMIT_TYPEHASH", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [], name: "POOL", outputs: [{ internalType: "contract IPool", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "RESERVE_TREASURY_ADDRESS", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "UNDERLYING_ASSET_ADDRESS", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "owner", type: "address" }, { internalType: "address", name: "spender", type: "address" }], name: "allowance", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "approve", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "user", type: "address" }], name: "balanceOf", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "from", type: "address" }, { internalType: "address", name: "receiverOfUnderlying", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "uint256", name: "index", type: "uint256" }], name: "burn", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "decimals", outputs: [{ internalType: "uint8", name: "", type: "uint8" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "subtractedValue", type: "uint256" }], name: "decreaseAllowance", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "getIncentivesController", outputs: [{ internalType: "contract IAaveIncentivesController", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "user", type: "address" }], name: "getPreviousIndex", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "user", type: "address" }], name: "getScaledUserBalanceAndSupply", outputs: [{ internalType: "uint256", name: "", type: "uint256" }, { internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "user", type: "address" }, { internalType: "address", name: "onBehalfOf", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "handleRepayment", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "addedValue", type: "uint256" }], name: "increaseAllowance", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "contract IPool", name: "initializingPool", type: "address" }, { internalType: "address", name: "treasury", type: "address" }, { internalType: "address", name: "underlyingAsset", type: "address" }, { internalType: "contract IAaveIncentivesController", name: "incentivesController", type: "address" }, { internalType: "uint8", name: "aTokenDecimals", type: "uint8" }, { internalType: "string", name: "aTokenName", type: "string" }, { internalType: "string", name: "aTokenSymbol", type: "string" }, { internalType: "bytes", name: "params", type: "bytes" }], name: "initialize", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "caller", type: "address" }, { internalType: "address", name: "onBehalfOf", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "uint256", name: "index", type: "uint256" }], name: "mint", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "uint256", name: "index", type: "uint256" }], name: "mintToTreasury", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "name", outputs: [{ internalType: "string", name: "", type: "string" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "owner", type: "address" }], name: "nonces", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "owner", type: "address" }, { internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "value", type: "uint256" }, { internalType: "uint256", name: "deadline", type: "uint256" }, { internalType: "uint8", name: "v", type: "uint8" }, { internalType: "bytes32", name: "r", type: "bytes32" }, { internalType: "bytes32", name: "s", type: "bytes32" }], name: "permit", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "token", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "rescueTokens", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "user", type: "address" }], name: "scaledBalanceOf", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "scaledTotalSupply", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "contract IAaveIncentivesController", name: "controller", type: "address" }], name: "setIncentivesController", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "symbol", outputs: [{ internalType: "string", name: "", type: "string" }], stateMutability: "view", type: "function" }, { inputs: [], name: "totalSupply", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "recipient", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "transfer", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "sender", type: "address" }, { internalType: "address", name: "recipient", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "transferFrom", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "from", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "value", type: "uint256" }], name: "transferOnLiquidation", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "target", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "transferUnderlyingTo", outputs: [], stateMutability: "nonpayable", type: "function" }];
|
|
@@ -7599,7 +7599,7 @@ function getMainnetSdk(defaultSignerOrProvider) {
|
|
|
7599
7599
|
"aaveV3": {
|
|
7600
7600
|
"data_provider": getContract("0x7B4EB56E7CD4b454BA8ff71E4518426369a138a3", data_provider_default2, defaultSignerOrProvider),
|
|
7601
7601
|
"aaveLendingPoolV3": getContract("0x87870bca3f3fd6335c3f4ce8392d69350b4fa4e2", aaveLendingPoolV3_default, defaultSignerOrProvider),
|
|
7602
|
-
"wrappedTokenGatewayV3": getContract("
|
|
7602
|
+
"wrappedTokenGatewayV3": getContract("0x893411580e590D62dDBca8a703d61Cc4A8c7b2b9", wrappedTokenGatewayV3_default, defaultSignerOrProvider),
|
|
7603
7603
|
"aEthWETH": getContract("0x4d5F47FA6A74757f35C14fD3a6Ef8E3C9BC514E8", aEthWETH_default, defaultSignerOrProvider),
|
|
7604
7604
|
"variableDebtWETH": getContract("0xeA51d7853EEFb32b6ee06b1C12E6dcCA88Be0fFE", variableDebtWETH_default2, defaultSignerOrProvider),
|
|
7605
7605
|
"stableDebtWETH": getContract("0x102633152313C81cD80419b6EcF66d14Ad68949A", stableDebtWETH_default2, defaultSignerOrProvider)
|
|
@@ -7928,7 +7928,7 @@ var contracts = {
|
|
|
7928
7928
|
aaveV3: {
|
|
7929
7929
|
data_provider: "0x7B4EB56E7CD4b454BA8ff71E4518426369a138a3",
|
|
7930
7930
|
aaveLendingPoolV3: "0x87870bca3f3fd6335c3f4ce8392d69350b4fa4e2",
|
|
7931
|
-
wrappedTokenGatewayV3: "
|
|
7931
|
+
wrappedTokenGatewayV3: "0x893411580e590D62dDBca8a703d61Cc4A8c7b2b9",
|
|
7932
7932
|
aEthWETH: "0x4d5F47FA6A74757f35C14fD3a6Ef8E3C9BC514E8",
|
|
7933
7933
|
variableDebtWETH: "0xeA51d7853EEFb32b6ee06b1C12E6dcCA88Be0fFE",
|
|
7934
7934
|
stableDebtWETH: "0x102633152313C81cD80419b6EcF66d14Ad68949A"
|
|
@@ -8995,10 +8995,6 @@ var ethPools_default = [
|
|
|
8995
8995
|
address: "0x6B175474E89094C44Da98b954EedeAC495271d0F",
|
|
8996
8996
|
symbol: "DAI"
|
|
8997
8997
|
},
|
|
8998
|
-
{
|
|
8999
|
-
address: "0x79c58f70905F734641735BC61e45c19dD9Ad60bC",
|
|
9000
|
-
symbol: "USDC-DAI-USDT"
|
|
9001
|
-
},
|
|
9002
8998
|
{
|
|
9003
8999
|
address: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
9004
9000
|
symbol: "USDC"
|
|
@@ -9118,10 +9114,6 @@ var ethPools_default = [
|
|
|
9118
9114
|
{
|
|
9119
9115
|
address: "0x7945b0A6674b175695e5d1D08aE1e6F13744Abb0",
|
|
9120
9116
|
symbol: "BaoUSD"
|
|
9121
|
-
},
|
|
9122
|
-
{
|
|
9123
|
-
address: "0x7E9AfD25F5Ec0eb24d7d4b089Ae7EcB9651c8b1F",
|
|
9124
|
-
symbol: "B-baoUSD-LUSD-BPT"
|
|
9125
9117
|
}
|
|
9126
9118
|
],
|
|
9127
9119
|
rewarder: "0x158e9aeE324B97b32DA71178D4761C6B18baE02a"
|
|
@@ -9131,10 +9123,6 @@ var ethPools_default = [
|
|
|
9131
9123
|
id: "94",
|
|
9132
9124
|
bpt: "0x2E848426AEc6dbF2260535a5bEa048ed94d9FF3D",
|
|
9133
9125
|
tokens: [
|
|
9134
|
-
{
|
|
9135
|
-
address: "0x2E848426AEc6dbF2260535a5bEa048ed94d9FF3D",
|
|
9136
|
-
symbol: "wbETH-wstETH"
|
|
9137
|
-
},
|
|
9138
9126
|
{
|
|
9139
9127
|
address: "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0",
|
|
9140
9128
|
symbol: "wstETH"
|
|
@@ -9483,10 +9471,6 @@ var ethPools_default = [
|
|
|
9483
9471
|
address: "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0",
|
|
9484
9472
|
symbol: "wstETH"
|
|
9485
9473
|
},
|
|
9486
|
-
{
|
|
9487
|
-
address: "0xdfE6e7e18f6Cc65FA13C8D8966013d4FdA74b6ba",
|
|
9488
|
-
symbol: "ankrETH/wstETH"
|
|
9489
|
-
},
|
|
9490
9474
|
{
|
|
9491
9475
|
address: "0xE95A203B1a91a908F9B9CE46459d101078c2c3cb",
|
|
9492
9476
|
symbol: "ankrETH"
|
|
@@ -9499,10 +9483,6 @@ var ethPools_default = [
|
|
|
9499
9483
|
id: "132",
|
|
9500
9484
|
bpt: "0x1A44E35d5451E0b78621A1B3e7a53DFaA306B1D0",
|
|
9501
9485
|
tokens: [
|
|
9502
|
-
{
|
|
9503
|
-
address: "0x1A44E35d5451E0b78621A1B3e7a53DFaA306B1D0",
|
|
9504
|
-
symbol: "B-baoETH-ETH-BPT"
|
|
9505
|
-
},
|
|
9506
9486
|
{
|
|
9507
9487
|
address: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
|
|
9508
9488
|
symbol: "WETH"
|
|
@@ -9519,10 +9499,6 @@ var ethPools_default = [
|
|
|
9519
9499
|
id: "136",
|
|
9520
9500
|
bpt: "0x3FA8C89704e5d07565444009e5d9e624B40Be813",
|
|
9521
9501
|
tokens: [
|
|
9522
|
-
{
|
|
9523
|
-
address: "0x3FA8C89704e5d07565444009e5d9e624B40Be813",
|
|
9524
|
-
symbol: "GHO/LUSD"
|
|
9525
|
-
},
|
|
9526
9502
|
{
|
|
9527
9503
|
address: "0x40D16FC0246aD3160Ccc09B8D0D3A2cD28aE6C2f",
|
|
9528
9504
|
symbol: "GHO"
|
|
@@ -9539,10 +9515,6 @@ var ethPools_default = [
|
|
|
9539
9515
|
id: "139",
|
|
9540
9516
|
bpt: "0x42ED016F826165C2e5976fe5bC3df540C5aD0Af7",
|
|
9541
9517
|
tokens: [
|
|
9542
|
-
{
|
|
9543
|
-
address: "0x42ED016F826165C2e5976fe5bC3df540C5aD0Af7",
|
|
9544
|
-
symbol: "wstETH-rETH-sfrxETH-BPT"
|
|
9545
|
-
},
|
|
9546
9518
|
{
|
|
9547
9519
|
address: "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0",
|
|
9548
9520
|
symbol: "wstETH"
|
|
@@ -9599,10 +9571,6 @@ var ethPools_default = [
|
|
|
9599
9571
|
address: "0x4Bc3263Eb5bb2Ef7Ad9aB6FB68be80E43b43801F",
|
|
9600
9572
|
symbol: "vETH"
|
|
9601
9573
|
},
|
|
9602
|
-
{
|
|
9603
|
-
address: "0xB54E6AADBF1ac1a3EF2A56E358706F0f8E320a03",
|
|
9604
|
-
symbol: "vETH/WETH BPT"
|
|
9605
|
-
},
|
|
9606
9574
|
{
|
|
9607
9575
|
address: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
|
|
9608
9576
|
symbol: "WETH"
|
|
@@ -9635,10 +9603,6 @@ var ethPools_default = [
|
|
|
9635
9603
|
address: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
|
|
9636
9604
|
symbol: "WETH"
|
|
9637
9605
|
},
|
|
9638
|
-
{
|
|
9639
|
-
address: "0xE7e2c68d3b13d905BBb636709cF4DfD21076b9D2",
|
|
9640
|
-
symbol: "swETH-WETH-BPT"
|
|
9641
|
-
},
|
|
9642
9606
|
{
|
|
9643
9607
|
address: "0xf951E335afb289353dc249e82926178EaC7DEd78",
|
|
9644
9608
|
symbol: "swETH"
|
|
@@ -9655,10 +9619,6 @@ var ethPools_default = [
|
|
|
9655
9619
|
address: "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0",
|
|
9656
9620
|
symbol: "wstETH"
|
|
9657
9621
|
},
|
|
9658
|
-
{
|
|
9659
|
-
address: "0x93d199263632a4EF4Bb438F1feB99e57b4b5f0BD",
|
|
9660
|
-
symbol: "wstETH-WETH-BPT"
|
|
9661
|
-
},
|
|
9662
9622
|
{
|
|
9663
9623
|
address: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
|
|
9664
9624
|
symbol: "WETH"
|
|
@@ -9694,10 +9654,6 @@ var ethPools_default = [
|
|
|
9694
9654
|
{
|
|
9695
9655
|
address: "0xa48F322F8b3edff967629Af79E027628b9Dd1298",
|
|
9696
9656
|
symbol: "DUSD"
|
|
9697
|
-
},
|
|
9698
|
-
{
|
|
9699
|
-
address: "0xD5D99B7e9697bA8bB1dA48f07BA81900c7572CeA",
|
|
9700
|
-
symbol: "DUSD-3POOL-BPT"
|
|
9701
9657
|
}
|
|
9702
9658
|
],
|
|
9703
9659
|
rewarder: "0x5f56F75C427f8819AEA6eC8e71A46a5C3B2455fB"
|
|
@@ -9707,10 +9663,6 @@ var ethPools_default = [
|
|
|
9707
9663
|
id: "156",
|
|
9708
9664
|
bpt: "0x37b18B10ce5635a84834b26095A0AE5639dCB752",
|
|
9709
9665
|
tokens: [
|
|
9710
|
-
{
|
|
9711
|
-
address: "0x37b18B10ce5635a84834b26095A0AE5639dCB752",
|
|
9712
|
-
symbol: "ETHx-WETH-BPT"
|
|
9713
|
-
},
|
|
9714
9666
|
{
|
|
9715
9667
|
address: "0xA35b1B31Ce002FBF2058D22F30f95D405200A15b",
|
|
9716
9668
|
symbol: "ETHx"
|
|
@@ -9731,10 +9683,6 @@ var ethPools_default = [
|
|
|
9731
9683
|
address: "0x40D16FC0246aD3160Ccc09B8D0D3A2cD28aE6C2f",
|
|
9732
9684
|
symbol: "GHO"
|
|
9733
9685
|
},
|
|
9734
|
-
{
|
|
9735
|
-
address: "0x8353157092ED8Be69a9DF8F95af097bbF33Cb2aF",
|
|
9736
|
-
symbol: "GHO/USDT/USDC"
|
|
9737
|
-
},
|
|
9738
9686
|
{
|
|
9739
9687
|
address: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
9740
9688
|
symbol: "USDC"
|
|
@@ -9778,10 +9726,6 @@ var ethPools_default = [
|
|
|
9778
9726
|
{
|
|
9779
9727
|
address: "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
|
|
9780
9728
|
symbol: "WBTC"
|
|
9781
|
-
},
|
|
9782
|
-
{
|
|
9783
|
-
address: "0xe4e72f872c4048925a78E1e6Fddac411C9ae348A",
|
|
9784
|
-
symbol: "2BTC"
|
|
9785
9729
|
}
|
|
9786
9730
|
],
|
|
9787
9731
|
rewarder: "0xb3c8cC0f433200C3a92664A5fEa626eD077e9D39"
|
|
@@ -9791,10 +9735,6 @@ var ethPools_default = [
|
|
|
9791
9735
|
id: "160",
|
|
9792
9736
|
bpt: "0x6Ae5a7857aAd26722cB02CC168e38c52E0e4e45d",
|
|
9793
9737
|
tokens: [
|
|
9794
|
-
{
|
|
9795
|
-
address: "0x6Ae5a7857aAd26722cB02CC168e38c52E0e4e45d",
|
|
9796
|
-
symbol: "TBY-feb1924-USDC-BPT"
|
|
9797
|
-
},
|
|
9798
9738
|
{
|
|
9799
9739
|
address: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
9800
9740
|
symbol: "USDC"
|
|
@@ -9879,10 +9819,6 @@ var ethPools_default = [
|
|
|
9879
9819
|
id: "168",
|
|
9880
9820
|
bpt: "0x40C806394d03d350420d13CD7d1DE1C806f34956",
|
|
9881
9821
|
tokens: [
|
|
9882
|
-
{
|
|
9883
|
-
address: "0x40C806394d03d350420d13CD7d1DE1C806f34956",
|
|
9884
|
-
symbol: "qETH/WETH"
|
|
9885
|
-
},
|
|
9886
9822
|
{
|
|
9887
9823
|
address: "0x93ef1Ea305D11A9b2a3EbB9bB4FCc34695292E7d",
|
|
9888
9824
|
symbol: "qETH"
|
|
@@ -9899,10 +9835,6 @@ var ethPools_default = [
|
|
|
9899
9835
|
id: "169",
|
|
9900
9836
|
bpt: "0x01536b22ea06e4A315E3DAAF05a12683Ed4dc14c",
|
|
9901
9837
|
tokens: [
|
|
9902
|
-
{
|
|
9903
|
-
address: "0x01536b22ea06e4A315E3DAAF05a12683Ed4dc14c",
|
|
9904
|
-
symbol: "e-cs-kp-usd"
|
|
9905
|
-
},
|
|
9906
9838
|
{
|
|
9907
9839
|
address: "0x571f54D23cDf2211C83E9A0CbD92AcA36c48Fa02",
|
|
9908
9840
|
symbol: "paUSD"
|
|
@@ -9971,10 +9903,6 @@ var ethPools_default = [
|
|
|
9971
9903
|
id: "173",
|
|
9972
9904
|
bpt: "0x35c5C8C7B77942f9D44B535Fa590D8b503B2b00C",
|
|
9973
9905
|
tokens: [
|
|
9974
|
-
{
|
|
9975
|
-
address: "0x35c5C8C7B77942f9D44B535Fa590D8b503B2b00C",
|
|
9976
|
-
symbol: "DUSD/sDAI"
|
|
9977
|
-
},
|
|
9978
9906
|
{
|
|
9979
9907
|
address: "0x83F20F44975D03b1b09e64809B757c47f942BEeA",
|
|
9980
9908
|
symbol: "sDAI"
|
|
@@ -10043,10 +9971,6 @@ var ethPools_default = [
|
|
|
10043
9971
|
address: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
|
|
10044
9972
|
symbol: "WETH"
|
|
10045
9973
|
},
|
|
10046
|
-
{
|
|
10047
|
-
address: "0xDACf5Fa19b1f720111609043ac67A9818262850c",
|
|
10048
|
-
symbol: "osETH/wETH-BPT"
|
|
10049
|
-
},
|
|
10050
9974
|
{
|
|
10051
9975
|
address: "0xf1C9acDc66974dFB6dEcB12aA385b9cD01190E38",
|
|
10052
9976
|
symbol: "osETH"
|
|
@@ -10091,10 +10015,6 @@ var ethPools_default = [
|
|
|
10091
10015
|
id: "182",
|
|
10092
10016
|
bpt: "0x05ff47AFADa98a98982113758878F9A8B9FddA0a",
|
|
10093
10017
|
tokens: [
|
|
10094
|
-
{
|
|
10095
|
-
address: "0x05ff47AFADa98a98982113758878F9A8B9FddA0a",
|
|
10096
|
-
symbol: "weETH/rETH"
|
|
10097
|
-
},
|
|
10098
10018
|
{
|
|
10099
10019
|
address: "0xae78736Cd615f374D3085123A210448E74Fc6393",
|
|
10100
10020
|
symbol: "rETH"
|
|
@@ -10134,10 +10054,6 @@ var ethPools_default = [
|
|
|
10134
10054
|
{
|
|
10135
10055
|
address: "0x5E8422345238F34275888049021821E8E08CAa1f",
|
|
10136
10056
|
symbol: "frxETH"
|
|
10137
|
-
},
|
|
10138
|
-
{
|
|
10139
|
-
address: "0xB06bFBD7b50F80c8d9dA57Fc4cF5CBD5B3E2f148",
|
|
10140
|
-
symbol: "pxETH/frxETH"
|
|
10141
10057
|
}
|
|
10142
10058
|
],
|
|
10143
10059
|
rewarder: "0xE557658e3D13d074961265756dC2eFB6c903A763"
|
|
@@ -10151,10 +10067,6 @@ var ethPools_default = [
|
|
|
10151
10067
|
address: "0x04C154b66CB340F3Ae24111CC767e0184Ed00Cc6",
|
|
10152
10068
|
symbol: "pxETH"
|
|
10153
10069
|
},
|
|
10154
|
-
{
|
|
10155
|
-
address: "0x88794C65550DeB6b4087B7552eCf295113794410",
|
|
10156
|
-
symbol: "pxETH/wETH"
|
|
10157
|
-
},
|
|
10158
10070
|
{
|
|
10159
10071
|
address: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
|
|
10160
10072
|
symbol: "WETH"
|
|
@@ -10167,10 +10079,6 @@ var ethPools_default = [
|
|
|
10167
10079
|
id: "186",
|
|
10168
10080
|
bpt: "0x49cbD67651fbabCE12d1df18499896ec87BEf46f",
|
|
10169
10081
|
tokens: [
|
|
10170
|
-
{
|
|
10171
|
-
address: "0x49cbD67651fbabCE12d1df18499896ec87BEf46f",
|
|
10172
|
-
symbol: "sDAI/3Pool"
|
|
10173
|
-
},
|
|
10174
10082
|
{
|
|
10175
10083
|
address: "0x79c58f70905F734641735BC61e45c19dD9Ad60bC",
|
|
10176
10084
|
symbol: "USDC-DAI-USDT"
|
|
@@ -10219,10 +10127,6 @@ var ethPools_default = [
|
|
|
10219
10127
|
id: "189",
|
|
10220
10128
|
bpt: "0x596192bB6e41802428Ac943D2f1476C1Af25CC0E",
|
|
10221
10129
|
tokens: [
|
|
10222
|
-
{
|
|
10223
|
-
address: "0x596192bB6e41802428Ac943D2f1476C1Af25CC0E",
|
|
10224
|
-
symbol: "ezETH-WETH-BPT"
|
|
10225
|
-
},
|
|
10226
10130
|
{
|
|
10227
10131
|
address: "0xbf5495Efe5DB9ce00f80364C8B423567e58d2110",
|
|
10228
10132
|
symbol: "ezETH"
|
|
@@ -10239,10 +10143,6 @@ var ethPools_default = [
|
|
|
10239
10143
|
id: "190",
|
|
10240
10144
|
bpt: "0x383e7859271B2D0589B013b6d944572a0a8bE3cB",
|
|
10241
10145
|
tokens: [
|
|
10242
|
-
{
|
|
10243
|
-
address: "0x383e7859271B2D0589B013b6d944572a0a8bE3cB",
|
|
10244
|
-
symbol: "DOLA-mkUSD BSP"
|
|
10245
|
-
},
|
|
10246
10146
|
{
|
|
10247
10147
|
address: "0x4591DBfF62656E7859Afe5e45f6f47D3669fBB28",
|
|
10248
10148
|
symbol: "mkUSD"
|
|
@@ -10259,10 +10159,6 @@ var ethPools_default = [
|
|
|
10259
10159
|
id: "191",
|
|
10260
10160
|
bpt: "0x7761b6E0Daa04E70637D81f1Da7d186C205C2aDE",
|
|
10261
10161
|
tokens: [
|
|
10262
|
-
{
|
|
10263
|
-
address: "0x7761b6E0Daa04E70637D81f1Da7d186C205C2aDE",
|
|
10264
|
-
symbol: "rsETH / ETHx"
|
|
10265
|
-
},
|
|
10266
10162
|
{
|
|
10267
10163
|
address: "0xA1290d69c65A6Fe4DF752f95823fae25cB99e5A7",
|
|
10268
10164
|
symbol: "rsETH"
|
|
@@ -10286,10 +10182,6 @@ var ethPools_default = [
|
|
|
10286
10182
|
{
|
|
10287
10183
|
address: "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0",
|
|
10288
10184
|
symbol: "wstETH"
|
|
10289
|
-
},
|
|
10290
|
-
{
|
|
10291
|
-
address: "0xD3F8AB9C5928FDf53153e7757131aD7815fe3146",
|
|
10292
|
-
symbol: "vETH/wstETH"
|
|
10293
10185
|
}
|
|
10294
10186
|
],
|
|
10295
10187
|
rewarder: "0x7633d0bBDe67553C582BF241BF8cb22895610B94"
|
|
@@ -10354,10 +10246,6 @@ var ethPools_default = [
|
|
|
10354
10246
|
{
|
|
10355
10247
|
address: "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0",
|
|
10356
10248
|
symbol: "wstETH"
|
|
10357
|
-
},
|
|
10358
|
-
{
|
|
10359
|
-
address: "0xdEdb11A6a23263469567C2881A9b9F8629eE0041",
|
|
10360
|
-
symbol: "svETH/wstETH"
|
|
10361
10249
|
}
|
|
10362
10250
|
],
|
|
10363
10251
|
rewarder: "0xAf7Abaa64dCb57A477f61B09102d2570A38C6Df3"
|
|
@@ -10374,10 +10262,6 @@ var ethPools_default = [
|
|
|
10374
10262
|
{
|
|
10375
10263
|
address: "0x808507121B80c02388fAd14726482e061B8da827",
|
|
10376
10264
|
symbol: "PENDLE"
|
|
10377
|
-
},
|
|
10378
|
-
{
|
|
10379
|
-
address: "0xA2E9242163d54b536583368a01b5D232C95aA884",
|
|
10380
|
-
symbol: "ePENDLE/PENDLE"
|
|
10381
10265
|
}
|
|
10382
10266
|
],
|
|
10383
10267
|
rewarder: "0x4631B77382e4Efde3E5808d6b30A330B91B2376B"
|
|
@@ -10387,10 +10271,6 @@ var ethPools_default = [
|
|
|
10387
10271
|
id: "198",
|
|
10388
10272
|
bpt: "0x848a5564158d84b8A8fb68ab5D004Fae11619A54",
|
|
10389
10273
|
tokens: [
|
|
10390
|
-
{
|
|
10391
|
-
address: "0x848a5564158d84b8A8fb68ab5D004Fae11619A54",
|
|
10392
|
-
symbol: "weETH/ezETH/rswETH"
|
|
10393
|
-
},
|
|
10394
10274
|
{
|
|
10395
10275
|
address: "0xbf5495Efe5DB9ce00f80364C8B423567e58d2110",
|
|
10396
10276
|
symbol: "ezETH"
|
|
@@ -10411,10 +10291,6 @@ var ethPools_default = [
|
|
|
10411
10291
|
id: "199",
|
|
10412
10292
|
bpt: "0x264062CA46A1322c2E6464471764089E01F22F19",
|
|
10413
10293
|
tokens: [
|
|
10414
|
-
{
|
|
10415
|
-
address: "0x264062CA46A1322c2E6464471764089E01F22F19",
|
|
10416
|
-
symbol: "sDOLA-DOLA BSP"
|
|
10417
|
-
},
|
|
10418
10294
|
{
|
|
10419
10295
|
address: "0x865377367054516e17014CcdED1e7d814EDC9ce4",
|
|
10420
10296
|
symbol: "DOLA"
|
|
@@ -10454,10 +10330,6 @@ var ethPools_default = [
|
|
|
10454
10330
|
{
|
|
10455
10331
|
address: "0x7FA768E035F956c41d6aeaa3Bd857e7E5141CAd5",
|
|
10456
10332
|
symbol: "InstETH"
|
|
10457
|
-
},
|
|
10458
|
-
{
|
|
10459
|
-
address: "0xE3E0022d25194431a98e8bf5034D2617C96e1D44",
|
|
10460
|
-
symbol: "InstETH/wstETH"
|
|
10461
10333
|
}
|
|
10462
10334
|
],
|
|
10463
10335
|
rewarder: "0x8353839f58B9f44efACBEEdB822157f7C204EFED"
|
|
@@ -10467,10 +10339,6 @@ var ethPools_default = [
|
|
|
10467
10339
|
id: "202",
|
|
10468
10340
|
bpt: "0x09B03b7cBB19b3daE94F884cF60dBc3c99a3947b",
|
|
10469
10341
|
tokens: [
|
|
10470
|
-
{
|
|
10471
|
-
address: "0x09B03b7cBB19b3daE94F884cF60dBc3c99a3947b",
|
|
10472
|
-
symbol: "pyUSD/sDOLA BSP"
|
|
10473
|
-
},
|
|
10474
10342
|
{
|
|
10475
10343
|
address: "0x6c3ea9036406852006290770BEdFcAbA0e23A0e8",
|
|
10476
10344
|
symbol: "PYUSD"
|
|
@@ -10503,10 +10371,6 @@ var ethPools_default = [
|
|
|
10503
10371
|
id: "204",
|
|
10504
10372
|
bpt: "0x6AA5a6b9257CA6e18b2da94e1a5FbE57ce2947cA",
|
|
10505
10373
|
tokens: [
|
|
10506
|
-
{
|
|
10507
|
-
address: "0x6AA5a6b9257CA6e18b2da94e1a5FbE57ce2947cA",
|
|
10508
|
-
symbol: "genETH/wstETH"
|
|
10509
|
-
},
|
|
10510
10374
|
{
|
|
10511
10375
|
address: "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0",
|
|
10512
10376
|
symbol: "wstETH"
|
|
@@ -10517,6 +10381,54 @@ var ethPools_default = [
|
|
|
10517
10381
|
}
|
|
10518
10382
|
],
|
|
10519
10383
|
rewarder: "0x772359B46FaA01cbe08fB0d34907A72F593D0fcE"
|
|
10384
|
+
},
|
|
10385
|
+
{
|
|
10386
|
+
name: "pufETH/wstETH",
|
|
10387
|
+
id: "205",
|
|
10388
|
+
bpt: "0x63E0d47A6964aD1565345Da9bfA66659F4983F02",
|
|
10389
|
+
tokens: [
|
|
10390
|
+
{
|
|
10391
|
+
address: "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0",
|
|
10392
|
+
symbol: "wstETH"
|
|
10393
|
+
},
|
|
10394
|
+
{
|
|
10395
|
+
address: "0xD9A442856C234a39a81a089C06451EBAa4306a72",
|
|
10396
|
+
symbol: "pufETH"
|
|
10397
|
+
}
|
|
10398
|
+
],
|
|
10399
|
+
rewarder: "0x6Ea41486A8f21EED7B20AfDB681b90a5B6C6D029"
|
|
10400
|
+
},
|
|
10401
|
+
{
|
|
10402
|
+
name: "ShezUSD/sDAI",
|
|
10403
|
+
id: "206",
|
|
10404
|
+
bpt: "0xEd0DF9Cd16D806E8A523805e53cf0c56E6dB4D1d",
|
|
10405
|
+
tokens: [
|
|
10406
|
+
{
|
|
10407
|
+
address: "0x83F20F44975D03b1b09e64809B757c47f942BEeA",
|
|
10408
|
+
symbol: "sDAI"
|
|
10409
|
+
},
|
|
10410
|
+
{
|
|
10411
|
+
address: "0xD60EeA80C83779a8A5BFCDAc1F3323548e6BB62d",
|
|
10412
|
+
symbol: "ShezUSD"
|
|
10413
|
+
}
|
|
10414
|
+
],
|
|
10415
|
+
rewarder: "0x5153DD9B05ac642e387c87a12C89E97Fe1bE6860"
|
|
10416
|
+
},
|
|
10417
|
+
{
|
|
10418
|
+
name: "ETHx/wstETH",
|
|
10419
|
+
id: "207",
|
|
10420
|
+
bpt: "0xB91159aa527D4769CB9FAf3e4ADB760c7E8C8Ea7",
|
|
10421
|
+
tokens: [
|
|
10422
|
+
{
|
|
10423
|
+
address: "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0",
|
|
10424
|
+
symbol: "wstETH"
|
|
10425
|
+
},
|
|
10426
|
+
{
|
|
10427
|
+
address: "0xA35b1B31Ce002FBF2058D22F30f95D405200A15b",
|
|
10428
|
+
symbol: "ETHx"
|
|
10429
|
+
}
|
|
10430
|
+
],
|
|
10431
|
+
rewarder: "0x571a20C14a7c3Ac6d30Ee7D1925940bb0C027696"
|
|
10520
10432
|
}
|
|
10521
10433
|
];
|
|
10522
10434
|
|
|
@@ -10534,10 +10446,6 @@ var gnoPools_default = [
|
|
|
10534
10446
|
{
|
|
10535
10447
|
address: "0x6C76971f98945AE98dD7d4DFcA8711ebea946eA6",
|
|
10536
10448
|
symbol: "wstETH"
|
|
10537
|
-
},
|
|
10538
|
-
{
|
|
10539
|
-
address: "0xbAd20c15A773bf03ab973302F61FAbceA5101f0A",
|
|
10540
|
-
symbol: "bb-WETH-wstETH"
|
|
10541
10449
|
}
|
|
10542
10450
|
],
|
|
10543
10451
|
rewarder: "0x026d163C28cC7dbf57d6ED57f14208Ee412CA526"
|
|
@@ -10563,10 +10471,6 @@ var gnoPools_default = [
|
|
|
10563
10471
|
id: "10",
|
|
10564
10472
|
bpt: "0x2086f52651837600180dE173B09470F54EF74910",
|
|
10565
10473
|
tokens: [
|
|
10566
|
-
{
|
|
10567
|
-
address: "0x2086f52651837600180dE173B09470F54EF74910",
|
|
10568
|
-
symbol: "staBAL3"
|
|
10569
|
-
},
|
|
10570
10474
|
{
|
|
10571
10475
|
address: "0x4ECaBa5870353805a9F068101A40E0f32ed605C6",
|
|
10572
10476
|
symbol: "USDT"
|
|
@@ -10639,10 +10543,6 @@ var gnoPools_default = [
|
|
|
10639
10543
|
id: "14",
|
|
10640
10544
|
bpt: "0x0C1B9CE6Bf6C01f587C2ee98b0ef4B20C6648753",
|
|
10641
10545
|
tokens: [
|
|
10642
|
-
{
|
|
10643
|
-
address: "0x0C1B9CE6Bf6C01f587C2ee98b0ef4B20C6648753",
|
|
10644
|
-
symbol: "EURe/staBAL3"
|
|
10645
|
-
},
|
|
10646
10546
|
{
|
|
10647
10547
|
address: "0x2086f52651837600180dE173B09470F54EF74910",
|
|
10648
10548
|
symbol: "staBAL3"
|
|
@@ -10718,10 +10618,6 @@ var gnoPools_default = [
|
|
|
10718
10618
|
{
|
|
10719
10619
|
address: "0xcB444e90D8198415266c6a2724b7900fb12FC56E",
|
|
10720
10620
|
symbol: "EURe"
|
|
10721
|
-
},
|
|
10722
|
-
{
|
|
10723
|
-
address: "0xDd439304A77f54B1F7854751Ac1169b279591Ef7",
|
|
10724
|
-
symbol: "EURe/sDAI"
|
|
10725
10621
|
}
|
|
10726
10622
|
],
|
|
10727
10623
|
rewarder: "0xDE151980d461696543aa07A19BbE2603B20ECbAE"
|
|
@@ -10767,10 +10663,6 @@ var gnoPools_default = [
|
|
|
10767
10663
|
address: "0x4ECaBa5870353805a9F068101A40E0f32ed605C6",
|
|
10768
10664
|
symbol: "USDT"
|
|
10769
10665
|
},
|
|
10770
|
-
{
|
|
10771
|
-
address: "0x7644fA5D0eA14FcF3E813Fdf93ca9544f8567655",
|
|
10772
|
-
symbol: "sBAL3"
|
|
10773
|
-
},
|
|
10774
10666
|
{
|
|
10775
10667
|
address: "0xaf204776c7245bF4147c2612BF6e5972Ee483701",
|
|
10776
10668
|
symbol: "sDAI"
|
|
@@ -10791,10 +10683,6 @@ var gnoPools_default = [
|
|
|
10791
10683
|
address: "0x004626A008B1aCdC4c74ab51644093b155e59A23",
|
|
10792
10684
|
symbol: "stEUR"
|
|
10793
10685
|
},
|
|
10794
|
-
{
|
|
10795
|
-
address: "0x06135A9Ae830476d3a941baE9010B63732a055F4",
|
|
10796
|
-
symbol: "stEUR/EURe"
|
|
10797
|
-
},
|
|
10798
10686
|
{
|
|
10799
10687
|
address: "0xcB444e90D8198415266c6a2724b7900fb12FC56E",
|
|
10800
10688
|
symbol: "EURe"
|
|
@@ -10814,10 +10702,6 @@ var gnoPools_default = [
|
|
|
10814
10702
|
{
|
|
10815
10703
|
address: "0xaf204776c7245bF4147c2612BF6e5972Ee483701",
|
|
10816
10704
|
symbol: "sDAI"
|
|
10817
|
-
},
|
|
10818
|
-
{
|
|
10819
|
-
address: "0xc9F00C3a713008DDf69b768d90d4978549bFDF94",
|
|
10820
|
-
symbol: "crvUSD/sDAI"
|
|
10821
10705
|
}
|
|
10822
10706
|
],
|
|
10823
10707
|
rewarder: "0xFaD4505C5bF3D3654bA7C97A0Cea6e7B35882959"
|
|
@@ -13474,25 +13358,6 @@ var ethPools_default2 = [
|
|
|
13474
13358
|
}
|
|
13475
13359
|
]
|
|
13476
13360
|
},
|
|
13477
|
-
{
|
|
13478
|
-
bpt: "0x9c08C7a7a89cfD671c79eacdc6F07c1996277eD5",
|
|
13479
|
-
id: "0x9c08c7a7a89cfd671c79eacdc6f07c1996277ed5000200000000000000000025",
|
|
13480
|
-
name: "B-50BAL-50USDC",
|
|
13481
|
-
type: "Weighted",
|
|
13482
|
-
gauge: null,
|
|
13483
|
-
tokens: [
|
|
13484
|
-
{
|
|
13485
|
-
address: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
13486
|
-
symbol: "USDC",
|
|
13487
|
-
id: "0x"
|
|
13488
|
-
},
|
|
13489
|
-
{
|
|
13490
|
-
address: "0xba100000625a3754423978a60c9317c58a424e3D",
|
|
13491
|
-
symbol: "BAL",
|
|
13492
|
-
id: "0x"
|
|
13493
|
-
}
|
|
13494
|
-
]
|
|
13495
|
-
},
|
|
13496
13361
|
{
|
|
13497
13362
|
bpt: "0x9e030b67a8384cbba09D5927533Aa98010C87d91",
|
|
13498
13363
|
id: "0x9e030b67a8384cbba09d5927533aa98010c87d9100020000000000000000008f",
|
|
@@ -18424,6 +18289,34 @@ var info_default4 = [
|
|
|
18424
18289
|
crvLPToken: "0x86EA1191a219989d2dA3a85c949a12A92f8ED3Db",
|
|
18425
18290
|
cvxDepositToken: "0x91C0f0403eDC057f40e47A6b6Ee226bC489Ac343",
|
|
18426
18291
|
rewarder: "0x7ED2C45cb650B5174E089CCE183E510A79eEdb02"
|
|
18292
|
+
},
|
|
18293
|
+
{
|
|
18294
|
+
name: "cvgSDTSDT",
|
|
18295
|
+
id: "338",
|
|
18296
|
+
crvLPToken: "0xC6628f00F29cc89a87BBeE7554C4725611200fD7",
|
|
18297
|
+
cvxDepositToken: "0x0E3be609dEAf7c900276Ec2dC5B2b5bA08C8f17d",
|
|
18298
|
+
rewarder: "0x41f57AbD96d7e98cCC2C14DF672Bb1750152065D"
|
|
18299
|
+
},
|
|
18300
|
+
{
|
|
18301
|
+
name: "eUSDfxUSD",
|
|
18302
|
+
id: "339",
|
|
18303
|
+
crvLPToken: "0x16b54e3aC8e3ba088333985035b869847e36E770",
|
|
18304
|
+
cvxDepositToken: "0x8Da7c985FC26A19DFB3774af9E529D0f133b0bF7",
|
|
18305
|
+
rewarder: "0x056056063ba7cE97fB4a1bCAaeDEE6AB0DA2Ac6a"
|
|
18306
|
+
},
|
|
18307
|
+
{
|
|
18308
|
+
name: "rev DOLA",
|
|
18309
|
+
id: "340",
|
|
18310
|
+
crvLPToken: "0x20BB4a325924917E3336753BA5350a84F70f392e",
|
|
18311
|
+
cvxDepositToken: "0x3580ec4EAdAa0823a69bf221a63D7AFc26256a65",
|
|
18312
|
+
rewarder: "0xaBe67e32Bd9d4c9575015Fc81C4f5ACdE12c6CD5"
|
|
18313
|
+
},
|
|
18314
|
+
{
|
|
18315
|
+
name: "rev fxUSD",
|
|
18316
|
+
id: "341",
|
|
18317
|
+
crvLPToken: "0x6fC7eA6CA8Cd2759803eb78159C931a8FF5E0557",
|
|
18318
|
+
cvxDepositToken: "0x0Df9c85B825161fE65D40dfd61917232B0f14e97",
|
|
18319
|
+
rewarder: "0xd39D1F27C1a4b2aCd10C493D9639384bE024Dc2B"
|
|
18427
18320
|
}
|
|
18428
18321
|
];
|
|
18429
18322
|
|
|
@@ -19745,10 +19638,6 @@ var ethInfo_default = [
|
|
|
19745
19638
|
address: "0x0d438F3b5175Bebc262bF23753C1E53d03432bDE",
|
|
19746
19639
|
symbol: "wNXM"
|
|
19747
19640
|
},
|
|
19748
|
-
{
|
|
19749
|
-
address: "0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39",
|
|
19750
|
-
symbol: "HEX"
|
|
19751
|
-
},
|
|
19752
19641
|
{
|
|
19753
19642
|
address: "0x0B498ff89709d3838a063f1dFA463091F9801c2b",
|
|
19754
19643
|
symbol: "BTC2x-FLI"
|
|
@@ -19805,6 +19694,10 @@ var ethInfo_default = [
|
|
|
19805
19694
|
address: "0x6f40d4A6237C257fff2dB00FA0510DeEECd303eb",
|
|
19806
19695
|
symbol: "INST"
|
|
19807
19696
|
},
|
|
19697
|
+
{
|
|
19698
|
+
address: "0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39",
|
|
19699
|
+
symbol: "HEX"
|
|
19700
|
+
},
|
|
19808
19701
|
{
|
|
19809
19702
|
address: "0x81f8f0bb1cB2A06649E51913A151F0E7Ef6FA321",
|
|
19810
19703
|
symbol: "VITA"
|
|
@@ -20029,10 +19922,6 @@ var ethInfo_default = [
|
|
|
20029
19922
|
address: "0x72B886d09C117654aB7dA13A14d603001dE0B777",
|
|
20030
19923
|
symbol: "XDEFI"
|
|
20031
19924
|
},
|
|
20032
|
-
{
|
|
20033
|
-
address: "0x7dE91B204C1C737bcEe6F000AAA6569Cf7061cb7",
|
|
20034
|
-
symbol: "XRT"
|
|
20035
|
-
},
|
|
20036
19925
|
{
|
|
20037
19926
|
address: "0x4e4a47cAC6A28A62dcC20990ed2cdA9BC659469F",
|
|
20038
19927
|
symbol: "SHIT"
|
|
@@ -20097,10 +19986,6 @@ var ethInfo_default = [
|
|
|
20097
19986
|
address: "0x5283D291DBCF85356A21bA090E6db59121208b44",
|
|
20098
19987
|
symbol: "BLUR"
|
|
20099
19988
|
},
|
|
20100
|
-
{
|
|
20101
|
-
address: "0x3446Dd70B2D52A6Bf4a5a192D9b0A161295aB7F9",
|
|
20102
|
-
symbol: "SUDO"
|
|
20103
|
-
},
|
|
20104
19989
|
{
|
|
20105
19990
|
address: "0x644192291cc835A93d6330b24EA5f5FEdD0eEF9e",
|
|
20106
19991
|
symbol: "NXRA"
|
|
@@ -20345,10 +20230,6 @@ var ethInfo_default = [
|
|
|
20345
20230
|
address: "0x9e20461bc2c4c980f62f1B279D71734207a6A356",
|
|
20346
20231
|
symbol: "OMNI"
|
|
20347
20232
|
},
|
|
20348
|
-
{
|
|
20349
|
-
address: "0x44ff8620b8cA30902395A7bD3F2407e1A091BF73",
|
|
20350
|
-
symbol: "VIRTUAL"
|
|
20351
|
-
},
|
|
20352
20233
|
{
|
|
20353
20234
|
address: "0xEe7527841A932d2912224E20a405e1a1FF747084",
|
|
20354
20235
|
symbol: "SHX"
|
|
@@ -20369,10 +20250,6 @@ var ethInfo_default = [
|
|
|
20369
20250
|
address: "0x8CCD897ca6160ED76755383B201C1948394328c7",
|
|
20370
20251
|
symbol: "wBAI"
|
|
20371
20252
|
},
|
|
20372
|
-
{
|
|
20373
|
-
address: "0x8457CA5040ad67fdebbCC8EdCE889A335Bc0fbFB",
|
|
20374
|
-
symbol: "ALT"
|
|
20375
|
-
},
|
|
20376
20253
|
{
|
|
20377
20254
|
address: "0xb9f599ce614Feb2e1BBe58F180F370D05b39344E",
|
|
20378
20255
|
symbol: "PORK"
|
|
@@ -20445,10 +20322,6 @@ var ethInfo_default = [
|
|
|
20445
20322
|
address: "0x614577036F0a024DBC1C88BA616b394DD65d105a",
|
|
20446
20323
|
symbol: "GNUS"
|
|
20447
20324
|
},
|
|
20448
|
-
{
|
|
20449
|
-
address: "0xB60acD2057067DC9ed8c083f5aa227a244044fD6",
|
|
20450
|
-
symbol: "stTAO"
|
|
20451
|
-
},
|
|
20452
20325
|
{
|
|
20453
20326
|
address: "0x4A029F7bCf33AcB03547D8fA7be840347973e24e",
|
|
20454
20327
|
symbol: "MAZZE"
|
|
@@ -20625,10 +20498,6 @@ var ethInfo_default = [
|
|
|
20625
20498
|
address: "0xFe2e637202056d30016725477c5da089Ab0A043A",
|
|
20626
20499
|
symbol: "sETH2"
|
|
20627
20500
|
},
|
|
20628
|
-
{
|
|
20629
|
-
address: "0xF5581dFeFD8Fb0e4aeC526bE659CFaB1f8c781dA",
|
|
20630
|
-
symbol: "HOPR"
|
|
20631
|
-
},
|
|
20632
20501
|
{
|
|
20633
20502
|
address: "0xC581b735A1688071A1746c968e0798D642EDE491",
|
|
20634
20503
|
symbol: "EURT"
|
|
@@ -20797,18 +20666,10 @@ var ethInfo_default = [
|
|
|
20797
20666
|
address: "0xe9572938bcbf08adceE86Fd12A7C0D08dC4Ab841",
|
|
20798
20667
|
symbol: "INS"
|
|
20799
20668
|
},
|
|
20800
|
-
{
|
|
20801
|
-
address: "0x1614F18Fc94f47967A3Fbe5FfcD46d4e7Da3D787",
|
|
20802
|
-
symbol: "PAID"
|
|
20803
|
-
},
|
|
20804
20669
|
{
|
|
20805
20670
|
address: "0x0001A500A6B18995B03f44bb040A5fFc28E45CB0",
|
|
20806
20671
|
symbol: "OLAS"
|
|
20807
20672
|
},
|
|
20808
|
-
{
|
|
20809
|
-
address: "0xf091867EC603A6628eD83D274E835539D82e9cc8",
|
|
20810
|
-
symbol: "ZETA"
|
|
20811
|
-
},
|
|
20812
20673
|
{
|
|
20813
20674
|
address: "0x24fcFC492C1393274B6bcd568ac9e225BEc93584",
|
|
20814
20675
|
symbol: "MAVIA"
|
|
@@ -20976,10 +20837,6 @@ var ethInfo_default = [
|
|
|
20976
20837
|
{
|
|
20977
20838
|
address: "0x0e4e7F2AecF408AFF4f82f067677050239bdC58A",
|
|
20978
20839
|
symbol: "FUNG"
|
|
20979
|
-
},
|
|
20980
|
-
{
|
|
20981
|
-
address: "0x83F20F44975D03b1b09e64809B757c47f942BEeA",
|
|
20982
|
-
symbol: "sDAI"
|
|
20983
20840
|
}
|
|
20984
20841
|
];
|
|
20985
20842
|
|
|
@@ -21632,4 +21489,4 @@ export {
|
|
|
21632
21489
|
createApply,
|
|
21633
21490
|
createExportToSafeTransactionBuilder
|
|
21634
21491
|
};
|
|
21635
|
-
//# sourceMappingURL=chunk-
|
|
21492
|
+
//# sourceMappingURL=chunk-CQPNJLNR.mjs.map
|