-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
107 lines (107 loc) · 2.58 KB
/
Copy pathconfig.example.json
File metadata and controls
107 lines (107 loc) · 2.58 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"tendermintRpc": "127.0.0.1:26612",
"keys": {
"contracts_owner": "PK",
"wallet alias": "remove if not needed"
},
"contracts": {
"leaser": "nolus1wn625s4jcmvk0szpl85rj5azkfc6suyvf75q6vrddscjdphtve8s5gg42f"
},
"coins": [
{
"symbol": "NLS",
"minimal_denom": "unls",
"decimal_digits": "6",
"ibc_route": []
},
{
"symbol": "USDC",
"minimal_denom": "uusdc",
"decimal_digits": "6",
"ibc_route": [
"channel-0",
"channel-208"
]
},
{
"symbol": "ATOM",
"minimal_denom": "uatamo",
"decimal_digits": "6",
"ibc_route": [
"channel-0",
"channel-0"
]
},
{
"symbol": "OSMO",
"minimal_denom": "uosmo",
"decimal_digits": "6",
"ibc_route": [
"channel-0"
]
},
{
"symbol": "WETH",
"minimal_denom": "weth-wei",
"decimal_digits": "18",
"ibc_route": [
"channel-0",
"channel-208"
]
},
{
"symbol": "WBTC",
"minimal_denom": "wbtc-satoshi",
"decimal_digits": "8",
"ibc_route": [
"channel-0",
"channel-208"
]
},
{
"symbol": "EVMOS",
"minimal_denom": "aevmos",
"decimal_digits": "18",
"ibc_route": [
"channel-0",
"channel-204"
]
},
{
"symbol": "JUNO",
"minimal_denom": "ujuno",
"decimal_digits": "6",
"ibc_route": [
"channel-0",
"channel-42"
]
},
{
"symbol": "STARS",
"minimal_denom": "ustars",
"decimal_digits": "6",
"ibc_route": [
"channel-0",
"channel-75"
]
},
{
"symbol": "CRO",
"minimal_denom": "basecro",
"decimal_digits": "8",
"ibc_route": [
"channel-0",
"channel-5"
]
},
{
"symbol": "SCRT",
"minimal_denom": "uscrt",
"decimal_digits": "6",
"ibc_route": [
"channel-0",
"channel-88"
]
}
]
}