Skip to content

Commit

Permalink
Replaced abstract 0.26 code id to work with instantiate (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayanski authored Jan 20, 2025
1 parent 8455341 commit 69e62f6
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"title": "Add new account code id",
"authors": [
"[email protected]"
],
"summary": "Change registered Code Id to be able to instantiate new accounts using instantiate and reduce the XION API changes",
"details": "add new account code id",
"proposal_forum_url": "nil",
"vote_option_context": "yes to accept, no to deny"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"messages": [
{
"@type": "/abstractaccount.v1.MsgUpdateParams",
"sender": "xion10d07y265gmmuvt4z0w9aw880jnsr700jctf8qc",
"params": {
"allow_all_code_ids": false,
"allowed_code_ids": [
21,
793,
1986
],
"max_gas_before": "5000000",
"max_gas_after": "5000000"
}
}
],
"metadata": "https://raw.githubusercontent.com/burnt-labs/burnt-networks/main/testnets/xion-testnet-1/governance-proposals/update-parameters/metadata/017-abstract-account-set-allowed-code-ids.json",
"deposit": "1000000000uxion",
"title": "add new account code id",
"summary": "add new account code id",
"expedited": true
}

0 comments on commit 69e62f6

Please sign in to comment.