-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmodule.config.json
More file actions
72 lines (72 loc) · 2.29 KB
/
module.config.json
File metadata and controls
72 lines (72 loc) · 2.29 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
{
"network": {
"id": "xrplevm_testnet",
"name": "xrplevm_testnet",
"symbol": "XRP",
"env": "testnet",
"type": "cosmos",
"nativeToken": {
"name": "XRP",
"symbol": "XRP",
"decimals": 18
},
"urls": {
"rpc": "http://cosmos.testnet.xrplevm.org:26657"
}
},
"slashing": {
"slashDowntimeFraction": "0",
"slashDoubleSignFraction": "0"
},
"poa": {
"stakedAmount": "1000000"
},
"bank": {
"account": "ethm1dakgyqjulg29m5fmv992g2y66m9g2mjn6hahwg"
},
"ibc": {
"chains": [
{
"dstChain": {
"account": {
"mnemonic": "harsh harsh mean pool tell oval cancel deal unit strategy deny pool",
"address": "ethm1dny09udcpxg2j6440fuk2m6wajz6249tgu2znt"
},
"evm": true,
"chainId": "xrplevm_1449000-1",
"rpcUrl": "http://cosmos.testnet.xrplevm.org:26657",
"prefix": "ethm",
"denom": "axrp",
"amount": "5000",
"channel": "channel-2",
"gas": {
"amount": "40000000000000000",
"gas": "200000"
}
},
"srcChain": {
"account": {
"mnemonic": "harsh harsh mean pool tell oval cancel deal unit strategy deny pool",
"address": "cosmos1dakgyqjulg29m5fmv992g2y66m9g2mjn6hahwg"
},
"evm": false,
"chainId": "osmo-test-5",
"rpcUrl": "https://rpc.testnet.osmosis.zone",
"prefix": "osmo",
"denom": "uosmo",
"amount": "5000",
"gas": {
"amount": "200000",
"gas": "200000"
},
"channel": "channel-10361"
},
"port": "transfer"
}
],
"heightBuffer": 1000,
"timeoutMinutes": 10,
"maxIterations": 12,
"delay": 10000
}
}