@@ -23,23 +23,23 @@ use wyndex::{
2323
2424use cw20_base:: contract:: AbstractCw20Base ;
2525
26- pub const STAKING : & str = "wynd :staking" ;
27- pub const FACTORY : & str = "wynd :factory" ;
26+ pub const STAKING : & str = "wyndex :staking" ;
27+ pub const FACTORY : & str = "wyndex :factory" ;
2828pub const WYND_TOKEN : & str = "wynd" ;
29- const EUR_USD_PAIR : & str = "wynd :eur_usd_pair" ;
30- pub const EUR_USD_STAKE : & str = "wynd :eur_usd_staking" ;
31- pub const EUR_USD_LP : & str = "wynd /eur,usd" ;
32- const WYND_EUR_PAIR : & str = "wynd :wynd_eur_pair" ;
33- pub const WYND_EUR_LP : & str = "wynd /wynd,eur" ;
29+ const EUR_USD_PAIR : & str = "wyndex :eur_usd_pair" ;
30+ pub const EUR_USD_STAKE : & str = "wyndex :eur_usd_staking" ;
31+ pub const EUR_USD_LP : & str = "wyndex /eur,usd" ;
32+ const WYND_EUR_PAIR : & str = "wyndex :wynd_eur_pair" ;
33+ pub const WYND_EUR_LP : & str = "wyndex /wynd,eur" ;
3434pub const EUR : & str = "eur" ;
3535pub const USD : & str = "usd" ;
36- pub const WYNDEX : & str = "wynd " ;
36+ pub const WYNDEX : & str = "wyndex " ;
3737pub const WYNDEX_OWNER : & str = "wyndex_owner" ;
3838pub const POOL_FACTORY : & str = "pool_factory" ;
3939pub const MULTI_HOP : & str = "multi_hop" ;
4040pub const RAW_TOKEN : & str = "raw" ;
41- pub const RAW_EUR_LP : & str = "wynd /eur,raw" ;
42- const RAW_EUR_PAIR : & str = "wynd :eur_raw_pair" ;
41+ pub const RAW_EUR_LP : & str = "wyndex /eur,raw" ;
42+ const RAW_EUR_PAIR : & str = "wyndex :eur_raw_pair" ;
4343
4444pub struct WynDex {
4545 /// Suite can be used to create new pools and register new rewards.
0 commit comments