Skip to content

Commit 9e8b00a

Browse files
authored
chore(target_chains/cosmwasm): add xion mainnet (#2576)
1 parent 6f0eb47 commit 9e8b00a

File tree

5 files changed

+17
-2
lines changed

5 files changed

+17
-2
lines changed

contract_manager/store/chains/CosmWasmChains.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,11 @@
8282
prefix: xion
8383
feeDenom: uxion
8484
type: CosmWasmChain
85+
- endpoint: https://rpc.xion-mainnet-1.burnt.com:443
86+
id: xion
87+
wormholeChainName: xion
88+
mainnet: true
89+
gasPrice: "0.025"
90+
prefix: xion
91+
feeDenom: uxion
92+
type: CosmWasmChain

contract_manager/store/contracts/CosmWasmPriceFeedContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@
4646
- chain: xion_testnet_2
4747
address: xion1wptw89weav8tnpgxg4fyhcahgk8yy99lka3w308536ktadkvjwxqe463hl
4848
type: CosmWasmPriceFeedContract
49+
- chain: xion
50+
address: xion18nsqwhfwnqzs4vkxdr02x40awm0gz9pl0wn4ecsl8qqra2vxqppq57qx5a
51+
type: CosmWasmPriceFeedContract

contract_manager/store/contracts/CosmWasmWormholeContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@
4646
- chain: xion_testnet_2
4747
address: xion1qlrdccrcw4rew9ervlazeyt9qmcx84r87vrq74sfd48f4q8y3qrqf59syp
4848
type: CosmWasmWormholeContract
49+
- chain: xion
50+
address: xion1zfdqgkd9lcqwc4ywkeg2pr2v2p5xxa7n2s9layq2623pvhp4xv0sr4659c
51+
type: CosmWasmWormholeContract
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
- chain: near
22
address: pyth-oracle.near
3-
type: NearPriceFeedContract
43
governanceDataSourceChain: 1
54
governanceDataSourceAddress: 5635979a221c34931e32620b9293a463065555ea71fe97cd6237ade875b12e9e
65
lastExecutedGovernanceSequence: 408
6+
type: NearPriceFeedContract
77
- chain: near_testnet
88
address: pyth-oracle.testnet
9-
type: NearPriceFeedContract
109
governanceDataSourceChain: 1
1110
governanceDataSourceAddress: 63278d271099bfd491951b3e648f08b1c71631e4a53674ad43e8f9f98068c385
1211
lastExecutedGovernanceSequence: 100
12+
type: NearPriceFeedContract

governance/xc_admin/packages/xc_admin_common/src/chains.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export const RECEIVER_CHAINS = {
108108
story: 60078,
109109
hyperevm: 60079,
110110
bittensor_mainnet: 60080,
111+
xion: 60081,
111112

112113
// Testnets as a separate chain ids (to use stable data sources and governance for them)
113114
injective_testnet: 60013,

0 commit comments

Comments
 (0)