diff --git a/repos/chain-registry b/repos/chain-registry index c8d2a504b..95697498f 160000 --- a/repos/chain-registry +++ b/repos/chain-registry @@ -1 +1 @@ -Subproject commit c8d2a504bdb330b2b18e8a0e2bf1f9624efb15a7 +Subproject commit 95697498fb49e49628d7dafe900764e651993404 diff --git a/v1/packages/chain-registry/src/mainnet/int3face/chain.ts b/v1/packages/chain-registry/src/mainnet/int3face/chain.ts index d4e2f9458..5b4000726 100644 --- a/v1/packages/chain-registry/src/mainnet/int3face/chain.ts +++ b/v1/packages/chain-registry/src/mainnet/int3face/chain.ts @@ -14,13 +14,43 @@ const info: Chain = { key_algos: ['secp256k1'], slip44: 118, fees: { - fee_tokens: [{ + fee_tokens: [ + { denom: 'uint3', - fixed_min_gas_price: 0.0025, - low_gas_price: 0.0025, + fixed_min_gas_price: 0.01, + low_gas_price: 0.01, average_gas_price: 0.025, high_gas_price: 0.04 - }] + }, + { + denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-btc', + fixed_min_gas_price: 1e-7, + low_gas_price: 1e-7, + average_gas_price: 0.0000025, + high_gas_price: 0.000004 + }, + { + denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-cash-bch', + fixed_min_gas_price: 0.000001, + low_gas_price: 0.000001, + average_gas_price: 0.000025, + high_gas_price: 0.00004 + }, + { + denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/litecoin-ltc', + fixed_min_gas_price: 0.000001, + low_gas_price: 0.000001, + average_gas_price: 0.000025, + high_gas_price: 0.00004 + }, + { + denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/dogecoin-doge', + fixed_min_gas_price: 0.001, + low_gas_price: 0.001, + average_gas_price: 0.0025, + high_gas_price: 0.004 + } + ] }, staking: { staking_tokens: [{ @@ -42,12 +72,16 @@ const info: Chain = { rest: [{ address: 'https://api.mainnet.int3face.zone', provider: 'Int3face.io' + }], + grpc: [{ + address: 'grpc.mainnet.int3face.zone:443', + provider: 'Int3face.io' }] }, explorers: [{ kind: 'ping.pub', url: 'https://explorer.int3face.zone', - tx_page: 'https://explorer.int3face.zone/tx/${txHash}' + tx_page: 'https://explorer.int3face.zone/int3face-1/tx/${txHash}' }], images: [{ image_sync: {