Skip to content

Commit 66b8506

Browse files
Int3face: add non-native fee tokens && add grpc endpoint && fix explorer tx_page filed (#5619)
Co-authored-by: Dmitriy Pyshinskiy <[email protected]>
1 parent c8d2a50 commit 66b8506

File tree

1 file changed

+37
-3
lines changed

1 file changed

+37
-3
lines changed

int3face/chain.json

+37-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,38 @@
1818
"fee_tokens": [
1919
{
2020
"denom": "uint3",
21-
"fixed_min_gas_price": 0.0025,
22-
"low_gas_price": 0.0025,
21+
"fixed_min_gas_price": 0.01,
22+
"low_gas_price": 0.01,
2323
"average_gas_price": 0.025,
2424
"high_gas_price": 0.04
25+
},
26+
{
27+
"denom": "factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-btc",
28+
"fixed_min_gas_price": 0.0000001,
29+
"low_gas_price": 0.0000001,
30+
"average_gas_price": 0.0000025,
31+
"high_gas_price": 0.000004
32+
},
33+
{
34+
"denom": "factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-cash-bch",
35+
"fixed_min_gas_price": 0.000001,
36+
"low_gas_price": 0.000001,
37+
"average_gas_price": 0.000025,
38+
"high_gas_price": 0.00004
39+
},
40+
{
41+
"denom": "factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/litecoin-ltc",
42+
"fixed_min_gas_price": 0.000001,
43+
"low_gas_price": 0.000001,
44+
"average_gas_price": 0.000025,
45+
"high_gas_price": 0.00004
46+
},
47+
{
48+
"denom": "factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/dogecoin-doge",
49+
"fixed_min_gas_price": 0.001,
50+
"low_gas_price": 0.001,
51+
"average_gas_price": 0.0025,
52+
"high_gas_price": 0.004
2553
}
2654
]
2755
},
@@ -118,13 +146,19 @@
118146
"address": "https://api.mainnet.int3face.zone",
119147
"provider": "Int3face.io"
120148
}
149+
],
150+
"grpc": [
151+
{
152+
"address": "grpc.mainnet.int3face.zone:443",
153+
"provider": "Int3face.io"
154+
}
121155
]
122156
},
123157
"explorers": [
124158
{
125159
"kind": "ping.pub",
126160
"url": "https://explorer.int3face.zone",
127-
"tx_page": "https://explorer.int3face.zone/tx/${txHash}"
161+
"tx_page": "https://explorer.int3face.zone/int3face-1/tx/${txHash}"
128162
}
129163
],
130164
"images": [

0 commit comments

Comments
 (0)