Skip to content

Commit

Permalink
chore: update SDK to 15k
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-llimos committed Dec 16, 2024
1 parent 48d34f9 commit 991f830
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bouncer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"prettier:write": "prettier --write ."
},
"dependencies": {
"@chainflip/cli": "1.8.0-rc.6",
"@chainflip/cli": "1.8.0-rc.7",
"@chainflip/utils": "^0.4.0",
"@coral-xyz/anchor": "^0.30.1",
"@iarna/toml": "^2.2.5",
Expand Down
10 changes: 5 additions & 5 deletions bouncer/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bouncer/shared/swapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function newCcmArbitraryBytes(maxLength: number): string {
}

// Protocol limits
const MAX_CCM_MSG_LENGTH = 9_000;
const MAX_CCM_MSG_LENGTH = 15_000;
const MAX_CCM_ADDITIONAL_DATA_LENGTH = 1000;
// Solana transactions have a length of 1232. Cappig it to some reasonable values
// that when construction the call the Solana length is not exceeded.
Expand Down

0 comments on commit 991f830

Please sign in to comment.