Skip to content

Commit

Permalink
update wasm files
Browse files Browse the repository at this point in the history
  • Loading branch information
taitruong committed Jun 7, 2024
1 parent b2bd342 commit 677db7d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions external-wasms/checksums.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cw721_base_v0.19.0.wasm 96b5cd406ec19804d12052f9a87b78989c9094d319b5dabdb45e975258ec6575, collection-info branch: https://github.com/arkprotocol/cw-nfts/tree/228c9ef0c9ff9386a964296e0924b27b57cc5083
cw_ics721_incoming_proxy_base.wasm 32dd48b27688b4f7783bccd506006b6c0754db79deccca92a9db13d8e4aa7355, https://github.com/arkprotocol/cw-ics721-proxy/releases/tag/v0.1.1
cw_ics721_outgoing_proxy_rate_limit.wasm aae9d990fa4bd4b2d25692c0d6496b52865c64fdb2df3911deb093060871a72f, https://github.com/arkprotocol/cw-ics721-proxy/releases/tag/v0.1.1
Binary file removed external-wasms/cw721_base_v0.18.0.wasm
Binary file not shown.
Binary file added external-wasms/cw721_base_v0.19.0.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions ts-relayer-tests/src/ics721.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ interface TestContext {

const test = anyTest as TestFn<TestContext>;

const WASM_FILE_CW721 = './internal/cw721_base_v0.18.0.wasm';
const WASM_FILE_CW721_INCOMING_PROXY = './internal/cw721_incoming_proxy.wasm';
const WASM_FILE_CW721_OUTGOING_PROXY = './internal/cw721_outgoing_proxy_rate_limit.wasm';
const WASM_FILE_CW721 = './internal/cw721_base_v0.19.0.wasm';
const WASM_FILE_CW721_INCOMING_PROXY = './internal/cw_ics721_incoming_proxy_base.wasm';
const WASM_FILE_CW721_OUTGOING_PROXY = './internal/cw_ics721_outgoing_proxy_rate_limit.wasm';
const WASM_FILE_CW_ICS721_ICS721 = './internal/ics721_base.wasm';
const MALICIOUS_CW721 = './internal/cw721_tester.wasm';

Expand Down

0 comments on commit 677db7d

Please sign in to comment.