Skip to content

Commit

Permalink
feat(deployments): xion (#3767)
Browse files Browse the repository at this point in the history
  • Loading branch information
benluelo authored Feb 14, 2025
2 parents 58a4c50 + a5aa934 commit 48379bd
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
20 changes: 20 additions & 0 deletions cosmwasm/cosmwasm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,26 @@
ucs03 = ucs03-configs.cw20;
};
bech32_prefix = "stride";
lightclients = [
"cometbls"
# "tendermint"
"state-lens-ics23-mpt"
];
}
{
name = "xion-testnet";
rpc_url = "https://rpc.xion-testnet-2.burnt.com/";
private_key = ''"$1"'';
gas_config = {
gas_price = "0.002";
gas_denom = "uxion";
gas_multiplier = "1.5";
max_gas = 60000000;
};
apps = {
ucs03 = ucs03-configs.cw20;
};
bech32_prefix = "xion";
lightclients = [
"cometbls"
"tendermint"
Expand Down
30 changes: 30 additions & 0 deletions deployments/deployments.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,5 +291,35 @@
}
},
"channels": []
},
{
"chain_id": "xion-testnet-2",
"ibc_interface": "ibc-cosmwasm",
"deployments": {
"core": {
"address": "xion1zm2jvrz2f0ys0ducy2me9n63c4lstuc378nexzdheslvun380tes6lvrfu",
"height": 298029
},
"lightclient": {
"cometbls": {
"address": "xion1erl5v3whpzt9z9przvteca32ceqxdhddue0dlnkl5vppfeasn9ks8em4vn",
"height": 298034
},
"state-lens/ics23/mpt": {
"address": "xion13htgxx7243kvx0nqv8d2lmrkfwfylcf5z22gl9z9gpysna04mejq80ldza",
"height": 298041
},
"tendermint": {
"address": "xion1z5vazvkhyulvfkjyk9dqcm2rk4k0q0009f5nyw7xgw5yzzssfqss57kvuw",
"height": 298045
}
},
"app": {
"ucs03": {
"address": "xion1x2jzeup7uwfxjxxrtfna2ktcugltntgu6kvc0eeayk0d82l247cquphaxt",
"height": 298051
}
}
}
}
]

0 comments on commit 48379bd

Please sign in to comment.