Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKurt committed Feb 7, 2024
1 parent e92f31a commit 7609781
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@allo-team/allo-v2-sdk": "^1.0.45",
"@allo-team/allo-v2-sdk": "^1.0.46",
"abitype": "^1.0.0",
"ethers": "5.7.2",
"viem": "^1.19.11",
Expand Down
4 changes: 2 additions & 2 deletions src/create-pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@ async function main() {

const createPoolArgs: CreatePoolArgs = {
profileId:
"0x09132b33efb9c64286494976c25a806163606e96e52813f29266ef3597c4ce86", // created using create-profile.ts
"0xbc52a82d1d307c85455c40fd2761d13a45f960cc2935a55fd8986cf710687920", // created using create-profile.ts
strategy: "0xD13ec67938B5E9Cb05A05D8e160daF02Ed5ea9C9",
initStrategyData: initializeData,
token: NATIVE, // pool token (match token)
amount: BigInt(1e0) as bigint, // match amount
amount: BigInt(0) as bigint, // match amount
metadata: {
protocol: BigInt(1), // 0 = NONE, 1 = IPFS
pointer:
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
resolved "https://registry.yarnpkg.com/@adraffy/ens-normalize/-/ens-normalize-1.10.0.tgz#d2a39395c587e092d77cbbc80acf956a54f38bf7"
integrity sha512-nA9XHtlAkYfJxY7bce8DcN7eKxWWCWkU+1GR9d+U6MbNpfwQp8TI7vqOsBsMcHoT4mBu2kypKoSKnghEzOOq5Q==

"@allo-team/allo-v2-sdk@^1.0.45":
version "1.0.45"
resolved "https://registry.yarnpkg.com/@allo-team/allo-v2-sdk/-/allo-v2-sdk-1.0.45.tgz#385f0faf36a10b95fb45db7133f4f593f8445d41"
integrity sha512-AdFUrRNr1iwvlaYFtLjR2wmey5EYgcS+Wy/HtpSE8oxhSKViyJPm90XrqIskBYb/tJelPkkZE9CwdLITHdFtGw==
"@allo-team/allo-v2-sdk@^1.0.46":
version "1.0.46"
resolved "https://registry.yarnpkg.com/@allo-team/allo-v2-sdk/-/allo-v2-sdk-1.0.46.tgz#136b3880e5b020ff6d0e609f5de059393437577e"
integrity sha512-OrRyO/tWSW6wTUV35rQbnNe8tstKc6GfvN8tomBSJXCIVDCU+blhaHUuHCLNW4+1boh7ewPmnTdMhvQz95Ye4g==
dependencies:
dotenv "^16.3.1"
events "^3.3.0"
Expand Down

0 comments on commit 7609781

Please sign in to comment.