Skip to content

Commit

Permalink
Merge branch 'main' into misha/abs-500-add-multisig-support-to-abstra…
Browse files Browse the repository at this point in the history
…ct-deployment
  • Loading branch information
Buckram123 authored Nov 11, 2024
2 parents 4cc4eb4 + dbb273f commit 0045c8b
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion framework/Cargo.lock

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

Binary file modified framework/artifacts/abstract_account-xion.wasm
Binary file not shown.
Binary file modified framework/artifacts/abstract_account.wasm
Binary file not shown.
Binary file modified framework/artifacts/abstract_ibc_client.wasm
Binary file not shown.
Binary file modified framework/artifacts/abstract_ibc_host.wasm
Binary file not shown.
Binary file modified framework/artifacts/abstract_ica_client.wasm
Binary file not shown.
Binary file modified framework/artifacts/abstract_module_factory.wasm
Binary file not shown.
Binary file modified framework/artifacts/abstract_registry.wasm
Binary file not shown.
14 changes: 7 additions & 7 deletions framework/artifacts/checksums.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
c33f611e3ffbd9476916925f98d841b0ada31b9c0be0495b0f6b199c3f3159d6 abstract_account-xion.wasm
c4019e58f3745d3ce039c3bff1d1a92d5a3046cea4791c8f0c1c552d9cf24590 abstract_account.wasm
9b6394e85b956d66d8a286d541c6ef160ea52341635fa97c03f61a7563127864 abstract_account-xion.wasm
98274761e51dd60d0fb9bdba3672c8e6329edd4ce8af047481373fb9d7bbf4c0 abstract_account.wasm
3541b83bb328bd6fe18c0868cd69f37bdf760975c706746e9a41365fdfef13d7 abstract_ans_host.wasm
3f8e0fbc32c860af0682611f83b15838754b22b4cd6cf791b9dbb60aee839018 abstract_ibc_client.wasm
aa02a7563cb2f95aec1dd4017068bb81ca9c1be37bc1f0e354baf14d9c76b31b abstract_ibc_host.wasm
9cea3573f4ac1cfa5ea2a394012ef3c67c6bd746ed3006ebf80ff34598da37f0 abstract_ica_client.wasm
cd79705ab7289d51126a0af484f76ab8cff155e038d17e9a6a321b1b5db50b65 abstract_module_factory.wasm
cc244f5ad7d0794cf6eaf5265cb2f9a7e535060a81e20e70ff146ba82cfd02e0 abstract_registry.wasm
c2cf261e856081b53ba075a5cd2ce41b4ac2ef92301dc078c06babf4a12d0806 abstract_ibc_client.wasm
9482a8b60432b0e3be375126c471713c75beeeed5d12165bba1ce2fa933f6895 abstract_ibc_host.wasm
e71aefe152fad057414f65809e9935776b6c786e516b8e392ad0aa0cc8927a92 abstract_ica_client.wasm
0f138e27eb8546ac4db0f46a62cfb51d04be7f97166740bbbef21f3087202b85 abstract_module_factory.wasm
6bf31b2a3df115f198e9f70f945420a40d2472b0bac3f566f305b0ef4da95086 abstract_registry.wasm
2 changes: 1 addition & 1 deletion framework/contracts/native/registry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "abstract-registry"
version = "0.24.2"
version = "0.24.3"
authors = { workspace = true }
edition = { workspace = true }
description = "Abstract Registry Contract"
Expand Down
6 changes: 3 additions & 3 deletions interchain/scripts/state.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"abstract:ibc-client": 11305,
"abstract:ibc-host": 11306,
"abstract:module-factory": 11301,
"abstract:registry": 11342,
"abstract:registry": 11418,
"cw:blob": 11289
},
"default": {
Expand All @@ -26,7 +26,7 @@
"abstract:ibc-client": 7694,
"abstract:ibc-host": 7695,
"abstract:module-factory": 7690,
"abstract:registry": 7938,
"abstract:registry": 8003,
"cw:blob": 7399
},
"default": {
Expand Down Expand Up @@ -66,7 +66,7 @@
"abstract:ibc-client": 1283,
"abstract:ibc-host": 1284,
"abstract:module-factory": 1281,
"abstract:registry": 1299,
"abstract:registry": 1309,
"cw:blob": 1278
},
"default": {
Expand Down

0 comments on commit 0045c8b

Please sign in to comment.