@chain-registry/assets 1.70.217 → 1.70.219
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/arkeo.js +182 -0
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/cosmoshub.js +752 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/kopi.js +620 -0
- package/esm/mainnet/noble.js +4694 -2528
- package/esm/mainnet/osmosis.js +280 -8
- package/esm/mainnet/planq.js +434 -0
- package/esm/mainnet/stride.js +434 -0
- package/esm/mainnet/terra.js +314 -0
- package/esm/testnet/neutrontestnet.js +178 -0
- package/esm/testnet/nobletestnet.js +70 -0
- package/index.d.ts +1 -1
- package/mainnet/arkeo.d.ts +3 -0
- package/mainnet/arkeo.js +184 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/cosmoshub.js +752 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +5 -4
- package/mainnet/kopi.js +620 -0
- package/mainnet/noble.js +4694 -2528
- package/mainnet/osmosis.js +280 -8
- package/mainnet/planq.js +434 -0
- package/mainnet/stride.js +434 -0
- package/mainnet/terra.js +314 -0
- package/package.json +5 -5
- package/testnet/neutrontestnet.js +178 -0
- package/testnet/nobletestnet.js +70 -0
package/mainnet/index.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ export * as aioz from './aioz';
|
|
|
7
7
|
export * as akash from './akash';
|
|
8
8
|
export * as andromeda from './andromeda';
|
|
9
9
|
export * as archway from './archway';
|
|
10
|
+
export * as arkeo from './arkeo';
|
|
10
11
|
export * as arkh from './arkh';
|
|
11
12
|
export * as assetmantle from './assetmantle';
|
|
12
13
|
export * as atomone from './atomone';
|
package/mainnet/index.js
CHANGED
|
@@ -23,10 +23,10 @@ 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.
|
|
29
|
-
exports.zenrock = exports.xpla = exports.xion = exports.uptick = void 0;
|
|
26
|
+
exports.evmos = exports.empowerchain = exports.emoney = exports.elys = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.dungeon = exports.doravota = exports.dhealth = exports.desmos = exports.decentr = 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.celestia = exports.carbon = exports.canto = exports.bostrom = exports.bluzelle = exports.bitsong = exports.bitcanna = exports.beezee = exports.bandchain = exports.babylon = exports.axelar = exports.aura = exports.atomone = exports.assetmantle = exports.arkh = exports.arkeo = exports.archway = exports.andromeda = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports.aaronetwork = exports.solana = exports.ethereum = void 0;
|
|
27
|
+
exports.odin = exports.nyx = exports.nomic = exports.nolus = exports.noble = exports.nim = exports.nillion = exports.nibiru = exports.neutron = exports.neutaro = exports.milkyway = exports.migaloo = exports.meme = exports.medasdigital = exports.mantrachain = exports.manifest = exports.mande = exports.lumnetwork = exports.lorenzo = exports.lombardledger = exports.likecoin = exports.lava = exports.lambda = exports.kyve = exports.kujira = exports.kopi = exports.konstellation = exports.kimanetwork = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.int3face = exports.injective = exports.initia = exports.imversed = exports.impacthub = exports.humans = exports.haqq = exports.gravitybridge = exports.gitopia = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = exports.firmachain = exports.fetchhub = void 0;
|
|
28
|
+
exports.umee = exports.titan = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.synternet = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.sidechain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.routerchain = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.osmosis = exports.oraichain = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = void 0;
|
|
29
|
+
exports.zenrock = exports.xpla = exports.xion = exports.uptick = exports.unification = void 0;
|
|
30
30
|
exports.ethereum = __importStar(require("./ethereum"));
|
|
31
31
|
exports.solana = __importStar(require("./solana"));
|
|
32
32
|
exports.aaronetwork = __importStar(require("./aaronetwork"));
|
|
@@ -36,6 +36,7 @@ exports.aioz = __importStar(require("./aioz"));
|
|
|
36
36
|
exports.akash = __importStar(require("./akash"));
|
|
37
37
|
exports.andromeda = __importStar(require("./andromeda"));
|
|
38
38
|
exports.archway = __importStar(require("./archway"));
|
|
39
|
+
exports.arkeo = __importStar(require("./arkeo"));
|
|
39
40
|
exports.arkh = __importStar(require("./arkh"));
|
|
40
41
|
exports.assetmantle = __importStar(require("./assetmantle"));
|
|
41
42
|
exports.atomone = __importStar(require("./atomone"));
|
package/mainnet/kopi.js
CHANGED
|
@@ -894,6 +894,316 @@ const assets = {
|
|
|
894
894
|
}
|
|
895
895
|
}]
|
|
896
896
|
},
|
|
897
|
+
{
|
|
898
|
+
description: 'The native EVM, governance and staking token of the Planq Network',
|
|
899
|
+
denom_units: [{
|
|
900
|
+
denom: 'ibc/3CD1507C56174EBB6D32F43764A8A14C464D124D86EDB10EA292F3A1284F20D5',
|
|
901
|
+
exponent: 0,
|
|
902
|
+
aliases: ['aplanq']
|
|
903
|
+
}, {
|
|
904
|
+
denom: 'planq',
|
|
905
|
+
exponent: 18
|
|
906
|
+
}],
|
|
907
|
+
base: 'ibc/3CD1507C56174EBB6D32F43764A8A14C464D124D86EDB10EA292F3A1284F20D5',
|
|
908
|
+
name: 'Planq',
|
|
909
|
+
display: 'planq',
|
|
910
|
+
symbol: 'PLQ',
|
|
911
|
+
logo_URIs: {
|
|
912
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png',
|
|
913
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg'
|
|
914
|
+
},
|
|
915
|
+
coingecko_id: 'planq',
|
|
916
|
+
images: [{
|
|
917
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png',
|
|
918
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg',
|
|
919
|
+
theme: {
|
|
920
|
+
primary_color_hex: '#d4f3fb'
|
|
921
|
+
}
|
|
922
|
+
}],
|
|
923
|
+
socials: {
|
|
924
|
+
website: 'https://planq.network',
|
|
925
|
+
twitter: 'https://twitter.com/planqfoundation'
|
|
926
|
+
},
|
|
927
|
+
type_asset: 'sdk.coin',
|
|
928
|
+
traces: [{
|
|
929
|
+
type: 'ibc',
|
|
930
|
+
counterparty: {
|
|
931
|
+
channel_id: 'channel-65',
|
|
932
|
+
base_denom: 'aplanq',
|
|
933
|
+
chain_name: 'planq'
|
|
934
|
+
},
|
|
935
|
+
chain: {
|
|
936
|
+
channel_id: 'channel-16'
|
|
937
|
+
}
|
|
938
|
+
}]
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
description: 'The token of Source Protocol bridged from BSC.',
|
|
942
|
+
denom_units: [{
|
|
943
|
+
denom: 'ibc/0E4B2613D5050B4BFCD237ED70BDCEF475ADC0D5A949D01FF26B27D4BBEB7BCB',
|
|
944
|
+
exponent: 0,
|
|
945
|
+
aliases: ['erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09']
|
|
946
|
+
}, {
|
|
947
|
+
denom: 'srcx',
|
|
948
|
+
exponent: 9
|
|
949
|
+
}],
|
|
950
|
+
base: 'ibc/0E4B2613D5050B4BFCD237ED70BDCEF475ADC0D5A949D01FF26B27D4BBEB7BCB',
|
|
951
|
+
name: 'Source Token',
|
|
952
|
+
display: 'srcx',
|
|
953
|
+
symbol: 'SRCX',
|
|
954
|
+
traces: [{
|
|
955
|
+
type: 'ibc',
|
|
956
|
+
counterparty: {
|
|
957
|
+
channel_id: 'channel-65',
|
|
958
|
+
base_denom: 'erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09',
|
|
959
|
+
chain_name: 'planq'
|
|
960
|
+
},
|
|
961
|
+
chain: {
|
|
962
|
+
channel_id: 'channel-16'
|
|
963
|
+
}
|
|
964
|
+
}],
|
|
965
|
+
images: [{
|
|
966
|
+
image_sync: {
|
|
967
|
+
chain_name: 'binancesmartchain',
|
|
968
|
+
base_denom: '0x454b90716a9435e7161a9aea5cf00e0acbe565ae'
|
|
969
|
+
},
|
|
970
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png',
|
|
971
|
+
theme: {
|
|
972
|
+
primary_color_hex: '#7f22bc'
|
|
973
|
+
}
|
|
974
|
+
}],
|
|
975
|
+
logo_URIs: {
|
|
976
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
|
|
977
|
+
},
|
|
978
|
+
type_asset: 'sdk.coin'
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
description: 'The token of Anubis.',
|
|
982
|
+
denom_units: [{
|
|
983
|
+
denom: 'ibc/3B9D8C616D786CD0C9E22DB9DF707BDC2E6DAF74698C60E501D857E4E4868090',
|
|
984
|
+
exponent: 0,
|
|
985
|
+
aliases: ['erc20/0xF630B96760B91f6FCbE8b3C24f2786AcA3D03648']
|
|
986
|
+
}, {
|
|
987
|
+
denom: 'anubi',
|
|
988
|
+
exponent: 18
|
|
989
|
+
}],
|
|
990
|
+
base: 'ibc/3B9D8C616D786CD0C9E22DB9DF707BDC2E6DAF74698C60E501D857E4E4868090',
|
|
991
|
+
name: 'Anubis',
|
|
992
|
+
display: 'anubi',
|
|
993
|
+
symbol: 'ANUBI',
|
|
994
|
+
logo_URIs: {
|
|
995
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/anubis.png'
|
|
996
|
+
},
|
|
997
|
+
images: [{
|
|
998
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/anubis.png'
|
|
999
|
+
}],
|
|
1000
|
+
socials: {
|
|
1001
|
+
twitter: 'https://x.com/Anubis_Phy'
|
|
1002
|
+
},
|
|
1003
|
+
type_asset: 'sdk.coin',
|
|
1004
|
+
traces: [{
|
|
1005
|
+
type: 'ibc',
|
|
1006
|
+
counterparty: {
|
|
1007
|
+
channel_id: 'channel-65',
|
|
1008
|
+
base_denom: 'erc20/0xF630B96760B91f6FCbE8b3C24f2786AcA3D03648',
|
|
1009
|
+
chain_name: 'planq'
|
|
1010
|
+
},
|
|
1011
|
+
chain: {
|
|
1012
|
+
channel_id: 'channel-16'
|
|
1013
|
+
}
|
|
1014
|
+
}]
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
description: 'The token of Astonic.',
|
|
1018
|
+
denom_units: [{
|
|
1019
|
+
denom: 'ibc/0B08271E0F3D73DA32D0D1411F702F6043C02E3D15DA2588FC7DC8D477BB9343',
|
|
1020
|
+
exponent: 0,
|
|
1021
|
+
aliases: ['erc20/0x8F4d86ABa1b47832C46f11e0fFD0F7aDa4498345']
|
|
1022
|
+
}, {
|
|
1023
|
+
denom: 'astonic',
|
|
1024
|
+
exponent: 18
|
|
1025
|
+
}],
|
|
1026
|
+
base: 'ibc/0B08271E0F3D73DA32D0D1411F702F6043C02E3D15DA2588FC7DC8D477BB9343',
|
|
1027
|
+
name: 'Astonic',
|
|
1028
|
+
display: 'astonic',
|
|
1029
|
+
symbol: 'ATC',
|
|
1030
|
+
logo_URIs: {
|
|
1031
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/atc.svg'
|
|
1032
|
+
},
|
|
1033
|
+
images: [{
|
|
1034
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/atc.svg'
|
|
1035
|
+
}],
|
|
1036
|
+
socials: {
|
|
1037
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
1038
|
+
telegram: 'https://t.me/astonic_io'
|
|
1039
|
+
},
|
|
1040
|
+
type_asset: 'sdk.coin',
|
|
1041
|
+
traces: [{
|
|
1042
|
+
type: 'ibc',
|
|
1043
|
+
counterparty: {
|
|
1044
|
+
channel_id: 'channel-65',
|
|
1045
|
+
base_denom: 'erc20/0x8F4d86ABa1b47832C46f11e0fFD0F7aDa4498345',
|
|
1046
|
+
chain_name: 'planq'
|
|
1047
|
+
},
|
|
1048
|
+
chain: {
|
|
1049
|
+
channel_id: 'channel-16'
|
|
1050
|
+
}
|
|
1051
|
+
}]
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
description: 'Astonic USD (aUSD) is a stable asset pegged to the US Dollar.',
|
|
1055
|
+
denom_units: [{
|
|
1056
|
+
denom: 'ibc/468260AAEE4212C3300E72E7F96E30A7BE4DD556950368121E9A658EC9074C29',
|
|
1057
|
+
exponent: 0,
|
|
1058
|
+
aliases: ['erc20/0xA2871B267a7d888F830251F6B4D9d3DFf184995a']
|
|
1059
|
+
}, {
|
|
1060
|
+
denom: 'ausd',
|
|
1061
|
+
exponent: 18
|
|
1062
|
+
}],
|
|
1063
|
+
base: 'ibc/468260AAEE4212C3300E72E7F96E30A7BE4DD556950368121E9A658EC9074C29',
|
|
1064
|
+
name: 'Astonic USD',
|
|
1065
|
+
display: 'ausd',
|
|
1066
|
+
symbol: 'aUSD',
|
|
1067
|
+
traces: [{
|
|
1068
|
+
type: 'ibc',
|
|
1069
|
+
counterparty: {
|
|
1070
|
+
channel_id: 'channel-65',
|
|
1071
|
+
base_denom: 'erc20/0xA2871B267a7d888F830251F6B4D9d3DFf184995a',
|
|
1072
|
+
chain_name: 'planq'
|
|
1073
|
+
},
|
|
1074
|
+
chain: {
|
|
1075
|
+
channel_id: 'channel-16'
|
|
1076
|
+
}
|
|
1077
|
+
}],
|
|
1078
|
+
logo_URIs: {
|
|
1079
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.svg'
|
|
1080
|
+
},
|
|
1081
|
+
images: [{
|
|
1082
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.svg'
|
|
1083
|
+
}],
|
|
1084
|
+
socials: {
|
|
1085
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
1086
|
+
telegram: 'https://t.me/astonic_io'
|
|
1087
|
+
},
|
|
1088
|
+
type_asset: 'sdk.coin'
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
description: 'Astonic EUR (aEUR) is a stable asset pegged to the Euro.',
|
|
1092
|
+
denom_units: [{
|
|
1093
|
+
denom: 'ibc/2917E2C18917A30542AA02F00DF25A17347F85794B7568638632CF338891501F',
|
|
1094
|
+
exponent: 0,
|
|
1095
|
+
aliases: ['erc20/0xd5be2932FEbD73019ba1d5d97DFC35E1Ab09E501']
|
|
1096
|
+
}, {
|
|
1097
|
+
denom: 'aeur',
|
|
1098
|
+
exponent: 18
|
|
1099
|
+
}],
|
|
1100
|
+
base: 'ibc/2917E2C18917A30542AA02F00DF25A17347F85794B7568638632CF338891501F',
|
|
1101
|
+
name: 'Astonic EUR',
|
|
1102
|
+
display: 'aeur',
|
|
1103
|
+
symbol: 'aEUR',
|
|
1104
|
+
traces: [{
|
|
1105
|
+
type: 'ibc',
|
|
1106
|
+
counterparty: {
|
|
1107
|
+
channel_id: 'channel-65',
|
|
1108
|
+
base_denom: 'erc20/0xd5be2932FEbD73019ba1d5d97DFC35E1Ab09E501',
|
|
1109
|
+
chain_name: 'planq'
|
|
1110
|
+
},
|
|
1111
|
+
chain: {
|
|
1112
|
+
channel_id: 'channel-16'
|
|
1113
|
+
}
|
|
1114
|
+
}],
|
|
1115
|
+
logo_URIs: {
|
|
1116
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.svg'
|
|
1117
|
+
},
|
|
1118
|
+
images: [{
|
|
1119
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.svg'
|
|
1120
|
+
}],
|
|
1121
|
+
socials: {
|
|
1122
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
1123
|
+
telegram: 'https://t.me/astonic_io'
|
|
1124
|
+
},
|
|
1125
|
+
type_asset: 'sdk.coin'
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
description: 'Astonic BRL (aBRL) is a stable asset pegged to the Brazilian Real.',
|
|
1129
|
+
denom_units: [{
|
|
1130
|
+
denom: 'ibc/D14015EDB722935261CB29BD3039640E5A28F957A261007232A118DF4A526425',
|
|
1131
|
+
exponent: 0,
|
|
1132
|
+
aliases: ['erc20/0x240642C6f69878A0b199065f25EDf82023BC59ce']
|
|
1133
|
+
}, {
|
|
1134
|
+
denom: 'abrl',
|
|
1135
|
+
exponent: 18
|
|
1136
|
+
}],
|
|
1137
|
+
base: 'ibc/D14015EDB722935261CB29BD3039640E5A28F957A261007232A118DF4A526425',
|
|
1138
|
+
name: 'Astonic BRL',
|
|
1139
|
+
display: 'abrl',
|
|
1140
|
+
symbol: 'aBRL',
|
|
1141
|
+
traces: [{
|
|
1142
|
+
type: 'ibc',
|
|
1143
|
+
counterparty: {
|
|
1144
|
+
channel_id: 'channel-65',
|
|
1145
|
+
base_denom: 'erc20/0x240642C6f69878A0b199065f25EDf82023BC59ce',
|
|
1146
|
+
chain_name: 'planq'
|
|
1147
|
+
},
|
|
1148
|
+
chain: {
|
|
1149
|
+
channel_id: 'channel-16'
|
|
1150
|
+
}
|
|
1151
|
+
}],
|
|
1152
|
+
logo_URIs: {
|
|
1153
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.svg'
|
|
1154
|
+
},
|
|
1155
|
+
images: [{
|
|
1156
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.svg'
|
|
1157
|
+
}],
|
|
1158
|
+
socials: {
|
|
1159
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
1160
|
+
telegram: 'https://t.me/astonic_io'
|
|
1161
|
+
},
|
|
1162
|
+
type_asset: 'sdk.coin'
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
description: 'Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.',
|
|
1166
|
+
denom_units: [{
|
|
1167
|
+
denom: 'ibc/68930779653E62D66440AE801EE3394E9A29C4222930CBB20EC3EE179DE69E34',
|
|
1168
|
+
exponent: 0,
|
|
1169
|
+
aliases: ['ustrd']
|
|
1170
|
+
}, {
|
|
1171
|
+
denom: 'strd',
|
|
1172
|
+
exponent: 6
|
|
1173
|
+
}],
|
|
1174
|
+
base: 'ibc/68930779653E62D66440AE801EE3394E9A29C4222930CBB20EC3EE179DE69E34',
|
|
1175
|
+
name: 'Stride',
|
|
1176
|
+
display: 'strd',
|
|
1177
|
+
symbol: 'STRD',
|
|
1178
|
+
logo_URIs: {
|
|
1179
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
1180
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
1181
|
+
},
|
|
1182
|
+
coingecko_id: 'stride',
|
|
1183
|
+
images: [{
|
|
1184
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
1185
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg',
|
|
1186
|
+
theme: {
|
|
1187
|
+
primary_color_hex: '#e4047c'
|
|
1188
|
+
}
|
|
1189
|
+
}],
|
|
1190
|
+
socials: {
|
|
1191
|
+
website: 'https://stride.zone/',
|
|
1192
|
+
twitter: 'https://twitter.com/stride_zone'
|
|
1193
|
+
},
|
|
1194
|
+
type_asset: 'sdk.coin',
|
|
1195
|
+
traces: [{
|
|
1196
|
+
type: 'ibc',
|
|
1197
|
+
counterparty: {
|
|
1198
|
+
channel_id: 'channel-322',
|
|
1199
|
+
base_denom: 'ustrd',
|
|
1200
|
+
chain_name: 'stride'
|
|
1201
|
+
},
|
|
1202
|
+
chain: {
|
|
1203
|
+
channel_id: 'channel-18'
|
|
1204
|
+
}
|
|
1205
|
+
}]
|
|
1206
|
+
},
|
|
897
1207
|
{
|
|
898
1208
|
description: 'The native staking token of Terra.',
|
|
899
1209
|
denom_units: [{
|
|
@@ -1182,6 +1492,316 @@ const assets = {
|
|
|
1182
1492
|
}
|
|
1183
1493
|
}]
|
|
1184
1494
|
},
|
|
1495
|
+
{
|
|
1496
|
+
description: 'The native EVM, governance and staking token of the Planq Network',
|
|
1497
|
+
denom_units: [{
|
|
1498
|
+
denom: 'ibc/3CD1507C56174EBB6D32F43764A8A14C464D124D86EDB10EA292F3A1284F20D5',
|
|
1499
|
+
exponent: 0,
|
|
1500
|
+
aliases: ['aplanq']
|
|
1501
|
+
}, {
|
|
1502
|
+
denom: 'planq',
|
|
1503
|
+
exponent: 18
|
|
1504
|
+
}],
|
|
1505
|
+
base: 'ibc/3CD1507C56174EBB6D32F43764A8A14C464D124D86EDB10EA292F3A1284F20D5',
|
|
1506
|
+
name: 'Planq',
|
|
1507
|
+
display: 'planq',
|
|
1508
|
+
symbol: 'PLQ',
|
|
1509
|
+
logo_URIs: {
|
|
1510
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png',
|
|
1511
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg'
|
|
1512
|
+
},
|
|
1513
|
+
coingecko_id: 'planq',
|
|
1514
|
+
images: [{
|
|
1515
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png',
|
|
1516
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg',
|
|
1517
|
+
theme: {
|
|
1518
|
+
primary_color_hex: '#d4f3fb'
|
|
1519
|
+
}
|
|
1520
|
+
}],
|
|
1521
|
+
socials: {
|
|
1522
|
+
website: 'https://planq.network',
|
|
1523
|
+
twitter: 'https://twitter.com/planqfoundation'
|
|
1524
|
+
},
|
|
1525
|
+
type_asset: 'sdk.coin',
|
|
1526
|
+
traces: [{
|
|
1527
|
+
type: 'ibc',
|
|
1528
|
+
counterparty: {
|
|
1529
|
+
channel_id: 'channel-65',
|
|
1530
|
+
base_denom: 'aplanq',
|
|
1531
|
+
chain_name: 'planq'
|
|
1532
|
+
},
|
|
1533
|
+
chain: {
|
|
1534
|
+
channel_id: 'channel-16'
|
|
1535
|
+
}
|
|
1536
|
+
}]
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
description: 'The token of Source Protocol bridged from BSC.',
|
|
1540
|
+
denom_units: [{
|
|
1541
|
+
denom: 'ibc/0E4B2613D5050B4BFCD237ED70BDCEF475ADC0D5A949D01FF26B27D4BBEB7BCB',
|
|
1542
|
+
exponent: 0,
|
|
1543
|
+
aliases: ['erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09']
|
|
1544
|
+
}, {
|
|
1545
|
+
denom: 'srcx',
|
|
1546
|
+
exponent: 9
|
|
1547
|
+
}],
|
|
1548
|
+
base: 'ibc/0E4B2613D5050B4BFCD237ED70BDCEF475ADC0D5A949D01FF26B27D4BBEB7BCB',
|
|
1549
|
+
name: 'Source Token',
|
|
1550
|
+
display: 'srcx',
|
|
1551
|
+
symbol: 'SRCX',
|
|
1552
|
+
traces: [{
|
|
1553
|
+
type: 'ibc',
|
|
1554
|
+
counterparty: {
|
|
1555
|
+
channel_id: 'channel-65',
|
|
1556
|
+
base_denom: 'erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09',
|
|
1557
|
+
chain_name: 'planq'
|
|
1558
|
+
},
|
|
1559
|
+
chain: {
|
|
1560
|
+
channel_id: 'channel-16'
|
|
1561
|
+
}
|
|
1562
|
+
}],
|
|
1563
|
+
images: [{
|
|
1564
|
+
image_sync: {
|
|
1565
|
+
chain_name: 'binancesmartchain',
|
|
1566
|
+
base_denom: '0x454b90716a9435e7161a9aea5cf00e0acbe565ae'
|
|
1567
|
+
},
|
|
1568
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png',
|
|
1569
|
+
theme: {
|
|
1570
|
+
primary_color_hex: '#7f22bc'
|
|
1571
|
+
}
|
|
1572
|
+
}],
|
|
1573
|
+
logo_URIs: {
|
|
1574
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
|
|
1575
|
+
},
|
|
1576
|
+
type_asset: 'sdk.coin'
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
description: 'The token of Anubis.',
|
|
1580
|
+
denom_units: [{
|
|
1581
|
+
denom: 'ibc/3B9D8C616D786CD0C9E22DB9DF707BDC2E6DAF74698C60E501D857E4E4868090',
|
|
1582
|
+
exponent: 0,
|
|
1583
|
+
aliases: ['erc20/0xF630B96760B91f6FCbE8b3C24f2786AcA3D03648']
|
|
1584
|
+
}, {
|
|
1585
|
+
denom: 'anubi',
|
|
1586
|
+
exponent: 18
|
|
1587
|
+
}],
|
|
1588
|
+
base: 'ibc/3B9D8C616D786CD0C9E22DB9DF707BDC2E6DAF74698C60E501D857E4E4868090',
|
|
1589
|
+
name: 'Anubis',
|
|
1590
|
+
display: 'anubi',
|
|
1591
|
+
symbol: 'ANUBI',
|
|
1592
|
+
logo_URIs: {
|
|
1593
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/anubis.png'
|
|
1594
|
+
},
|
|
1595
|
+
images: [{
|
|
1596
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/anubis.png'
|
|
1597
|
+
}],
|
|
1598
|
+
socials: {
|
|
1599
|
+
twitter: 'https://x.com/Anubis_Phy'
|
|
1600
|
+
},
|
|
1601
|
+
type_asset: 'sdk.coin',
|
|
1602
|
+
traces: [{
|
|
1603
|
+
type: 'ibc',
|
|
1604
|
+
counterparty: {
|
|
1605
|
+
channel_id: 'channel-65',
|
|
1606
|
+
base_denom: 'erc20/0xF630B96760B91f6FCbE8b3C24f2786AcA3D03648',
|
|
1607
|
+
chain_name: 'planq'
|
|
1608
|
+
},
|
|
1609
|
+
chain: {
|
|
1610
|
+
channel_id: 'channel-16'
|
|
1611
|
+
}
|
|
1612
|
+
}]
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
description: 'The token of Astonic.',
|
|
1616
|
+
denom_units: [{
|
|
1617
|
+
denom: 'ibc/0B08271E0F3D73DA32D0D1411F702F6043C02E3D15DA2588FC7DC8D477BB9343',
|
|
1618
|
+
exponent: 0,
|
|
1619
|
+
aliases: ['erc20/0x8F4d86ABa1b47832C46f11e0fFD0F7aDa4498345']
|
|
1620
|
+
}, {
|
|
1621
|
+
denom: 'astonic',
|
|
1622
|
+
exponent: 18
|
|
1623
|
+
}],
|
|
1624
|
+
base: 'ibc/0B08271E0F3D73DA32D0D1411F702F6043C02E3D15DA2588FC7DC8D477BB9343',
|
|
1625
|
+
name: 'Astonic',
|
|
1626
|
+
display: 'astonic',
|
|
1627
|
+
symbol: 'ATC',
|
|
1628
|
+
logo_URIs: {
|
|
1629
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/atc.svg'
|
|
1630
|
+
},
|
|
1631
|
+
images: [{
|
|
1632
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/atc.svg'
|
|
1633
|
+
}],
|
|
1634
|
+
socials: {
|
|
1635
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
1636
|
+
telegram: 'https://t.me/astonic_io'
|
|
1637
|
+
},
|
|
1638
|
+
type_asset: 'sdk.coin',
|
|
1639
|
+
traces: [{
|
|
1640
|
+
type: 'ibc',
|
|
1641
|
+
counterparty: {
|
|
1642
|
+
channel_id: 'channel-65',
|
|
1643
|
+
base_denom: 'erc20/0x8F4d86ABa1b47832C46f11e0fFD0F7aDa4498345',
|
|
1644
|
+
chain_name: 'planq'
|
|
1645
|
+
},
|
|
1646
|
+
chain: {
|
|
1647
|
+
channel_id: 'channel-16'
|
|
1648
|
+
}
|
|
1649
|
+
}]
|
|
1650
|
+
},
|
|
1651
|
+
{
|
|
1652
|
+
description: 'Astonic USD (aUSD) is a stable asset pegged to the US Dollar.',
|
|
1653
|
+
denom_units: [{
|
|
1654
|
+
denom: 'ibc/468260AAEE4212C3300E72E7F96E30A7BE4DD556950368121E9A658EC9074C29',
|
|
1655
|
+
exponent: 0,
|
|
1656
|
+
aliases: ['erc20/0xA2871B267a7d888F830251F6B4D9d3DFf184995a']
|
|
1657
|
+
}, {
|
|
1658
|
+
denom: 'ausd',
|
|
1659
|
+
exponent: 18
|
|
1660
|
+
}],
|
|
1661
|
+
base: 'ibc/468260AAEE4212C3300E72E7F96E30A7BE4DD556950368121E9A658EC9074C29',
|
|
1662
|
+
name: 'Astonic USD',
|
|
1663
|
+
display: 'ausd',
|
|
1664
|
+
symbol: 'aUSD',
|
|
1665
|
+
traces: [{
|
|
1666
|
+
type: 'ibc',
|
|
1667
|
+
counterparty: {
|
|
1668
|
+
channel_id: 'channel-65',
|
|
1669
|
+
base_denom: 'erc20/0xA2871B267a7d888F830251F6B4D9d3DFf184995a',
|
|
1670
|
+
chain_name: 'planq'
|
|
1671
|
+
},
|
|
1672
|
+
chain: {
|
|
1673
|
+
channel_id: 'channel-16'
|
|
1674
|
+
}
|
|
1675
|
+
}],
|
|
1676
|
+
logo_URIs: {
|
|
1677
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.svg'
|
|
1678
|
+
},
|
|
1679
|
+
images: [{
|
|
1680
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.svg'
|
|
1681
|
+
}],
|
|
1682
|
+
socials: {
|
|
1683
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
1684
|
+
telegram: 'https://t.me/astonic_io'
|
|
1685
|
+
},
|
|
1686
|
+
type_asset: 'sdk.coin'
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
description: 'Astonic EUR (aEUR) is a stable asset pegged to the Euro.',
|
|
1690
|
+
denom_units: [{
|
|
1691
|
+
denom: 'ibc/2917E2C18917A30542AA02F00DF25A17347F85794B7568638632CF338891501F',
|
|
1692
|
+
exponent: 0,
|
|
1693
|
+
aliases: ['erc20/0xd5be2932FEbD73019ba1d5d97DFC35E1Ab09E501']
|
|
1694
|
+
}, {
|
|
1695
|
+
denom: 'aeur',
|
|
1696
|
+
exponent: 18
|
|
1697
|
+
}],
|
|
1698
|
+
base: 'ibc/2917E2C18917A30542AA02F00DF25A17347F85794B7568638632CF338891501F',
|
|
1699
|
+
name: 'Astonic EUR',
|
|
1700
|
+
display: 'aeur',
|
|
1701
|
+
symbol: 'aEUR',
|
|
1702
|
+
traces: [{
|
|
1703
|
+
type: 'ibc',
|
|
1704
|
+
counterparty: {
|
|
1705
|
+
channel_id: 'channel-65',
|
|
1706
|
+
base_denom: 'erc20/0xd5be2932FEbD73019ba1d5d97DFC35E1Ab09E501',
|
|
1707
|
+
chain_name: 'planq'
|
|
1708
|
+
},
|
|
1709
|
+
chain: {
|
|
1710
|
+
channel_id: 'channel-16'
|
|
1711
|
+
}
|
|
1712
|
+
}],
|
|
1713
|
+
logo_URIs: {
|
|
1714
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.svg'
|
|
1715
|
+
},
|
|
1716
|
+
images: [{
|
|
1717
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.svg'
|
|
1718
|
+
}],
|
|
1719
|
+
socials: {
|
|
1720
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
1721
|
+
telegram: 'https://t.me/astonic_io'
|
|
1722
|
+
},
|
|
1723
|
+
type_asset: 'sdk.coin'
|
|
1724
|
+
},
|
|
1725
|
+
{
|
|
1726
|
+
description: 'Astonic BRL (aBRL) is a stable asset pegged to the Brazilian Real.',
|
|
1727
|
+
denom_units: [{
|
|
1728
|
+
denom: 'ibc/D14015EDB722935261CB29BD3039640E5A28F957A261007232A118DF4A526425',
|
|
1729
|
+
exponent: 0,
|
|
1730
|
+
aliases: ['erc20/0x240642C6f69878A0b199065f25EDf82023BC59ce']
|
|
1731
|
+
}, {
|
|
1732
|
+
denom: 'abrl',
|
|
1733
|
+
exponent: 18
|
|
1734
|
+
}],
|
|
1735
|
+
base: 'ibc/D14015EDB722935261CB29BD3039640E5A28F957A261007232A118DF4A526425',
|
|
1736
|
+
name: 'Astonic BRL',
|
|
1737
|
+
display: 'abrl',
|
|
1738
|
+
symbol: 'aBRL',
|
|
1739
|
+
traces: [{
|
|
1740
|
+
type: 'ibc',
|
|
1741
|
+
counterparty: {
|
|
1742
|
+
channel_id: 'channel-65',
|
|
1743
|
+
base_denom: 'erc20/0x240642C6f69878A0b199065f25EDf82023BC59ce',
|
|
1744
|
+
chain_name: 'planq'
|
|
1745
|
+
},
|
|
1746
|
+
chain: {
|
|
1747
|
+
channel_id: 'channel-16'
|
|
1748
|
+
}
|
|
1749
|
+
}],
|
|
1750
|
+
logo_URIs: {
|
|
1751
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.svg'
|
|
1752
|
+
},
|
|
1753
|
+
images: [{
|
|
1754
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.svg'
|
|
1755
|
+
}],
|
|
1756
|
+
socials: {
|
|
1757
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
1758
|
+
telegram: 'https://t.me/astonic_io'
|
|
1759
|
+
},
|
|
1760
|
+
type_asset: 'sdk.coin'
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
description: 'Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.',
|
|
1764
|
+
denom_units: [{
|
|
1765
|
+
denom: 'ibc/68930779653E62D66440AE801EE3394E9A29C4222930CBB20EC3EE179DE69E34',
|
|
1766
|
+
exponent: 0,
|
|
1767
|
+
aliases: ['ustrd']
|
|
1768
|
+
}, {
|
|
1769
|
+
denom: 'strd',
|
|
1770
|
+
exponent: 6
|
|
1771
|
+
}],
|
|
1772
|
+
base: 'ibc/68930779653E62D66440AE801EE3394E9A29C4222930CBB20EC3EE179DE69E34',
|
|
1773
|
+
name: 'Stride',
|
|
1774
|
+
display: 'strd',
|
|
1775
|
+
symbol: 'STRD',
|
|
1776
|
+
logo_URIs: {
|
|
1777
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
1778
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
1779
|
+
},
|
|
1780
|
+
coingecko_id: 'stride',
|
|
1781
|
+
images: [{
|
|
1782
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
1783
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg',
|
|
1784
|
+
theme: {
|
|
1785
|
+
primary_color_hex: '#e4047c'
|
|
1786
|
+
}
|
|
1787
|
+
}],
|
|
1788
|
+
socials: {
|
|
1789
|
+
website: 'https://stride.zone/',
|
|
1790
|
+
twitter: 'https://twitter.com/stride_zone'
|
|
1791
|
+
},
|
|
1792
|
+
type_asset: 'sdk.coin',
|
|
1793
|
+
traces: [{
|
|
1794
|
+
type: 'ibc',
|
|
1795
|
+
counterparty: {
|
|
1796
|
+
channel_id: 'channel-322',
|
|
1797
|
+
base_denom: 'ustrd',
|
|
1798
|
+
chain_name: 'stride'
|
|
1799
|
+
},
|
|
1800
|
+
chain: {
|
|
1801
|
+
channel_id: 'channel-18'
|
|
1802
|
+
}
|
|
1803
|
+
}]
|
|
1804
|
+
},
|
|
1185
1805
|
{
|
|
1186
1806
|
description: 'The native staking token of Terra.',
|
|
1187
1807
|
denom_units: [{
|