forked from strangelove-ventures/interchaintest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuredChains.yaml
103 lines (96 loc) · 2.25 KB
/
configuredChains.yaml
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
## NOTICE: This file gets embedded into interchaintest binary.
## Set the environment variable: IBCTEST_CONFIGURED_CHAINS to a path
## to use custom versions of this file
agoric:
name: agoric
type: cosmos
bin: agd
bech32-prefix: agoric
denom: urun
gas-prices: 0.01urun
gas-adjustment: 1.3
trusting-period: 672h
images:
- repository: ghcr.io/strangelove-ventures/heighliner/agoric
uid-gid: 1025:1025
no-host-mount: true
composable:
name: composable
type: polkadot
bin: polkadot
bech32-prefix: ""
denom: uDOT
gas-prices: ""
gas-adjustment: 0
trusting-period: ""
images:
- repository: ghcr.io/strangelove-ventures/heighliner/polkadot
uid-gid: 1025:1025
- repository: ghcr.io/strangelove-ventures/heighliner/composable
uid-gid: 1025:1025
gaia:
name: gaia
type: cosmos
bin: gaiad
bech32-prefix: cosmos
denom: uatom
gas-prices: 0.01uatom
gas-adjustment: 1.3
trusting-period: 504h
images:
- repository: ghcr.io/strangelove-ventures/heighliner/gaia
uid-gid: 1025:1025
no-host-mount: false
icad:
name: icad
type: cosmos
bin: icad
bech32-prefix: cosmos
denom: photon
gas-prices: 0.0photon
gas-adjustment: 1.2
trusting-period: 504h
images:
- repository: ghcr.io/strangelove-ventures/heighliner/icad
uid-gid: 1025:1025
no-host-mount: false
juno:
name: juno
type: cosmos
bin: junod
bech32-prefix: juno
denom: ujuno
gas-prices: 0.0025ujuno
gas-adjustment: 1.3
trusting-period: 672h
images:
- repository: ghcr.io/strangelove-ventures/heighliner/juno
uid-gid: 1025:1025
no-host-mount: false
osmosis:
name: osmosis
type: cosmos
bin: osmosisd
bech32-prefix: osmo
denom: uosmo
gas-prices: 0.0uosmo
gas-adjustment: 1.3
trusting-period: 336h
images:
- repository: ghcr.io/strangelove-ventures/heighliner/osmosis
uid-gid: 1025:1025
no-host-mount: false
penumbra:
name: penumbra
type: penumbra
bin: tendermint
bech32-prefix: penumbra
denom: upenumbra
gas-prices: 0.0upenumbra
gas-adjustment: 1.3
trusting-period: 672h
images:
- repository: ghcr.io/strangelove-ventures/heighliner/tendermint
uid-gid: 1025:1025
- repository: ghcr.io/strangelove-ventures/heighliner/penumbra
uid-gid: 1025:1025