@chain-registry/assets 1.64.26 → 1.64.27
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/esm/mainnet/acrechain.js +2 -2
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/aura.js +2 -2
- package/esm/mainnet/carbon.js +2 -2
- package/esm/mainnet/celestia.js +2 -2
- package/esm/mainnet/composable.js +2 -2
- package/esm/mainnet/cosmoshub.js +2 -2
- package/esm/mainnet/crescent.js +2 -2
- package/esm/mainnet/evmos.js +2 -2
- package/esm/mainnet/firmachain.js +182 -0
- package/esm/mainnet/gateway.js +2 -2
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/juno.js +2 -2
- package/esm/mainnet/kujira.js +2 -2
- package/esm/mainnet/migaloo.js +2 -2
- package/esm/mainnet/neutron.js +2 -2
- package/esm/mainnet/noble.js +2 -2
- package/esm/mainnet/nois.js +2 -2
- package/esm/mainnet/osmosis.js +78 -2
- package/esm/mainnet/persistence.js +2 -2
- package/esm/mainnet/quicksilver.js +2 -2
- package/esm/mainnet/secretnetwork.js +2 -2
- package/esm/mainnet/stride.js +2 -2
- package/esm/mainnet/terra2.js +2 -2
- package/mainnet/acrechain.js +2 -2
- package/mainnet/assets.js +2 -1
- package/mainnet/aura.js +2 -2
- package/mainnet/carbon.js +2 -2
- package/mainnet/celestia.js +2 -2
- package/mainnet/composable.js +2 -2
- package/mainnet/cosmoshub.js +2 -2
- package/mainnet/crescent.js +2 -2
- package/mainnet/evmos.js +2 -2
- package/mainnet/firmachain.d.ts +3 -0
- package/mainnet/firmachain.js +184 -0
- package/mainnet/gateway.js +2 -2
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +4 -3
- package/mainnet/juno.js +2 -2
- package/mainnet/kujira.js +2 -2
- package/mainnet/migaloo.js +2 -2
- package/mainnet/neutron.js +2 -2
- package/mainnet/noble.js +2 -2
- package/mainnet/nois.js +2 -2
- package/mainnet/osmosis.js +78 -2
- package/mainnet/persistence.js +2 -2
- package/mainnet/quicksilver.js +2 -2
- package/mainnet/secretnetwork.js +2 -2
- package/mainnet/stride.js +2 -2
- package/mainnet/terra2.js +2 -2
- package/package.json +5 -5
|
@@ -3920,7 +3920,7 @@ const assets = {
|
|
|
3920
3920
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
3921
3921
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
3922
3922
|
theme: {
|
|
3923
|
-
primary_color_hex: '#
|
|
3923
|
+
primary_color_hex: '#db2777'
|
|
3924
3924
|
}
|
|
3925
3925
|
}],
|
|
3926
3926
|
socials: {
|
|
@@ -5262,7 +5262,7 @@ const assets = {
|
|
|
5262
5262
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
5263
5263
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
5264
5264
|
theme: {
|
|
5265
|
-
primary_color_hex: '#
|
|
5265
|
+
primary_color_hex: '#db2777'
|
|
5266
5266
|
}
|
|
5267
5267
|
}],
|
|
5268
5268
|
socials: {
|
package/esm/mainnet/stride.js
CHANGED
|
@@ -1802,7 +1802,7 @@ const assets = {
|
|
|
1802
1802
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1803
1803
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
1804
1804
|
theme: {
|
|
1805
|
-
primary_color_hex: '#
|
|
1805
|
+
primary_color_hex: '#db2777'
|
|
1806
1806
|
}
|
|
1807
1807
|
}],
|
|
1808
1808
|
socials: {
|
|
@@ -3622,7 +3622,7 @@ const assets = {
|
|
|
3622
3622
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
3623
3623
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
3624
3624
|
theme: {
|
|
3625
|
-
primary_color_hex: '#
|
|
3625
|
+
primary_color_hex: '#db2777'
|
|
3626
3626
|
}
|
|
3627
3627
|
}],
|
|
3628
3628
|
socials: {
|
package/esm/mainnet/terra2.js
CHANGED
|
@@ -1966,7 +1966,7 @@ const assets = {
|
|
|
1966
1966
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1967
1967
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
1968
1968
|
theme: {
|
|
1969
|
-
primary_color_hex: '#
|
|
1969
|
+
primary_color_hex: '#db2777'
|
|
1970
1970
|
}
|
|
1971
1971
|
}],
|
|
1972
1972
|
socials: {
|
|
@@ -5052,7 +5052,7 @@ const assets = {
|
|
|
5052
5052
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
5053
5053
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
5054
5054
|
theme: {
|
|
5055
|
-
primary_color_hex: '#
|
|
5055
|
+
primary_color_hex: '#db2777'
|
|
5056
5056
|
}
|
|
5057
5057
|
}],
|
|
5058
5058
|
socials: {
|
package/mainnet/acrechain.js
CHANGED
|
@@ -501,7 +501,7 @@ const assets = {
|
|
|
501
501
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
502
502
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
503
503
|
theme: {
|
|
504
|
-
primary_color_hex: '#
|
|
504
|
+
primary_color_hex: '#db2777'
|
|
505
505
|
}
|
|
506
506
|
}],
|
|
507
507
|
socials: {
|
|
@@ -2162,7 +2162,7 @@ const assets = {
|
|
|
2162
2162
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
2163
2163
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
2164
2164
|
theme: {
|
|
2165
|
-
primary_color_hex: '#
|
|
2165
|
+
primary_color_hex: '#db2777'
|
|
2166
2166
|
}
|
|
2167
2167
|
}],
|
|
2168
2168
|
socials: {
|
package/mainnet/assets.js
CHANGED
|
@@ -50,6 +50,7 @@ const emoney_1 = __importDefault(require("./emoney"));
|
|
|
50
50
|
const empowerchain_1 = __importDefault(require("./empowerchain"));
|
|
51
51
|
const evmos_1 = __importDefault(require("./evmos"));
|
|
52
52
|
const fetchhub_1 = __importDefault(require("./fetchhub"));
|
|
53
|
+
const firmachain_1 = __importDefault(require("./firmachain"));
|
|
53
54
|
const furya_1 = __importDefault(require("./furya"));
|
|
54
55
|
const fxcore_1 = __importDefault(require("./fxcore"));
|
|
55
56
|
const galaxy_1 = __importDefault(require("./galaxy"));
|
|
@@ -140,5 +141,5 @@ const unification_1 = __importDefault(require("./unification"));
|
|
|
140
141
|
const uptick_1 = __importDefault(require("./uptick"));
|
|
141
142
|
const vidulum_1 = __importDefault(require("./vidulum"));
|
|
142
143
|
const xpla_1 = __importDefault(require("./xpla"));
|
|
143
|
-
const assets = [_8ball_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, andromeda_1.default, archway_1.default, arkh_1.default, assetmantle_1.default, aura_1.default, axelar_1.default, bandchain_1.default, beezee_1.default, bitcanna_1.default, bitsong_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, cerberus_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, cudos_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, dig_1.default, doravota_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, humans_1.default, impacthub_1.default, imversed_1.default, injective_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, konstellation_1.default, kujira_1.default, kyve_1.default, lambda_1.default, likecoin_1.default, lumenx_1.default, lumnetwork_1.default, mande_1.default, mars_1.default, medasdigital_1.default, meme_1.default, microtick_1.default, migaloo_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nim_1.default, noble_1.default, nois_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stride_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, umee_1.default, unification_1.default, uptick_1.default, vidulum_1.default, xpla_1.default];
|
|
144
|
+
const assets = [_8ball_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, andromeda_1.default, archway_1.default, arkh_1.default, assetmantle_1.default, aura_1.default, axelar_1.default, bandchain_1.default, beezee_1.default, bitcanna_1.default, bitsong_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, cerberus_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, cudos_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, dig_1.default, doravota_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, firmachain_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, humans_1.default, impacthub_1.default, imversed_1.default, injective_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, konstellation_1.default, kujira_1.default, kyve_1.default, lambda_1.default, likecoin_1.default, lumenx_1.default, lumnetwork_1.default, mande_1.default, mars_1.default, medasdigital_1.default, meme_1.default, microtick_1.default, migaloo_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nim_1.default, noble_1.default, nois_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stride_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, umee_1.default, unification_1.default, uptick_1.default, vidulum_1.default, xpla_1.default];
|
|
144
145
|
exports.default = assets;
|
package/mainnet/aura.js
CHANGED
|
@@ -551,7 +551,7 @@ const assets = {
|
|
|
551
551
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
552
552
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
553
553
|
theme: {
|
|
554
|
-
primary_color_hex: '#
|
|
554
|
+
primary_color_hex: '#db2777'
|
|
555
555
|
}
|
|
556
556
|
}],
|
|
557
557
|
socials: {
|
|
@@ -1118,7 +1118,7 @@ const assets = {
|
|
|
1118
1118
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1119
1119
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
1120
1120
|
theme: {
|
|
1121
|
-
primary_color_hex: '#
|
|
1121
|
+
primary_color_hex: '#db2777'
|
|
1122
1122
|
}
|
|
1123
1123
|
}],
|
|
1124
1124
|
socials: {
|
package/mainnet/carbon.js
CHANGED
|
@@ -481,7 +481,7 @@ const assets = {
|
|
|
481
481
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
482
482
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
483
483
|
theme: {
|
|
484
|
-
primary_color_hex: '#
|
|
484
|
+
primary_color_hex: '#db2777'
|
|
485
485
|
}
|
|
486
486
|
}],
|
|
487
487
|
socials: {
|
|
@@ -978,7 +978,7 @@ const assets = {
|
|
|
978
978
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
979
979
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
980
980
|
theme: {
|
|
981
|
-
primary_color_hex: '#
|
|
981
|
+
primary_color_hex: '#db2777'
|
|
982
982
|
}
|
|
983
983
|
}],
|
|
984
984
|
socials: {
|
package/mainnet/celestia.js
CHANGED
|
@@ -1101,7 +1101,7 @@ const assets = {
|
|
|
1101
1101
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1102
1102
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
1103
1103
|
theme: {
|
|
1104
|
-
primary_color_hex: '#
|
|
1104
|
+
primary_color_hex: '#db2777'
|
|
1105
1105
|
}
|
|
1106
1106
|
}],
|
|
1107
1107
|
socials: {
|
|
@@ -2256,7 +2256,7 @@ const assets = {
|
|
|
2256
2256
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
2257
2257
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
2258
2258
|
theme: {
|
|
2259
|
-
primary_color_hex: '#
|
|
2259
|
+
primary_color_hex: '#db2777'
|
|
2260
2260
|
}
|
|
2261
2261
|
}],
|
|
2262
2262
|
socials: {
|
package/mainnet/composable.js
CHANGED
|
@@ -2634,7 +2634,7 @@ const assets = {
|
|
|
2634
2634
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
2635
2635
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
2636
2636
|
theme: {
|
|
2637
|
-
primary_color_hex: '#
|
|
2637
|
+
primary_color_hex: '#db2777'
|
|
2638
2638
|
}
|
|
2639
2639
|
}],
|
|
2640
2640
|
socials: {
|
|
@@ -3673,7 +3673,7 @@ const assets = {
|
|
|
3673
3673
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
3674
3674
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
3675
3675
|
theme: {
|
|
3676
|
-
primary_color_hex: '#
|
|
3676
|
+
primary_color_hex: '#db2777'
|
|
3677
3677
|
}
|
|
3678
3678
|
}],
|
|
3679
3679
|
socials: {
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -4065,7 +4065,7 @@ const assets = {
|
|
|
4065
4065
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
4066
4066
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
4067
4067
|
theme: {
|
|
4068
|
-
primary_color_hex: '#
|
|
4068
|
+
primary_color_hex: '#db2777'
|
|
4069
4069
|
}
|
|
4070
4070
|
}],
|
|
4071
4071
|
socials: {
|
|
@@ -6955,7 +6955,7 @@ const assets = {
|
|
|
6955
6955
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
6956
6956
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
6957
6957
|
theme: {
|
|
6958
|
-
primary_color_hex: '#
|
|
6958
|
+
primary_color_hex: '#db2777'
|
|
6959
6959
|
}
|
|
6960
6960
|
}],
|
|
6961
6961
|
socials: {
|
package/mainnet/crescent.js
CHANGED
|
@@ -1704,7 +1704,7 @@ const assets = {
|
|
|
1704
1704
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1705
1705
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
1706
1706
|
theme: {
|
|
1707
|
-
primary_color_hex: '#
|
|
1707
|
+
primary_color_hex: '#db2777'
|
|
1708
1708
|
}
|
|
1709
1709
|
}],
|
|
1710
1710
|
socials: {
|
|
@@ -3966,7 +3966,7 @@ const assets = {
|
|
|
3966
3966
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
3967
3967
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
3968
3968
|
theme: {
|
|
3969
|
-
primary_color_hex: '#
|
|
3969
|
+
primary_color_hex: '#db2777'
|
|
3970
3970
|
}
|
|
3971
3971
|
}],
|
|
3972
3972
|
socials: {
|
package/mainnet/evmos.js
CHANGED
|
@@ -2282,7 +2282,7 @@ const assets = {
|
|
|
2282
2282
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
2283
2283
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
2284
2284
|
theme: {
|
|
2285
|
-
primary_color_hex: '#
|
|
2285
|
+
primary_color_hex: '#db2777'
|
|
2286
2286
|
}
|
|
2287
2287
|
}],
|
|
2288
2288
|
socials: {
|
|
@@ -3254,7 +3254,7 @@ const assets = {
|
|
|
3254
3254
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
3255
3255
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
3256
3256
|
theme: {
|
|
3257
|
-
primary_color_hex: '#
|
|
3257
|
+
primary_color_hex: '#db2777'
|
|
3258
3258
|
}
|
|
3259
3259
|
}],
|
|
3260
3260
|
socials: {
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const assets = {
|
|
4
|
+
chain_name: 'firmachain',
|
|
5
|
+
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native token of Osmosis',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uosmo']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'osmo',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
type_asset: 'sdk.coin',
|
|
17
|
+
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
18
|
+
name: 'Osmosis',
|
|
19
|
+
display: 'osmo',
|
|
20
|
+
symbol: 'OSMO',
|
|
21
|
+
logo_URIs: {
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
23
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
24
|
+
},
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
28
|
+
theme: {
|
|
29
|
+
primary_color_hex: '#760dbb'
|
|
30
|
+
}
|
|
31
|
+
}],
|
|
32
|
+
coingecko_id: 'osmosis',
|
|
33
|
+
keywords: ['dex', 'staking'],
|
|
34
|
+
socials: {
|
|
35
|
+
website: 'https://osmosis.zone',
|
|
36
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
37
|
+
},
|
|
38
|
+
traces: [{
|
|
39
|
+
type: 'ibc',
|
|
40
|
+
counterparty: {
|
|
41
|
+
channel_id: 'channel-79241',
|
|
42
|
+
base_denom: 'uosmo',
|
|
43
|
+
chain_name: 'osmosis'
|
|
44
|
+
},
|
|
45
|
+
chain: {
|
|
46
|
+
channel_id: 'channel-1'
|
|
47
|
+
}
|
|
48
|
+
}]
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
description: 'ION is the second native token of Osmosis.',
|
|
52
|
+
denom_units: [{
|
|
53
|
+
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
54
|
+
exponent: 0,
|
|
55
|
+
aliases: ['uion']
|
|
56
|
+
}, {
|
|
57
|
+
denom: 'ion',
|
|
58
|
+
exponent: 6
|
|
59
|
+
}],
|
|
60
|
+
type_asset: 'sdk.coin',
|
|
61
|
+
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
62
|
+
name: 'Ion DAO',
|
|
63
|
+
display: 'ion',
|
|
64
|
+
symbol: 'ION',
|
|
65
|
+
logo_URIs: {
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
67
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
68
|
+
},
|
|
69
|
+
images: [{
|
|
70
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
71
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
72
|
+
theme: {
|
|
73
|
+
primary_color_hex: '#4453c7'
|
|
74
|
+
}
|
|
75
|
+
}],
|
|
76
|
+
coingecko_id: 'ion',
|
|
77
|
+
keywords: ['memecoin', 'defi'],
|
|
78
|
+
socials: {
|
|
79
|
+
website: 'https://ion.wtf',
|
|
80
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
81
|
+
},
|
|
82
|
+
traces: [{
|
|
83
|
+
type: 'ibc',
|
|
84
|
+
counterparty: {
|
|
85
|
+
channel_id: 'channel-79241',
|
|
86
|
+
base_denom: 'uion',
|
|
87
|
+
chain_name: 'osmosis'
|
|
88
|
+
},
|
|
89
|
+
chain: {
|
|
90
|
+
channel_id: 'channel-1'
|
|
91
|
+
}
|
|
92
|
+
}]
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
description: 'The native token of Osmosis',
|
|
96
|
+
denom_units: [{
|
|
97
|
+
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
98
|
+
exponent: 0,
|
|
99
|
+
aliases: ['uosmo']
|
|
100
|
+
}, {
|
|
101
|
+
denom: 'osmo',
|
|
102
|
+
exponent: 6
|
|
103
|
+
}],
|
|
104
|
+
type_asset: 'sdk.coin',
|
|
105
|
+
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
106
|
+
name: 'Osmosis',
|
|
107
|
+
display: 'osmo',
|
|
108
|
+
symbol: 'OSMO',
|
|
109
|
+
logo_URIs: {
|
|
110
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
111
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
112
|
+
},
|
|
113
|
+
images: [{
|
|
114
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
115
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
116
|
+
theme: {
|
|
117
|
+
primary_color_hex: '#760dbb'
|
|
118
|
+
}
|
|
119
|
+
}],
|
|
120
|
+
coingecko_id: 'osmosis',
|
|
121
|
+
keywords: ['dex', 'staking'],
|
|
122
|
+
socials: {
|
|
123
|
+
website: 'https://osmosis.zone',
|
|
124
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
125
|
+
},
|
|
126
|
+
traces: [{
|
|
127
|
+
type: 'ibc',
|
|
128
|
+
counterparty: {
|
|
129
|
+
channel_id: 'channel-79241',
|
|
130
|
+
base_denom: 'uosmo',
|
|
131
|
+
chain_name: 'osmosis'
|
|
132
|
+
},
|
|
133
|
+
chain: {
|
|
134
|
+
channel_id: 'channel-1'
|
|
135
|
+
}
|
|
136
|
+
}]
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
description: 'ION is the second native token of Osmosis.',
|
|
140
|
+
denom_units: [{
|
|
141
|
+
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
142
|
+
exponent: 0,
|
|
143
|
+
aliases: ['uion']
|
|
144
|
+
}, {
|
|
145
|
+
denom: 'ion',
|
|
146
|
+
exponent: 6
|
|
147
|
+
}],
|
|
148
|
+
type_asset: 'sdk.coin',
|
|
149
|
+
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
150
|
+
name: 'Ion DAO',
|
|
151
|
+
display: 'ion',
|
|
152
|
+
symbol: 'ION',
|
|
153
|
+
logo_URIs: {
|
|
154
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
155
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
156
|
+
},
|
|
157
|
+
images: [{
|
|
158
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
159
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
160
|
+
theme: {
|
|
161
|
+
primary_color_hex: '#4453c7'
|
|
162
|
+
}
|
|
163
|
+
}],
|
|
164
|
+
coingecko_id: 'ion',
|
|
165
|
+
keywords: ['memecoin', 'defi'],
|
|
166
|
+
socials: {
|
|
167
|
+
website: 'https://ion.wtf',
|
|
168
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
169
|
+
},
|
|
170
|
+
traces: [{
|
|
171
|
+
type: 'ibc',
|
|
172
|
+
counterparty: {
|
|
173
|
+
channel_id: 'channel-79241',
|
|
174
|
+
base_denom: 'uion',
|
|
175
|
+
chain_name: 'osmosis'
|
|
176
|
+
},
|
|
177
|
+
chain: {
|
|
178
|
+
channel_id: 'channel-1'
|
|
179
|
+
}
|
|
180
|
+
}]
|
|
181
|
+
}
|
|
182
|
+
]
|
|
183
|
+
};
|
|
184
|
+
exports.default = assets;
|
package/mainnet/gateway.js
CHANGED
|
@@ -750,7 +750,7 @@ const assets = {
|
|
|
750
750
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
751
751
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
752
752
|
theme: {
|
|
753
|
-
primary_color_hex: '#
|
|
753
|
+
primary_color_hex: '#db2777'
|
|
754
754
|
}
|
|
755
755
|
}],
|
|
756
756
|
socials: {
|
|
@@ -1194,7 +1194,7 @@ const assets = {
|
|
|
1194
1194
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1195
1195
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
1196
1196
|
theme: {
|
|
1197
|
-
primary_color_hex: '#
|
|
1197
|
+
primary_color_hex: '#db2777'
|
|
1198
1198
|
}
|
|
1199
1199
|
}],
|
|
1200
1200
|
socials: {
|
package/mainnet/index.d.ts
CHANGED
|
@@ -45,6 +45,7 @@ export * as emoney from './emoney';
|
|
|
45
45
|
export * as empowerchain from './empowerchain';
|
|
46
46
|
export * as evmos from './evmos';
|
|
47
47
|
export * as fetchhub from './fetchhub';
|
|
48
|
+
export * as firmachain from './firmachain';
|
|
48
49
|
export * as furya from './furya';
|
|
49
50
|
export * as fxcore from './fxcore';
|
|
50
51
|
export * as galaxy from './galaxy';
|
package/mainnet/index.js
CHANGED
|
@@ -23,9 +23,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.
|
|
27
|
-
exports.
|
|
28
|
-
exports.xpla = exports.vidulum = exports.uptick = exports.unification = exports.umee = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.stride = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.pylons = exports.pundix = exports.pryzm = void 0;
|
|
26
|
+
exports.fxcore = exports.furya = exports.firmachain = exports.fetchhub = exports.evmos = exports.empowerchain = exports.emoney = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.doravota = exports.dig = exports.dhealth = exports.desmos = exports.decentr = exports.cudos = exports.cryptoorgchain = exports.cronos = exports.crescent = exports.cosmoshub = exports.coreum = exports.conscious = exports.composable = exports.comdex = exports.cifer = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.cerberus = exports.celestia = exports.carbon = exports.canto = exports.bostrom = exports.bluzelle = exports.bitsong = exports.bitcanna = exports.beezee = exports.bandchain = exports.axelar = exports.aura = exports.assetmantle = exports.arkh = exports.archway = exports.andromeda = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports._8ball = void 0;
|
|
27
|
+
exports.point = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.osmosis = exports.oraichain = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.nyx = exports.nomic = exports.nolus = exports.nois = exports.noble = exports.nim = exports.nibiru = exports.neutron = exports.neutaro = exports.migaloo = exports.microtick = exports.meme = exports.medasdigital = exports.mars = exports.mande = exports.lumnetwork = exports.lumenx = exports.likecoin = exports.lambda = exports.kyve = exports.kujira = exports.konstellation = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.injective = exports.imversed = exports.impacthub = exports.humans = exports.haqq = exports.gravitybridge = exports.gitopia = exports.genesisl1 = exports.gateway = exports.galaxy = void 0;
|
|
28
|
+
exports.xpla = exports.vidulum = exports.uptick = exports.unification = exports.umee = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.stride = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = void 0;
|
|
29
29
|
exports._8ball = __importStar(require("./8ball"));
|
|
30
30
|
exports.acrechain = __importStar(require("./acrechain"));
|
|
31
31
|
exports.agoric = __importStar(require("./agoric"));
|
|
@@ -73,6 +73,7 @@ exports.emoney = __importStar(require("./emoney"));
|
|
|
73
73
|
exports.empowerchain = __importStar(require("./empowerchain"));
|
|
74
74
|
exports.evmos = __importStar(require("./evmos"));
|
|
75
75
|
exports.fetchhub = __importStar(require("./fetchhub"));
|
|
76
|
+
exports.firmachain = __importStar(require("./firmachain"));
|
|
76
77
|
exports.furya = __importStar(require("./furya"));
|
|
77
78
|
exports.fxcore = __importStar(require("./fxcore"));
|
|
78
79
|
exports.galaxy = __importStar(require("./galaxy"));
|
package/mainnet/juno.js
CHANGED
|
@@ -2402,7 +2402,7 @@ const assets = {
|
|
|
2402
2402
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
2403
2403
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
2404
2404
|
theme: {
|
|
2405
|
-
primary_color_hex: '#
|
|
2405
|
+
primary_color_hex: '#db2777'
|
|
2406
2406
|
}
|
|
2407
2407
|
}],
|
|
2408
2408
|
socials: {
|
|
@@ -4300,7 +4300,7 @@ const assets = {
|
|
|
4300
4300
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
4301
4301
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
4302
4302
|
theme: {
|
|
4303
|
-
primary_color_hex: '#
|
|
4303
|
+
primary_color_hex: '#db2777'
|
|
4304
4304
|
}
|
|
4305
4305
|
}],
|
|
4306
4306
|
socials: {
|
package/mainnet/kujira.js
CHANGED
|
@@ -4565,7 +4565,7 @@ const assets = {
|
|
|
4565
4565
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
4566
4566
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
4567
4567
|
theme: {
|
|
4568
|
-
primary_color_hex: '#
|
|
4568
|
+
primary_color_hex: '#db2777'
|
|
4569
4569
|
}
|
|
4570
4570
|
}],
|
|
4571
4571
|
socials: {
|
|
@@ -5764,7 +5764,7 @@ const assets = {
|
|
|
5764
5764
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
5765
5765
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
5766
5766
|
theme: {
|
|
5767
|
-
primary_color_hex: '#
|
|
5767
|
+
primary_color_hex: '#db2777'
|
|
5768
5768
|
}
|
|
5769
5769
|
}],
|
|
5770
5770
|
socials: {
|
package/mainnet/migaloo.js
CHANGED
|
@@ -1842,7 +1842,7 @@ const assets = {
|
|
|
1842
1842
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1843
1843
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
1844
1844
|
theme: {
|
|
1845
|
-
primary_color_hex: '#
|
|
1845
|
+
primary_color_hex: '#db2777'
|
|
1846
1846
|
}
|
|
1847
1847
|
}],
|
|
1848
1848
|
socials: {
|
|
@@ -2282,7 +2282,7 @@ const assets = {
|
|
|
2282
2282
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
2283
2283
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
2284
2284
|
theme: {
|
|
2285
|
-
primary_color_hex: '#
|
|
2285
|
+
primary_color_hex: '#db2777'
|
|
2286
2286
|
}
|
|
2287
2287
|
}],
|
|
2288
2288
|
socials: {
|
package/mainnet/neutron.js
CHANGED
|
@@ -2395,7 +2395,7 @@ const assets = {
|
|
|
2395
2395
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
2396
2396
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
2397
2397
|
theme: {
|
|
2398
|
-
primary_color_hex: '#
|
|
2398
|
+
primary_color_hex: '#db2777'
|
|
2399
2399
|
}
|
|
2400
2400
|
}],
|
|
2401
2401
|
socials: {
|
|
@@ -3090,7 +3090,7 @@ const assets = {
|
|
|
3090
3090
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
3091
3091
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
3092
3092
|
theme: {
|
|
3093
|
-
primary_color_hex: '#
|
|
3093
|
+
primary_color_hex: '#db2777'
|
|
3094
3094
|
}
|
|
3095
3095
|
}],
|
|
3096
3096
|
socials: {
|
package/mainnet/noble.js
CHANGED
|
@@ -3424,7 +3424,7 @@ const assets = {
|
|
|
3424
3424
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
3425
3425
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
3426
3426
|
theme: {
|
|
3427
|
-
primary_color_hex: '#
|
|
3427
|
+
primary_color_hex: '#db2777'
|
|
3428
3428
|
}
|
|
3429
3429
|
}],
|
|
3430
3430
|
socials: {
|
|
@@ -4188,7 +4188,7 @@ const assets = {
|
|
|
4188
4188
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
4189
4189
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
4190
4190
|
theme: {
|
|
4191
|
-
primary_color_hex: '#
|
|
4191
|
+
primary_color_hex: '#db2777'
|
|
4192
4192
|
}
|
|
4193
4193
|
}],
|
|
4194
4194
|
socials: {
|
package/mainnet/nois.js
CHANGED
|
@@ -1291,7 +1291,7 @@ const assets = {
|
|
|
1291
1291
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1292
1292
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
1293
1293
|
theme: {
|
|
1294
|
-
primary_color_hex: '#
|
|
1294
|
+
primary_color_hex: '#db2777'
|
|
1295
1295
|
}
|
|
1296
1296
|
}],
|
|
1297
1297
|
socials: {
|
|
@@ -1498,7 +1498,7 @@ const assets = {
|
|
|
1498
1498
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1499
1499
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
1500
1500
|
theme: {
|
|
1501
|
-
primary_color_hex: '#
|
|
1501
|
+
primary_color_hex: '#db2777'
|
|
1502
1502
|
}
|
|
1503
1503
|
}],
|
|
1504
1504
|
socials: {
|