Skip to content

Commit

Permalink
build 🛠 build-20241211-030428
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Dec 11, 2024
1 parent 5af6c19 commit 0b9e3e1
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 1 deletion.
32 changes: 32 additions & 0 deletions v2/packages/chain-registry/src/mainnet/int3face/asset-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,38 @@ const info: AssetList = {
}
}],
typeAsset: 'sdk.coin'
},
{
description: 'TON on Int3face',
denomUnits: [{
denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton',
exponent: 0
}, {
denom: 'ton',
exponent: 9
}],
base: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton',
name: 'TON',
display: 'ton',
symbol: 'TON',
traces: [{
type: 'bridge',
counterparty: {
chainName: 'ton',
baseDenom: 'nanoton'
},
provider: 'Int3face'
}],
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3ton.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3ton.png',
theme: {
primaryColorHex: '#3d3d3d'
}
}],
typeAsset: 'sdk.coin'
}
]
};
Expand Down
9 changes: 8 additions & 1 deletion v2/packages/chain-registry/src/mainnet/int3face/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const info: Chain = {
prettyName: 'Int3face',
status: 'live',
networkType: 'mainnet',
website: 'https://int3face.io/',
website: 'https://int3face.zone/',
bech32Prefix: 'int3',
daemonName: 'int3',
nodeHome: '$HOME/.int3faced',
Expand Down Expand Up @@ -49,6 +49,13 @@ const info: Chain = {
lowGasPrice: 0.001,
averageGasPrice: 0.0025,
highGasPrice: 0.004
},
{
denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton',
fixedMinGasPrice: 0.0001,
lowGasPrice: 0.0001,
averageGasPrice: 0.00025,
highGasPrice: 0.0004
}
]
},
Expand Down
52 changes: 52 additions & 0 deletions v2/packages/chain-registry/src/mainnet/osmosis/asset-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20606,6 +20606,58 @@ const info: AssetList = {
}
}]
},
{
description: 'TON on Int3face',
denomUnits: [{
denom: 'ibc/DDE1238DCBC338C0FD0700A72CBD64C017B7A646C4A46789ADFB5D47F1E52E38',
exponent: 0,
aliases: ['factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton']
}, {
denom: 'ton',
exponent: 9
}],
typeAsset: 'ics20',
base: 'ibc/DDE1238DCBC338C0FD0700A72CBD64C017B7A646C4A46789ADFB5D47F1E52E38',
name: 'TON (Int3)',
display: 'ton',
symbol: 'TON.int3',
traces: [{
type: 'bridge',
counterparty: {
chainName: 'ton',
baseDenom: 'nanoton'
},
provider: 'Int3face'
}, {
type: 'ibc',
counterparty: {
chainName: 'int3face',
baseDenom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton',
channelId: 'channel-0'
},
chain: {
channelId: 'channel-82819',
path: 'transfer/channel-82819/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton'
}
}],
logoURIs: {
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.svg',
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.png'
},
images: [{
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.svg',
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.png'
}, {
imageSync: {
chainName: 'int3face',
baseDenom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton'
},
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3ton.png',
theme: {
primaryColorHex: '#3d3d3d'
}
}]
},
{
description: 'Tether\'s USD stablecoin from Arbitrum on Axelar',
denomUnits: [{
Expand Down

0 comments on commit 0b9e3e1

Please sign in to comment.