@chain-registry/assets 1.70.16 → 1.70.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/asset_lists.js +3 -2
- package/devnet/assets.d.ts +3 -0
- package/devnet/assets.js +8 -0
- package/devnet/index.d.ts +1 -0
- package/devnet/index.js +27 -0
- package/devnet/prysmdevnet.d.ts +3 -0
- package/devnet/prysmdevnet.js +922 -0
- package/esm/asset_lists.js +2 -1
- package/esm/devnet/assets.js +3 -0
- package/esm/devnet/index.js +1 -0
- package/esm/devnet/prysmdevnet.js +920 -0
- package/esm/index.js +1 -0
- package/esm/mainnet/agoric.js +70 -2
- package/esm/mainnet/akash.js +70 -2
- package/esm/mainnet/andromeda.js +68 -0
- package/esm/mainnet/archway.js +10 -2
- package/esm/mainnet/assets.js +5 -1
- package/esm/mainnet/atomone.js +182 -0
- package/esm/mainnet/axelar.js +70 -2
- package/esm/mainnet/beezee.js +68 -0
- package/esm/mainnet/bitcanna.js +68 -0
- package/esm/mainnet/bitsong.js +68 -0
- package/esm/mainnet/carbon.js +16 -16
- package/esm/mainnet/chihuahua.js +2 -2
- package/esm/mainnet/comdex.js +2 -2
- package/esm/mainnet/composable.js +68 -0
- package/esm/mainnet/cosmoshub.js +72 -4
- package/esm/mainnet/crescent.js +2 -2
- package/esm/mainnet/cryptoorgchain.js +2 -2
- package/esm/mainnet/decentr.js +68 -0
- package/esm/mainnet/doravota.js +68 -0
- package/esm/mainnet/dydx.js +2 -2
- package/esm/mainnet/dymension.js +68 -0
- package/esm/mainnet/gravitybridge.js +72 -4
- package/esm/mainnet/index.js +4 -0
- package/esm/mainnet/injective.js +2 -2
- package/esm/mainnet/int3face.js +182 -0
- package/esm/mainnet/irisnet.js +2 -2
- package/esm/mainnet/jackal.js +68 -0
- package/esm/mainnet/juno.js +70 -2
- package/esm/mainnet/kava.js +4 -4
- package/esm/mainnet/kujira.js +86 -18
- package/esm/mainnet/lava.js +238 -0
- package/esm/mainnet/mantrachain.js +420 -0
- package/esm/mainnet/migaloo.js +16 -16
- package/esm/mainnet/neutron.js +108 -40
- package/esm/mainnet/noble.js +314 -6
- package/esm/mainnet/nois.js +68 -0
- package/esm/mainnet/omniflixhub.js +68 -0
- package/esm/mainnet/osmosis.js +534 -68
- package/esm/mainnet/planq.js +68 -0
- package/esm/mainnet/quicksilver.js +70 -2
- package/esm/mainnet/qwoyn.js +68 -0
- package/esm/mainnet/regen.js +2 -2
- package/esm/mainnet/routerchain.js +82 -0
- package/esm/mainnet/secretnetwork.js +102 -34
- package/esm/mainnet/self.js +86 -0
- package/esm/mainnet/sentinel.js +2 -2
- package/esm/mainnet/sifchain.js +2 -2
- package/esm/mainnet/stargaze.js +2 -2
- package/esm/mainnet/starname.js +2 -2
- package/esm/mainnet/stride.js +4 -4
- package/esm/mainnet/synternet.js +182 -0
- package/esm/mainnet/terra2.js +68 -0
- package/esm/mainnet/umee.js +70 -2
- package/esm/mainnet/vidulum.js +68 -0
- package/esm/testnet/assets.js +2 -1
- package/esm/testnet/axelartestnet.js +78 -0
- package/esm/testnet/celestiatestnet3.js +78 -0
- package/esm/testnet/composabletestnet.js +78 -0
- package/esm/testnet/cosmoshubtestnet.js +78 -0
- package/esm/testnet/elystestnet.js +78 -0
- package/esm/testnet/index.js +1 -0
- package/esm/testnet/jackaltestnet2.js +77 -1
- package/esm/testnet/nobletestnet.js +78 -0
- package/esm/testnet/osmosistestnet.js +84 -0
- package/esm/testnet/osmosistestnet4.js +78 -0
- package/esm/testnet/quicksilvertestnet.js +78 -0
- package/esm/testnet/stargazetestnet.js +78 -0
- package/esm/testnet/synternettestnet.js +154 -0
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/mainnet/agoric.js +70 -2
- package/mainnet/akash.js +70 -2
- package/mainnet/andromeda.js +68 -0
- package/mainnet/archway.js +10 -2
- package/mainnet/assets.js +5 -1
- package/mainnet/atomone.d.ts +3 -0
- package/mainnet/atomone.js +184 -0
- package/mainnet/axelar.js +70 -2
- package/mainnet/beezee.js +68 -0
- package/mainnet/bitcanna.js +68 -0
- package/mainnet/bitsong.js +68 -0
- package/mainnet/carbon.js +16 -16
- package/mainnet/chihuahua.js +2 -2
- package/mainnet/comdex.js +2 -2
- package/mainnet/composable.js +68 -0
- package/mainnet/cosmoshub.js +72 -4
- package/mainnet/crescent.js +2 -2
- package/mainnet/cryptoorgchain.js +2 -2
- package/mainnet/decentr.js +68 -0
- package/mainnet/doravota.js +68 -0
- package/mainnet/dydx.js +2 -2
- package/mainnet/dymension.js +68 -0
- package/mainnet/gravitybridge.js +72 -4
- package/mainnet/index.d.ts +4 -0
- package/mainnet/index.js +7 -3
- package/mainnet/injective.js +2 -2
- package/mainnet/int3face.d.ts +3 -0
- package/mainnet/int3face.js +184 -0
- package/mainnet/irisnet.js +2 -2
- package/mainnet/jackal.js +68 -0
- package/mainnet/juno.js +70 -2
- package/mainnet/kava.js +4 -4
- package/mainnet/kujira.js +86 -18
- package/mainnet/lava.js +238 -0
- package/mainnet/mantrachain.d.ts +3 -0
- package/mainnet/mantrachain.js +422 -0
- package/mainnet/migaloo.js +16 -16
- package/mainnet/neutron.js +108 -40
- package/mainnet/noble.js +314 -6
- package/mainnet/nois.js +68 -0
- package/mainnet/omniflixhub.js +68 -0
- package/mainnet/osmosis.js +534 -68
- package/mainnet/planq.js +68 -0
- package/mainnet/quicksilver.js +70 -2
- package/mainnet/qwoyn.js +68 -0
- package/mainnet/regen.js +2 -2
- package/mainnet/routerchain.js +82 -0
- package/mainnet/secretnetwork.js +102 -34
- package/mainnet/self.js +86 -0
- package/mainnet/sentinel.js +2 -2
- package/mainnet/sifchain.js +2 -2
- package/mainnet/stargaze.js +2 -2
- package/mainnet/starname.js +2 -2
- package/mainnet/stride.js +4 -4
- package/mainnet/synternet.d.ts +3 -0
- package/mainnet/synternet.js +184 -0
- package/mainnet/terra2.js +68 -0
- package/mainnet/umee.js +70 -2
- package/mainnet/vidulum.js +68 -0
- package/package.json +5 -5
- package/testnet/assets.js +2 -1
- package/testnet/axelartestnet.js +78 -0
- package/testnet/celestiatestnet3.js +78 -0
- package/testnet/composabletestnet.js +78 -0
- package/testnet/cosmoshubtestnet.js +78 -0
- package/testnet/elystestnet.js +78 -0
- package/testnet/index.d.ts +1 -0
- package/testnet/index.js +2 -1
- package/testnet/jackaltestnet2.js +77 -1
- package/testnet/nobletestnet.js +78 -0
- package/testnet/osmosistestnet.js +84 -0
- package/testnet/osmosistestnet4.js +78 -0
- package/testnet/quicksilvertestnet.js +78 -0
- package/testnet/stargazetestnet.js +78 -0
- package/testnet/synternettestnet.d.ts +3 -0
- package/testnet/synternettestnet.js +156 -0
package/mainnet/neutron.js
CHANGED
|
@@ -53,6 +53,40 @@ const assets = {
|
|
|
53
53
|
}
|
|
54
54
|
}]
|
|
55
55
|
},
|
|
56
|
+
{
|
|
57
|
+
description: 'Architects Token',
|
|
58
|
+
type_asset: 'cw20',
|
|
59
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
60
|
+
denom_units: [{
|
|
61
|
+
denom: 'ibc/FEFB9DB3AED86F6B1BFC010034DE0822DE0DC2806F80F79BB6DA6333539FB532',
|
|
62
|
+
exponent: 0,
|
|
63
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
64
|
+
}, {
|
|
65
|
+
denom: 'TOKN',
|
|
66
|
+
exponent: 18
|
|
67
|
+
}],
|
|
68
|
+
base: 'ibc/FEFB9DB3AED86F6B1BFC010034DE0822DE0DC2806F80F79BB6DA6333539FB532',
|
|
69
|
+
name: 'Architects Token',
|
|
70
|
+
display: 'TOKN',
|
|
71
|
+
symbol: 'TOKN',
|
|
72
|
+
logo_URIs: {
|
|
73
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
74
|
+
},
|
|
75
|
+
images: [{
|
|
76
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
77
|
+
}],
|
|
78
|
+
traces: [{
|
|
79
|
+
type: 'ibc',
|
|
80
|
+
counterparty: {
|
|
81
|
+
channel_id: 'channel-61',
|
|
82
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
83
|
+
chain_name: 'archway'
|
|
84
|
+
},
|
|
85
|
+
chain: {
|
|
86
|
+
channel_id: 'channel-41'
|
|
87
|
+
}
|
|
88
|
+
}]
|
|
89
|
+
},
|
|
56
90
|
{
|
|
57
91
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
58
92
|
denom_units: [{
|
|
@@ -932,6 +966,40 @@ const assets = {
|
|
|
932
966
|
}
|
|
933
967
|
}]
|
|
934
968
|
},
|
|
969
|
+
{
|
|
970
|
+
description: 'Architects Token',
|
|
971
|
+
type_asset: 'cw20',
|
|
972
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
973
|
+
denom_units: [{
|
|
974
|
+
denom: 'ibc/FEFB9DB3AED86F6B1BFC010034DE0822DE0DC2806F80F79BB6DA6333539FB532',
|
|
975
|
+
exponent: 0,
|
|
976
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
977
|
+
}, {
|
|
978
|
+
denom: 'TOKN',
|
|
979
|
+
exponent: 18
|
|
980
|
+
}],
|
|
981
|
+
base: 'ibc/FEFB9DB3AED86F6B1BFC010034DE0822DE0DC2806F80F79BB6DA6333539FB532',
|
|
982
|
+
name: 'Architects Token',
|
|
983
|
+
display: 'TOKN',
|
|
984
|
+
symbol: 'TOKN',
|
|
985
|
+
logo_URIs: {
|
|
986
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
987
|
+
},
|
|
988
|
+
images: [{
|
|
989
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
990
|
+
}],
|
|
991
|
+
traces: [{
|
|
992
|
+
type: 'ibc',
|
|
993
|
+
counterparty: {
|
|
994
|
+
channel_id: 'channel-61',
|
|
995
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
996
|
+
chain_name: 'archway'
|
|
997
|
+
},
|
|
998
|
+
chain: {
|
|
999
|
+
channel_id: 'channel-41'
|
|
1000
|
+
}
|
|
1001
|
+
}]
|
|
1002
|
+
},
|
|
935
1003
|
{
|
|
936
1004
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
937
1005
|
denom_units: [{
|
|
@@ -2133,7 +2201,7 @@ const assets = {
|
|
|
2133
2201
|
}]
|
|
2134
2202
|
},
|
|
2135
2203
|
{
|
|
2136
|
-
description: 'Persistence is a
|
|
2204
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
2137
2205
|
denom_units: [{
|
|
2138
2206
|
denom: 'ibc/B3881052DCC62E68955C71A49C5306717CFDE5B6526D39C89D1278DAE3284432',
|
|
2139
2207
|
exponent: 0,
|
|
@@ -5581,7 +5649,7 @@ const assets = {
|
|
|
5581
5649
|
}]
|
|
5582
5650
|
},
|
|
5583
5651
|
{
|
|
5584
|
-
description: 'Persistence is a
|
|
5652
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
5585
5653
|
denom_units: [{
|
|
5586
5654
|
denom: 'ibc/B3881052DCC62E68955C71A49C5306717CFDE5B6526D39C89D1278DAE3284432',
|
|
5587
5655
|
exponent: 0,
|
|
@@ -8790,16 +8858,6 @@ const assets = {
|
|
|
8790
8858
|
name: 'BackBone Labs Liquid Staked HUAHUA',
|
|
8791
8859
|
display: 'bHUAHUA',
|
|
8792
8860
|
symbol: 'bHUAHUA',
|
|
8793
|
-
images: [{
|
|
8794
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png',
|
|
8795
|
-
theme: {
|
|
8796
|
-
primary_color_hex: '#f2bd3a'
|
|
8797
|
-
}
|
|
8798
|
-
}],
|
|
8799
|
-
logo_URIs: {
|
|
8800
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png'
|
|
8801
|
-
},
|
|
8802
|
-
coingecko_id: 'backbone-labs-staked-huahua',
|
|
8803
8861
|
traces: [{
|
|
8804
8862
|
type: 'ibc-cw20',
|
|
8805
8863
|
counterparty: {
|
|
@@ -8812,7 +8870,17 @@ const assets = {
|
|
|
8812
8870
|
port: 'transfer',
|
|
8813
8871
|
channel_id: 'channel-52'
|
|
8814
8872
|
}
|
|
8815
|
-
}]
|
|
8873
|
+
}],
|
|
8874
|
+
images: [{
|
|
8875
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png',
|
|
8876
|
+
theme: {
|
|
8877
|
+
primary_color_hex: '#f2bd3a'
|
|
8878
|
+
}
|
|
8879
|
+
}],
|
|
8880
|
+
logo_URIs: {
|
|
8881
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png'
|
|
8882
|
+
},
|
|
8883
|
+
coingecko_id: 'backbone-labs-staked-huahua'
|
|
8816
8884
|
},
|
|
8817
8885
|
{
|
|
8818
8886
|
description: 'Puppy',
|
|
@@ -8869,16 +8937,6 @@ const assets = {
|
|
|
8869
8937
|
name: 'BackBone Labs Liquid Staked HUAHUA',
|
|
8870
8938
|
display: 'bHUAHUA',
|
|
8871
8939
|
symbol: 'bHUAHUA',
|
|
8872
|
-
images: [{
|
|
8873
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png',
|
|
8874
|
-
theme: {
|
|
8875
|
-
primary_color_hex: '#f2bd3a'
|
|
8876
|
-
}
|
|
8877
|
-
}],
|
|
8878
|
-
logo_URIs: {
|
|
8879
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png'
|
|
8880
|
-
},
|
|
8881
|
-
coingecko_id: 'backbone-labs-staked-huahua',
|
|
8882
8940
|
traces: [{
|
|
8883
8941
|
type: 'ibc-cw20',
|
|
8884
8942
|
counterparty: {
|
|
@@ -8891,7 +8949,17 @@ const assets = {
|
|
|
8891
8949
|
port: 'transfer',
|
|
8892
8950
|
channel_id: 'channel-52'
|
|
8893
8951
|
}
|
|
8894
|
-
}]
|
|
8952
|
+
}],
|
|
8953
|
+
images: [{
|
|
8954
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png',
|
|
8955
|
+
theme: {
|
|
8956
|
+
primary_color_hex: '#f2bd3a'
|
|
8957
|
+
}
|
|
8958
|
+
}],
|
|
8959
|
+
logo_URIs: {
|
|
8960
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png'
|
|
8961
|
+
},
|
|
8962
|
+
coingecko_id: 'backbone-labs-staked-huahua'
|
|
8895
8963
|
},
|
|
8896
8964
|
{
|
|
8897
8965
|
description: 'The native token cw20 for SIENNA on Secret Network',
|
|
@@ -9998,13 +10066,6 @@ const assets = {
|
|
|
9998
10066
|
logo_URIs: {
|
|
9999
10067
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png'
|
|
10000
10068
|
},
|
|
10001
|
-
images: [{
|
|
10002
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
|
|
10003
|
-
theme: {
|
|
10004
|
-
primary_color_hex: '#070707'
|
|
10005
|
-
}
|
|
10006
|
-
}],
|
|
10007
|
-
coingecko_id: 'backbone-labs-staked-luna',
|
|
10008
10069
|
traces: [{
|
|
10009
10070
|
type: 'ibc-cw20',
|
|
10010
10071
|
counterparty: {
|
|
@@ -10017,7 +10078,14 @@ const assets = {
|
|
|
10017
10078
|
port: 'transfer',
|
|
10018
10079
|
channel_id: 'channel-5'
|
|
10019
10080
|
}
|
|
10020
|
-
}]
|
|
10081
|
+
}],
|
|
10082
|
+
images: [{
|
|
10083
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
|
|
10084
|
+
theme: {
|
|
10085
|
+
primary_color_hex: '#070707'
|
|
10086
|
+
}
|
|
10087
|
+
}],
|
|
10088
|
+
coingecko_id: 'backbone-labs-staked-luna'
|
|
10021
10089
|
},
|
|
10022
10090
|
{
|
|
10023
10091
|
description: 'Sayve is a revolutionary language learning app in the Web3 era that combines gamification, blockchain technology, and a Metaverse experience to motivate users to learn languages while earning rewards.',
|
|
@@ -11671,13 +11739,6 @@ const assets = {
|
|
|
11671
11739
|
logo_URIs: {
|
|
11672
11740
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png'
|
|
11673
11741
|
},
|
|
11674
|
-
images: [{
|
|
11675
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
|
|
11676
|
-
theme: {
|
|
11677
|
-
primary_color_hex: '#070707'
|
|
11678
|
-
}
|
|
11679
|
-
}],
|
|
11680
|
-
coingecko_id: 'backbone-labs-staked-luna',
|
|
11681
11742
|
traces: [{
|
|
11682
11743
|
type: 'ibc-cw20',
|
|
11683
11744
|
counterparty: {
|
|
@@ -11690,7 +11751,14 @@ const assets = {
|
|
|
11690
11751
|
port: 'transfer',
|
|
11691
11752
|
channel_id: 'channel-5'
|
|
11692
11753
|
}
|
|
11693
|
-
}]
|
|
11754
|
+
}],
|
|
11755
|
+
images: [{
|
|
11756
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png',
|
|
11757
|
+
theme: {
|
|
11758
|
+
primary_color_hex: '#070707'
|
|
11759
|
+
}
|
|
11760
|
+
}],
|
|
11761
|
+
coingecko_id: 'backbone-labs-staked-luna'
|
|
11694
11762
|
},
|
|
11695
11763
|
{
|
|
11696
11764
|
description: 'Sayve is a revolutionary language learning app in the Web3 era that combines gamification, blockchain technology, and a Metaverse experience to motivate users to learn languages while earning rewards.',
|
package/mainnet/noble.js
CHANGED
|
@@ -135,6 +135,40 @@ const assets = {
|
|
|
135
135
|
}
|
|
136
136
|
}]
|
|
137
137
|
},
|
|
138
|
+
{
|
|
139
|
+
description: 'Architects Token',
|
|
140
|
+
type_asset: 'cw20',
|
|
141
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
142
|
+
denom_units: [{
|
|
143
|
+
denom: 'ibc/7F6E6511003DBC592D3BAB0F05C8963ADC49D99A3E2295A680902B6B781CCF35',
|
|
144
|
+
exponent: 0,
|
|
145
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
146
|
+
}, {
|
|
147
|
+
denom: 'TOKN',
|
|
148
|
+
exponent: 18
|
|
149
|
+
}],
|
|
150
|
+
base: 'ibc/7F6E6511003DBC592D3BAB0F05C8963ADC49D99A3E2295A680902B6B781CCF35',
|
|
151
|
+
name: 'Architects Token',
|
|
152
|
+
display: 'TOKN',
|
|
153
|
+
symbol: 'TOKN',
|
|
154
|
+
logo_URIs: {
|
|
155
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
156
|
+
},
|
|
157
|
+
images: [{
|
|
158
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
159
|
+
}],
|
|
160
|
+
traces: [{
|
|
161
|
+
type: 'ibc',
|
|
162
|
+
counterparty: {
|
|
163
|
+
channel_id: 'channel-29',
|
|
164
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
165
|
+
chain_name: 'archway'
|
|
166
|
+
},
|
|
167
|
+
chain: {
|
|
168
|
+
channel_id: 'channel-12'
|
|
169
|
+
}
|
|
170
|
+
}]
|
|
171
|
+
},
|
|
138
172
|
{
|
|
139
173
|
description: 'The native token of Aura Network',
|
|
140
174
|
denom_units: [{
|
|
@@ -175,7 +209,7 @@ const assets = {
|
|
|
175
209
|
}]
|
|
176
210
|
},
|
|
177
211
|
{
|
|
178
|
-
description: 'BeeZee native
|
|
212
|
+
description: 'BeeZee network native coin',
|
|
179
213
|
denom_units: [{
|
|
180
214
|
denom: 'ibc/013AE50CCCE7DC02463EE602010A0F25C8405F39D7CB3BB4E944DCF2213C18AF',
|
|
181
215
|
exponent: 0,
|
|
@@ -201,6 +235,10 @@ const assets = {
|
|
|
201
235
|
}
|
|
202
236
|
}],
|
|
203
237
|
type_asset: 'sdk.coin',
|
|
238
|
+
socials: {
|
|
239
|
+
website: 'https://getbze.com/',
|
|
240
|
+
twitter: 'https://x.com/BZEdgeCoin'
|
|
241
|
+
},
|
|
204
242
|
traces: [{
|
|
205
243
|
type: 'ibc',
|
|
206
244
|
counterparty: {
|
|
@@ -741,7 +779,7 @@ const assets = {
|
|
|
741
779
|
},
|
|
742
780
|
socials: {
|
|
743
781
|
website: 'https://islamiccoin.net',
|
|
744
|
-
twitter: 'https://x.com/
|
|
782
|
+
twitter: 'https://x.com/islamic_coin'
|
|
745
783
|
},
|
|
746
784
|
images: [{
|
|
747
785
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
@@ -1457,6 +1495,122 @@ const assets = {
|
|
|
1457
1495
|
}
|
|
1458
1496
|
}]
|
|
1459
1497
|
},
|
|
1498
|
+
{
|
|
1499
|
+
description: 'Lava Network is a modular data network designed to provide fast, reliable, and scalable access to blockchain data for developers and users.',
|
|
1500
|
+
denom_units: [{
|
|
1501
|
+
denom: 'ibc/73982CE9E59A59330E68602337E178E6B1044B97AEC5EDF46AA159A386B50E6C',
|
|
1502
|
+
exponent: 0,
|
|
1503
|
+
aliases: ['ulava']
|
|
1504
|
+
}, {
|
|
1505
|
+
denom: 'lava',
|
|
1506
|
+
exponent: 6
|
|
1507
|
+
}],
|
|
1508
|
+
type_asset: 'sdk.coin',
|
|
1509
|
+
base: 'ibc/73982CE9E59A59330E68602337E178E6B1044B97AEC5EDF46AA159A386B50E6C',
|
|
1510
|
+
name: 'Lava',
|
|
1511
|
+
coingecko_id: 'lava-network',
|
|
1512
|
+
display: 'lava',
|
|
1513
|
+
symbol: 'LAVA',
|
|
1514
|
+
logo_URIs: {
|
|
1515
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png'
|
|
1516
|
+
},
|
|
1517
|
+
images: [{
|
|
1518
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png',
|
|
1519
|
+
theme: {
|
|
1520
|
+
primary_color_hex: '#6f043e'
|
|
1521
|
+
}
|
|
1522
|
+
}],
|
|
1523
|
+
keywords: [
|
|
1524
|
+
'modular',
|
|
1525
|
+
'data',
|
|
1526
|
+
'data access',
|
|
1527
|
+
'rpc',
|
|
1528
|
+
'staking',
|
|
1529
|
+
'dual staking',
|
|
1530
|
+
'indexing',
|
|
1531
|
+
'incentivized public rpc'
|
|
1532
|
+
],
|
|
1533
|
+
socials: {
|
|
1534
|
+
website: 'https://lavanet.xyz',
|
|
1535
|
+
twitter: 'https://twitter.com/lavanetxyz'
|
|
1536
|
+
},
|
|
1537
|
+
traces: [{
|
|
1538
|
+
type: 'ibc',
|
|
1539
|
+
counterparty: {
|
|
1540
|
+
channel_id: 'channel-9',
|
|
1541
|
+
base_denom: 'ulava',
|
|
1542
|
+
chain_name: 'lava'
|
|
1543
|
+
},
|
|
1544
|
+
chain: {
|
|
1545
|
+
channel_id: 'channel-105'
|
|
1546
|
+
}
|
|
1547
|
+
}]
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
description: 'The native token of MANTRA',
|
|
1551
|
+
denom_units: [{
|
|
1552
|
+
denom: 'ibc/438006FC41DCE1C90E7F02F106E78EEEFAB78763A2703FB1C8481234244A959A',
|
|
1553
|
+
exponent: 0,
|
|
1554
|
+
aliases: ['uom']
|
|
1555
|
+
}, {
|
|
1556
|
+
denom: 'om',
|
|
1557
|
+
exponent: 6
|
|
1558
|
+
}],
|
|
1559
|
+
type_asset: 'sdk.coin',
|
|
1560
|
+
base: 'ibc/438006FC41DCE1C90E7F02F106E78EEEFAB78763A2703FB1C8481234244A959A',
|
|
1561
|
+
name: 'MANTRA Chain',
|
|
1562
|
+
display: 'om',
|
|
1563
|
+
symbol: 'OM',
|
|
1564
|
+
coingecko_id: 'mantra-dao',
|
|
1565
|
+
keywords: [
|
|
1566
|
+
'rwa',
|
|
1567
|
+
'wasm',
|
|
1568
|
+
'staking'
|
|
1569
|
+
],
|
|
1570
|
+
images: [
|
|
1571
|
+
{
|
|
1572
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
1573
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
1574
|
+
theme: {
|
|
1575
|
+
circle: true,
|
|
1576
|
+
primary_color_hex: '#fba0c1'
|
|
1577
|
+
}
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
1581
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
1582
|
+
theme: {
|
|
1583
|
+
dark_mode: true,
|
|
1584
|
+
circle: true,
|
|
1585
|
+
primary_color_hex: '#342c2c'
|
|
1586
|
+
}
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
1590
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
1591
|
+
theme: {
|
|
1592
|
+
dark_mode: false,
|
|
1593
|
+
circle: true,
|
|
1594
|
+
primary_color_hex: '#342c2c'
|
|
1595
|
+
}
|
|
1596
|
+
}
|
|
1597
|
+
],
|
|
1598
|
+
socials: {
|
|
1599
|
+
website: 'https://www.mantrachain.io/',
|
|
1600
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
1601
|
+
},
|
|
1602
|
+
traces: [{
|
|
1603
|
+
type: 'ibc',
|
|
1604
|
+
counterparty: {
|
|
1605
|
+
channel_id: 'channel-1',
|
|
1606
|
+
base_denom: 'uom',
|
|
1607
|
+
chain_name: 'mantrachain'
|
|
1608
|
+
},
|
|
1609
|
+
chain: {
|
|
1610
|
+
channel_id: 'channel-101'
|
|
1611
|
+
}
|
|
1612
|
+
}]
|
|
1613
|
+
},
|
|
1460
1614
|
{
|
|
1461
1615
|
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
1462
1616
|
denom_units: [{
|
|
@@ -1903,6 +2057,40 @@ const assets = {
|
|
|
1903
2057
|
}
|
|
1904
2058
|
}]
|
|
1905
2059
|
},
|
|
2060
|
+
{
|
|
2061
|
+
description: 'Architects Token',
|
|
2062
|
+
type_asset: 'cw20',
|
|
2063
|
+
address: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
2064
|
+
denom_units: [{
|
|
2065
|
+
denom: 'ibc/7F6E6511003DBC592D3BAB0F05C8963ADC49D99A3E2295A680902B6B781CCF35',
|
|
2066
|
+
exponent: 0,
|
|
2067
|
+
aliases: ['archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu']
|
|
2068
|
+
}, {
|
|
2069
|
+
denom: 'TOKN',
|
|
2070
|
+
exponent: 18
|
|
2071
|
+
}],
|
|
2072
|
+
base: 'ibc/7F6E6511003DBC592D3BAB0F05C8963ADC49D99A3E2295A680902B6B781CCF35',
|
|
2073
|
+
name: 'Architects Token',
|
|
2074
|
+
display: 'TOKN',
|
|
2075
|
+
symbol: 'TOKN',
|
|
2076
|
+
logo_URIs: {
|
|
2077
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
2078
|
+
},
|
|
2079
|
+
images: [{
|
|
2080
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/tokn.png'
|
|
2081
|
+
}],
|
|
2082
|
+
traces: [{
|
|
2083
|
+
type: 'ibc',
|
|
2084
|
+
counterparty: {
|
|
2085
|
+
channel_id: 'channel-29',
|
|
2086
|
+
base_denom: 'archway16kxu278xtwa9ql20yhgk9smk2k6ke74hsxeesf36c9dhxqc5zyksh8ykwu',
|
|
2087
|
+
chain_name: 'archway'
|
|
2088
|
+
},
|
|
2089
|
+
chain: {
|
|
2090
|
+
channel_id: 'channel-12'
|
|
2091
|
+
}
|
|
2092
|
+
}]
|
|
2093
|
+
},
|
|
1906
2094
|
{
|
|
1907
2095
|
description: 'The native token of Aura Network',
|
|
1908
2096
|
denom_units: [{
|
|
@@ -1943,7 +2131,7 @@ const assets = {
|
|
|
1943
2131
|
}]
|
|
1944
2132
|
},
|
|
1945
2133
|
{
|
|
1946
|
-
description: 'BeeZee native
|
|
2134
|
+
description: 'BeeZee network native coin',
|
|
1947
2135
|
denom_units: [{
|
|
1948
2136
|
denom: 'ibc/013AE50CCCE7DC02463EE602010A0F25C8405F39D7CB3BB4E944DCF2213C18AF',
|
|
1949
2137
|
exponent: 0,
|
|
@@ -1969,6 +2157,10 @@ const assets = {
|
|
|
1969
2157
|
}
|
|
1970
2158
|
}],
|
|
1971
2159
|
type_asset: 'sdk.coin',
|
|
2160
|
+
socials: {
|
|
2161
|
+
website: 'https://getbze.com/',
|
|
2162
|
+
twitter: 'https://x.com/BZEdgeCoin'
|
|
2163
|
+
},
|
|
1972
2164
|
traces: [{
|
|
1973
2165
|
type: 'ibc',
|
|
1974
2166
|
counterparty: {
|
|
@@ -2509,7 +2701,7 @@ const assets = {
|
|
|
2509
2701
|
},
|
|
2510
2702
|
socials: {
|
|
2511
2703
|
website: 'https://islamiccoin.net',
|
|
2512
|
-
twitter: 'https://x.com/
|
|
2704
|
+
twitter: 'https://x.com/islamic_coin'
|
|
2513
2705
|
},
|
|
2514
2706
|
images: [{
|
|
2515
2707
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
@@ -3225,6 +3417,122 @@ const assets = {
|
|
|
3225
3417
|
}
|
|
3226
3418
|
}]
|
|
3227
3419
|
},
|
|
3420
|
+
{
|
|
3421
|
+
description: 'Lava Network is a modular data network designed to provide fast, reliable, and scalable access to blockchain data for developers and users.',
|
|
3422
|
+
denom_units: [{
|
|
3423
|
+
denom: 'ibc/73982CE9E59A59330E68602337E178E6B1044B97AEC5EDF46AA159A386B50E6C',
|
|
3424
|
+
exponent: 0,
|
|
3425
|
+
aliases: ['ulava']
|
|
3426
|
+
}, {
|
|
3427
|
+
denom: 'lava',
|
|
3428
|
+
exponent: 6
|
|
3429
|
+
}],
|
|
3430
|
+
type_asset: 'sdk.coin',
|
|
3431
|
+
base: 'ibc/73982CE9E59A59330E68602337E178E6B1044B97AEC5EDF46AA159A386B50E6C',
|
|
3432
|
+
name: 'Lava',
|
|
3433
|
+
coingecko_id: 'lava-network',
|
|
3434
|
+
display: 'lava',
|
|
3435
|
+
symbol: 'LAVA',
|
|
3436
|
+
logo_URIs: {
|
|
3437
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png'
|
|
3438
|
+
},
|
|
3439
|
+
images: [{
|
|
3440
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png',
|
|
3441
|
+
theme: {
|
|
3442
|
+
primary_color_hex: '#6f043e'
|
|
3443
|
+
}
|
|
3444
|
+
}],
|
|
3445
|
+
keywords: [
|
|
3446
|
+
'modular',
|
|
3447
|
+
'data',
|
|
3448
|
+
'data access',
|
|
3449
|
+
'rpc',
|
|
3450
|
+
'staking',
|
|
3451
|
+
'dual staking',
|
|
3452
|
+
'indexing',
|
|
3453
|
+
'incentivized public rpc'
|
|
3454
|
+
],
|
|
3455
|
+
socials: {
|
|
3456
|
+
website: 'https://lavanet.xyz',
|
|
3457
|
+
twitter: 'https://twitter.com/lavanetxyz'
|
|
3458
|
+
},
|
|
3459
|
+
traces: [{
|
|
3460
|
+
type: 'ibc',
|
|
3461
|
+
counterparty: {
|
|
3462
|
+
channel_id: 'channel-9',
|
|
3463
|
+
base_denom: 'ulava',
|
|
3464
|
+
chain_name: 'lava'
|
|
3465
|
+
},
|
|
3466
|
+
chain: {
|
|
3467
|
+
channel_id: 'channel-105'
|
|
3468
|
+
}
|
|
3469
|
+
}]
|
|
3470
|
+
},
|
|
3471
|
+
{
|
|
3472
|
+
description: 'The native token of MANTRA',
|
|
3473
|
+
denom_units: [{
|
|
3474
|
+
denom: 'ibc/438006FC41DCE1C90E7F02F106E78EEEFAB78763A2703FB1C8481234244A959A',
|
|
3475
|
+
exponent: 0,
|
|
3476
|
+
aliases: ['uom']
|
|
3477
|
+
}, {
|
|
3478
|
+
denom: 'om',
|
|
3479
|
+
exponent: 6
|
|
3480
|
+
}],
|
|
3481
|
+
type_asset: 'sdk.coin',
|
|
3482
|
+
base: 'ibc/438006FC41DCE1C90E7F02F106E78EEEFAB78763A2703FB1C8481234244A959A',
|
|
3483
|
+
name: 'MANTRA Chain',
|
|
3484
|
+
display: 'om',
|
|
3485
|
+
symbol: 'OM',
|
|
3486
|
+
coingecko_id: 'mantra-dao',
|
|
3487
|
+
keywords: [
|
|
3488
|
+
'rwa',
|
|
3489
|
+
'wasm',
|
|
3490
|
+
'staking'
|
|
3491
|
+
],
|
|
3492
|
+
images: [
|
|
3493
|
+
{
|
|
3494
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
3495
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
3496
|
+
theme: {
|
|
3497
|
+
circle: true,
|
|
3498
|
+
primary_color_hex: '#fba0c1'
|
|
3499
|
+
}
|
|
3500
|
+
},
|
|
3501
|
+
{
|
|
3502
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
3503
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
3504
|
+
theme: {
|
|
3505
|
+
dark_mode: true,
|
|
3506
|
+
circle: true,
|
|
3507
|
+
primary_color_hex: '#342c2c'
|
|
3508
|
+
}
|
|
3509
|
+
},
|
|
3510
|
+
{
|
|
3511
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
3512
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
3513
|
+
theme: {
|
|
3514
|
+
dark_mode: false,
|
|
3515
|
+
circle: true,
|
|
3516
|
+
primary_color_hex: '#342c2c'
|
|
3517
|
+
}
|
|
3518
|
+
}
|
|
3519
|
+
],
|
|
3520
|
+
socials: {
|
|
3521
|
+
website: 'https://www.mantrachain.io/',
|
|
3522
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
3523
|
+
},
|
|
3524
|
+
traces: [{
|
|
3525
|
+
type: 'ibc',
|
|
3526
|
+
counterparty: {
|
|
3527
|
+
channel_id: 'channel-1',
|
|
3528
|
+
base_denom: 'uom',
|
|
3529
|
+
chain_name: 'mantrachain'
|
|
3530
|
+
},
|
|
3531
|
+
chain: {
|
|
3532
|
+
channel_id: 'channel-101'
|
|
3533
|
+
}
|
|
3534
|
+
}]
|
|
3535
|
+
},
|
|
3228
3536
|
{
|
|
3229
3537
|
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
3230
3538
|
denom_units: [{
|
|
@@ -3707,7 +4015,7 @@ const assets = {
|
|
|
3707
4015
|
}]
|
|
3708
4016
|
},
|
|
3709
4017
|
{
|
|
3710
|
-
description: 'Persistence is a
|
|
4018
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
3711
4019
|
denom_units: [{
|
|
3712
4020
|
denom: 'ibc/8B511C5792C4E0E3F8EF3CD02A9CB7CC2CB9931A4042A7B3A5D0F2DDD4EEED88',
|
|
3713
4021
|
exponent: 0,
|
|
@@ -7273,7 +7581,7 @@ const assets = {
|
|
|
7273
7581
|
}]
|
|
7274
7582
|
},
|
|
7275
7583
|
{
|
|
7276
|
-
description: 'Persistence is a
|
|
7584
|
+
description: 'Persistence One is building a Bitcoin Cross-chain Swaps solution, enabling fast, zero-slippage secure swaps across Bitcoin Layer 2s.',
|
|
7277
7585
|
denom_units: [{
|
|
7278
7586
|
denom: 'ibc/8B511C5792C4E0E3F8EF3CD02A9CB7CC2CB9931A4042A7B3A5D0F2DDD4EEED88',
|
|
7279
7587
|
exponent: 0,
|