@roochnetwork/rooch-sdk-kit
Version:
Rooch SDK Kit
31 lines (29 loc) • 925 B
text/typescript
// Copyright (c) RoochNetwork
// SPDX-License-Identifier: Apache-2.0
// TODO: need local?
export const ENVS = {
main: {
faucet: {
Url: 'https://main-faucet.rooch.network',
CA: '0x701c21bf1c8cd5af8c42983890d8ca55e7a820171b8e744c13f2d9998bf76cc3',
Obj: '0xd5723eda84f691ae2623da79312c7909b1737c5b3866ecc5dbd6aa21718ff15d',
},
inviter: {
CA: '0x701c21bf1c8cd5af8c42983890d8ca55e7a820171b8e744c13f2d9998bf76cc3',
Module: 'invitation',
Conf: 'InvitationConf',
},
},
test: {
faucet: {
Url: 'https://test-faucet.rooch.network',
CA: '0x701c21bf1c8cd5af8c42983890d8ca55e7a820171b8e744c13f2d9998bf76cc3',
Obj: '0xd5723eda84f691ae2623da79312c7909b1737c5b3866ecc5dbd6aa21718ff15d',
},
inviter: {
CA: '0x701c21bf1c8cd5af8c42983890d8ca55e7a820171b8e744c13f2d9998bf76cc3',
Module: 'invitation',
Conf: 'InvitationConf',
},
},
}