Skip to content

Commit

Permalink
build 🛠 build-20241126-022638
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Nov 26, 2024
1 parent 47d23c7 commit 1634a6e
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 6 deletions.
2 changes: 1 addition & 1 deletion repos/chain-registry
44 changes: 39 additions & 5 deletions v1/packages/chain-registry/src/mainnet/int3face/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [{
Expand All @@ -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: {
Expand Down

0 comments on commit 1634a6e

Please sign in to comment.