File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed
target-chains/cosmwasm/tools/src Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,12 @@ export const CONFIG: Config = {
41
41
network : Network . Testnet ,
42
42
} ,
43
43
} ,
44
+ [ NETWORKS . OSMOSIS_TESTNET ] : {
45
+ type : CONFIG_TYPE . OSMOSIS ,
46
+ host : {
47
+ endpoint : "https://rpc-test.osmosis.zone:443" ,
48
+ } ,
49
+ } ,
44
50
[ NETWORKS . OSMOSIS_LOCAL ] : {
45
51
type : CONFIG_TYPE . OSMOSIS ,
46
52
host : {
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ export enum NETWORKS {
3
3
TERRA_TESTNET = "terra_testnet" ,
4
4
TERRA_LOCAL = "terra_local" ,
5
5
INJECTIVE_TESTNET = "injective_testnet" ,
6
+ OSMOSIS_TESTNET = "osmosis_testnet" ,
6
7
OSMOSIS_LOCAL = "osmosis_local" ,
7
8
}
8
9
Original file line number Diff line number Diff line change @@ -129,6 +129,19 @@ export const CONFIG: Config = {
129
129
} ,
130
130
...PYTH_SOURCES_TESTNET ,
131
131
} ,
132
+ [ NETWORKS . OSMOSIS_TESTNET ] : {
133
+ wormhole_contract :
134
+ "osmo1hggkxr0hpw83f8vuft7ruvmmamsxmwk2hzz6nytdkzyup9krt0dq27sgyx" ,
135
+ governance_source_index : 0 ,
136
+ governance_sequence_number : 0 ,
137
+ chain_id : 20 ,
138
+ valid_time_period_secs : 60 ,
139
+ fee : {
140
+ amount : "1" ,
141
+ denom : "uosmo" ,
142
+ } ,
143
+ ...PYTH_SOURCES_TESTNET ,
144
+ } ,
132
145
// this details below are invalid and random
133
146
// they are to be used only for for testing purposes
134
147
[ NETWORKS . OSMOSIS_LOCAL ] : {
You can’t perform that action at this time.
0 commit comments