icns-frontend/constants/icns.ts

11 lines
413 B
TypeScript
Raw Normal View History

2022-12-14 07:52:05 +00:00
export const MainChainId = "osmo-test-4";
2022-12-14 11:36:08 +00:00
export const RPC_URL = "https://rpc.testnet.osmosis.zone";
2022-12-13 14:46:32 +00:00
export const REST_URL = "https://lcd.testnet.osmosis.zone";
2022-12-15 10:06:44 +00:00
// TODO: .evn에 없으면 디폴트값 설정
2022-12-13 14:46:32 +00:00
export const REGISTRAR_ADDRESS =
"osmo1npn97g7hsgqlp70rw8nhd7c7vyvkukv9x0n25sn4fk5mgcjlz4gq9zlgf3";
export const RESOLVER_ADDRESS =
"osmo1002awr7frr9wk44lc3vfzt0d2w6vz5z03ql6fszjsjy8vdcvk0sskruz3c";