Skip to content

Commit

Permalink
Merge pull request #326 from oraichain/feat/update-v3-sdk
Browse files Browse the repository at this point in the history
update new sdk
  • Loading branch information
meomeocoj authored Aug 30, 2024
2 parents e40cbf0 + 9d7d004 commit ffb5731
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified packages/contracts-build/data/oraiswap-v3.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/contracts-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/oraidex-contracts-build",
"version": "1.0.35",
"version": "1.0.36",
"main": "build/index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/oraidex-contracts-sdk",
"version": "1.0.49",
"version": "1.0.50",
"main": "build/index.js",
"files": [
"build/",
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts-sdk/src/OraiswapV3.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -428,4 +428,4 @@ export interface TickIncentive {
incentive_growth_outside: FeeGrowth;
incentive_id: number;
}
export type ArrayOfTupleOfUint16AndUint64 = [number, number][];
export type ArrayOfTupleOfUint16AndUint64 = [number, Uint64][];
Binary file modified packages/oraiswap-v3/tests/data/oraiswap-v3.wasm
Binary file not shown.

0 comments on commit ffb5731

Please sign in to comment.