Skip to content

Commit

Permalink
Adaptations to periphery-v2 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
markolazic01 committed Jul 1, 2024
1 parent 47a1c89 commit fd77e8a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions test/shared/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const dragonswapFactoryFixture: Fixture<DragonswapFactoryFixture> = async
NFTDescriptor: [
{
length: 20,
start: 1681,
start: 1430,
},
],
},
Expand All @@ -111,7 +111,7 @@ export const dragonswapFactoryFixture: Fixture<DragonswapFactoryFixture> = async
{
bytecode: linkedBytecode,
abi: NonfungibleTokenPositionDescriptor.abi,
},// 'FUNNYMONEY' as a bytes32 string
}, // 'FUNNYMONEY' as a bytes32 string
[tokens[0].address, "0x46554e4e594d4f4e455900000000000000000000000000000000000000000000"]
)

Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@

"@dragonswap/core@https://github.com/dragonswap-app/dragonswap-core":
version "1.0.0"
resolved "https://github.com/dragonswap-app/dragonswap-core#dcfc54cf623a85d8d3cd9f416e5b10ca6cc16052"
resolved "https://github.com/dragonswap-app/dragonswap-core#9dff29ca7a10266338881132df8c7db70303c252"
dependencies:
"@commitlint/cli" "^17.0.3"
"@commitlint/config-conventional" "^17.0.3"
Expand All @@ -253,7 +253,7 @@

"@dragonswap/v2-periphery@git+ssh://[email protected]:dragonswap-app/v2-periphery.git":
version "1.0.0"
resolved "git+ssh://[email protected]:dragonswap-app/v2-periphery.git#26d6e04fc515e1c6ca9f942dd0935d4ad4a2bffd"
resolved "git+ssh://[email protected]:dragonswap-app/v2-periphery.git#57af066cc2f80abdb7a04792c2f32a0030b2a179"
dependencies:
"@dragonswap/core" "https://github.com/dragonswap-app/dragonswap-core"
"@dragonswap/v2-core" "git+ssh://[email protected]:dragonswap-app/v2-core.git"
Expand Down Expand Up @@ -9812,9 +9812,9 @@ [email protected]:
integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==

qs@^6.4.0:
version "6.12.1"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.12.1.tgz#39422111ca7cbdb70425541cba20c7d7b216599a"
integrity sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ==
version "6.12.2"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.12.2.tgz#5443b587f3bf73ac68968de491e5b25bafe04478"
integrity sha512-x+NLUpx9SYrcwXtX7ob1gnkSems4i/mGZX5SlYxwIau6RrUSODO89TR/XDGGpn5RPWSYIB+aSfuSlV5+CmbTBg==
dependencies:
side-channel "^1.0.6"

Expand Down

0 comments on commit fd77e8a

Please sign in to comment.