dsa-connect
Advanced tools
Comparing version 0.2.4-beta.1 to 0.2.5
@@ -21,4 +21,5 @@ export * as connectorsV1 from './v1'; | ||
"POLYGON-BRIDGE-A": import("web3-utils").AbiItem[]; | ||
"AAVE-STAKE-A": import("web3-utils").AbiItem[]; | ||
}; | ||
}; | ||
}; |
export * from './oneInch'; | ||
export * from './aave'; | ||
export * from './aave_migrate'; | ||
export * from './aave_claim'; | ||
export * from './aave_stake'; | ||
export * from './aave_polygon_migrate'; | ||
@@ -5,0 +7,0 @@ export * from './aave_v1_import'; |
@@ -13,2 +13,3 @@ export declare const connectorsV2_M1: { | ||
"POLYGON-BRIDGE-A": import("web3-utils").AbiItem[]; | ||
"AAVE-STAKE-A": import("web3-utils").AbiItem[]; | ||
}; |
@@ -19,2 +19,3 @@ import * as basics from './basics'; | ||
"POLYGON-BRIDGE-A": import("web3-utils").AbiItem[]; | ||
"AAVE-STAKE-A": import("web3-utils").AbiItem[]; | ||
}; | ||
@@ -21,0 +22,0 @@ }; |
@@ -89,2 +89,4 @@ export declare const Addresses: { | ||
aave_polygon_migrate: string; | ||
aave_claim: string; | ||
aave_stake: string; | ||
}; | ||
@@ -102,2 +104,4 @@ 2: { | ||
"POLYGON-BRIDGE-A": string; | ||
"AAVE-CLAIM-A": string; | ||
"AAVE-STAKE-A": string; | ||
}; | ||
@@ -104,0 +108,0 @@ }; |
@@ -41,2 +41,4 @@ export declare const connectorsV1: { | ||
aave_polygon_migrate: string; | ||
aave_claim: string; | ||
aave_stake: string; | ||
}; |
@@ -12,2 +12,4 @@ export declare const connectorsV2_M1: { | ||
"POLYGON-BRIDGE-A": string; | ||
"AAVE-CLAIM-A": string; | ||
"AAVE-STAKE-A": string; | ||
}; |
@@ -12,3 +12,5 @@ declare const _default: { | ||
polygon_bridge: string; | ||
aave_claim: string; | ||
aave_stake: string; | ||
}; | ||
export default _default; |
{ | ||
"name": "dsa-connect", | ||
"version": "0.2.4-beta.1", | ||
"version": "0.2.5", | ||
"description": "DSA connect", | ||
@@ -25,3 +25,3 @@ "main": "dist/index.js", | ||
"open-releases": "open \"$(node -e 'console.log(`${require(\"./package.json\").repository}/releases`)')\"", | ||
"ganache:fork": "dotenv -- cross-var npx ganache-cli --fork %ETH_NODE_URL% --unlock %PUBLIC_ADDRESS% --chainId 1 -e 1000000", | ||
"ganache:fork": "dotenv -- cross-var npx ganache-cli --fork %ETH_NODE_URL% --unlock %PUBLIC_ADDRESS% --chainId 1 -e 1000000 -m 'west cricket tenant memory offer burger crumble snow solid mushroom wish solid'", | ||
"hardhat:fork": "dotenv -- cross-var npx hardhat node --fork %ETH_NODE_URL%" | ||
@@ -28,0 +28,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
629879
102
3789