-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replaced abstract 0.26 code id to work with instantiate (#113)
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
...nance-proposals/update-parameters/metadata/018-abstract-account-set-allowed-code-ids.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
23 changes: 23 additions & 0 deletions
23
...nance-proposals/update-parameters/proposal/018-abstract-account-set-allowed-code-ids.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |