-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathirisnet.env
55 lines (46 loc) · 1.87 KB
/
irisnet.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# ========================================================
# CLI
# ========================================================
export CLI="iris"
export CLI_DENOM="uiris"
export CLI_GAS="auto"
export CLI_GAS_PRICES="0.01"$CLI_DENOM
export CLI_GAS_ADJUSTMENT="1.3"
export CLI_BROADCAST_MODE="sync"
export CLI_FEES="2000"$CLI_DENOM
# ========================================================
# Wallets
# ========================================================
export WALLET_CREATOR="iaa183e7ccwsnngj2q8lfxnmekunspnfxs6qxd4v3f"
export WALLET_MINTER="iaa183e7ccwsnngj2q8lfxnmekunspnfxs6qxd4v3f"
export WALLET_RELAYER="iaa1g0krhq56pmxmaz8lnj8h6jf55kcsq7x07srg8c"
# ========================================================
# ICS721
# ========================================================
export ICS721_VERSION="ics721-1"
# ========================================================
# chains
# ========================================================
# IRISnet testnet
export CHAIN_ID="gon-irishub-1"
export CHAIN_NODE="http://34.80.93.133:26657"
export ARK_GON_COLLECTION="arkprotocol002"
export TEST_COLLECTION="testCollection001"
export ICS721_MODULE="nft"
export ICS721_PORT="nft-transfer"
# ========================================================
# relayer
# IMPORTANT: below values must apply with Hermes' config.toml!
# ========================================================
# channels for ICS721 contracts between 2 chains
export CHANNEL_1_TO_STARGAZE="channel-22"
export CHANNEL_2_TO_STARGAZE="channel-23"
export CHANNEL_1_TO_JUNO="channel-24"
export CHANNEL_2_TO_JUNO="channel-25"
export CHANNEL_1_TO_UPTICK="channel-17"
export CHANNEL_2_TO_UPTICK="channel-19"
export CHANNEL_1_TO_OMNIFLIX="channel-0"
export CHANNEL_2_TO_OMNIFLIX="channel-1"
export CHANNEL_1_TO_OSMOSIS="channel-33"
# ========================================================
# ========================================================