@chain-registry/assets 1.70.30 → 1.70.32
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/devnet/prysmdevnet.js +0 -148
- package/esm/devnet/prysmdevnet.js +0 -148
- package/esm/mainnet/assets.js +1 -8
- package/esm/mainnet/axelar.js +178 -26
- package/esm/mainnet/chihuahua.js +164 -0
- package/esm/mainnet/index.js +0 -7
- package/esm/mainnet/injective.js +178 -26
- package/esm/mainnet/juno.js +0 -72
- package/esm/mainnet/kujira.js +178 -26
- package/esm/mainnet/omniflixhub.js +86 -0
- package/esm/mainnet/osmosis.js +178 -490
- package/esm/mainnet/secretnetwork.js +164 -0
- package/esm/mainnet/stargaze.js +86 -0
- package/esm/mainnet/terra2.js +164 -0
- package/esm/testnet/assets.js +1 -3
- package/esm/testnet/axelartestnet.js +0 -148
- package/esm/testnet/index.js +0 -2
- package/esm/testnet/junotestnet.js +0 -148
- package/esm/testnet/marstestnet.js +0 -148
- package/esm/testnet/nobletestnet.js +0 -148
- package/esm/testnet/osmosistestnet.js +0 -82
- package/mainnet/assets.js +1 -8
- package/mainnet/axelar.js +178 -26
- package/mainnet/chihuahua.js +164 -0
- package/mainnet/index.d.ts +0 -7
- package/mainnet/index.js +3 -11
- package/mainnet/injective.js +178 -26
- package/mainnet/juno.js +0 -72
- package/mainnet/kujira.js +178 -26
- package/mainnet/omniflixhub.js +86 -0
- package/mainnet/osmosis.js +178 -490
- package/mainnet/secretnetwork.js +164 -0
- package/mainnet/stargaze.js +86 -0
- package/mainnet/terra2.js +164 -0
- package/package.json +6 -6
- package/testnet/assets.js +1 -3
- package/testnet/axelartestnet.js +0 -148
- package/testnet/index.d.ts +0 -2
- package/testnet/index.js +1 -3
- package/testnet/junotestnet.js +0 -148
- package/testnet/marstestnet.js +0 -148
- package/testnet/nobletestnet.js +0 -148
- package/testnet/osmosistestnet.js +0 -82
- package/esm/mainnet/8ball.js +0 -182
- package/esm/mainnet/cerberus.js +0 -182
- package/esm/mainnet/cudos.js +0 -182
- package/esm/mainnet/dig.js +0 -268
- package/esm/mainnet/lumenx.js +0 -182
- package/esm/mainnet/microtick.js +0 -182
- package/esm/mainnet/vidulum.js +0 -424
- package/esm/testnet/entrypointtestnet.js +0 -154
- package/esm/testnet/osmosistestnet4.js +0 -476
- package/mainnet/8ball.d.ts +0 -3
- package/mainnet/8ball.js +0 -184
- package/mainnet/cerberus.d.ts +0 -3
- package/mainnet/cerberus.js +0 -184
- package/mainnet/cudos.d.ts +0 -3
- package/mainnet/cudos.js +0 -184
- package/mainnet/dig.d.ts +0 -3
- package/mainnet/dig.js +0 -270
- package/mainnet/lumenx.d.ts +0 -3
- package/mainnet/lumenx.js +0 -184
- package/mainnet/microtick.d.ts +0 -3
- package/mainnet/microtick.js +0 -184
- package/mainnet/vidulum.d.ts +0 -3
- package/mainnet/vidulum.js +0 -426
- package/testnet/entrypointtestnet.d.ts +0 -3
- package/testnet/entrypointtestnet.js +0 -156
- package/testnet/osmosistestnet4.d.ts +0 -3
- package/testnet/osmosistestnet4.js +0 -478
package/esm/mainnet/chihuahua.js
CHANGED
|
@@ -964,6 +964,170 @@ const assets = {
|
|
|
964
964
|
channel_id: 'channel-25'
|
|
965
965
|
}
|
|
966
966
|
}]
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
description: 'Astrovault AXV',
|
|
970
|
+
denom_units: [{
|
|
971
|
+
denom: 'ibc/805F86B82C5782CB7F963CCE012D5C427E2B64A7374F5E277C24A5FD3266FE75',
|
|
972
|
+
exponent: 0,
|
|
973
|
+
aliases: ['cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af']
|
|
974
|
+
}, {
|
|
975
|
+
denom: 'AXV',
|
|
976
|
+
exponent: 6
|
|
977
|
+
}],
|
|
978
|
+
type_asset: 'cw20',
|
|
979
|
+
address: 'neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af',
|
|
980
|
+
base: 'ibc/805F86B82C5782CB7F963CCE012D5C427E2B64A7374F5E277C24A5FD3266FE75',
|
|
981
|
+
name: 'Astrovault AXV (Neutron)',
|
|
982
|
+
display: 'AXV',
|
|
983
|
+
symbol: 'AXV',
|
|
984
|
+
logo_URIs: {
|
|
985
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
986
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
987
|
+
},
|
|
988
|
+
images: [{
|
|
989
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
990
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
991
|
+
}],
|
|
992
|
+
socials: {
|
|
993
|
+
website: 'https://astrovault.io/',
|
|
994
|
+
twitter: 'https://x.com/axvdex'
|
|
995
|
+
},
|
|
996
|
+
coingecko_id: 'astrovault',
|
|
997
|
+
traces: [{
|
|
998
|
+
type: 'ibc-cw20',
|
|
999
|
+
counterparty: {
|
|
1000
|
+
port: 'transfer',
|
|
1001
|
+
channel_id: 'channel-52',
|
|
1002
|
+
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af',
|
|
1003
|
+
chain_name: 'neutron'
|
|
1004
|
+
},
|
|
1005
|
+
chain: {
|
|
1006
|
+
port: 'wasm.chihuahua1jwkag4yvhyj9fuddtkygvavya8hmdjuzmgxwg9vp3lw9twv6lrcq9mgl52',
|
|
1007
|
+
channel_id: 'channel-77'
|
|
1008
|
+
}
|
|
1009
|
+
}]
|
|
1010
|
+
},
|
|
1011
|
+
{
|
|
1012
|
+
description: 'Astrovault xATOM on Neutron Chain',
|
|
1013
|
+
denom_units: [{
|
|
1014
|
+
denom: 'ibc/1860BA72ADAB5D2061234A0745D990C4018D1339281B2E603AD0B66884463B38',
|
|
1015
|
+
exponent: 0,
|
|
1016
|
+
aliases: ['cw20:neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj']
|
|
1017
|
+
}, {
|
|
1018
|
+
denom: 'xATOM',
|
|
1019
|
+
exponent: 6
|
|
1020
|
+
}],
|
|
1021
|
+
type_asset: 'cw20',
|
|
1022
|
+
address: 'neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj',
|
|
1023
|
+
base: 'ibc/1860BA72ADAB5D2061234A0745D990C4018D1339281B2E603AD0B66884463B38',
|
|
1024
|
+
name: 'Astrovault xATOM (Neutron)',
|
|
1025
|
+
display: 'xATOM',
|
|
1026
|
+
symbol: 'xATOM',
|
|
1027
|
+
traces: [{
|
|
1028
|
+
type: 'ibc-cw20',
|
|
1029
|
+
counterparty: {
|
|
1030
|
+
port: 'transfer',
|
|
1031
|
+
channel_id: 'channel-52',
|
|
1032
|
+
base_denom: 'cw20:neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj',
|
|
1033
|
+
chain_name: 'neutron'
|
|
1034
|
+
},
|
|
1035
|
+
chain: {
|
|
1036
|
+
port: 'wasm.chihuahua1jwkag4yvhyj9fuddtkygvavya8hmdjuzmgxwg9vp3lw9twv6lrcq9mgl52',
|
|
1037
|
+
channel_id: 'channel-77'
|
|
1038
|
+
}
|
|
1039
|
+
}],
|
|
1040
|
+
logo_URIs: {
|
|
1041
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.png',
|
|
1042
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg'
|
|
1043
|
+
},
|
|
1044
|
+
images: [{
|
|
1045
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.png',
|
|
1046
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg'
|
|
1047
|
+
}],
|
|
1048
|
+
coingecko_id: 'astrovault-xatom'
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
description: 'Astrovault AXV',
|
|
1052
|
+
denom_units: [{
|
|
1053
|
+
denom: 'ibc/805F86B82C5782CB7F963CCE012D5C427E2B64A7374F5E277C24A5FD3266FE75',
|
|
1054
|
+
exponent: 0,
|
|
1055
|
+
aliases: ['cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af']
|
|
1056
|
+
}, {
|
|
1057
|
+
denom: 'AXV',
|
|
1058
|
+
exponent: 6
|
|
1059
|
+
}],
|
|
1060
|
+
type_asset: 'cw20',
|
|
1061
|
+
address: 'neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af',
|
|
1062
|
+
base: 'ibc/805F86B82C5782CB7F963CCE012D5C427E2B64A7374F5E277C24A5FD3266FE75',
|
|
1063
|
+
name: 'Astrovault AXV (Neutron)',
|
|
1064
|
+
display: 'AXV',
|
|
1065
|
+
symbol: 'AXV',
|
|
1066
|
+
logo_URIs: {
|
|
1067
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
1068
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
1069
|
+
},
|
|
1070
|
+
images: [{
|
|
1071
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
1072
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
1073
|
+
}],
|
|
1074
|
+
socials: {
|
|
1075
|
+
website: 'https://astrovault.io/',
|
|
1076
|
+
twitter: 'https://x.com/axvdex'
|
|
1077
|
+
},
|
|
1078
|
+
coingecko_id: 'astrovault',
|
|
1079
|
+
traces: [{
|
|
1080
|
+
type: 'ibc-cw20',
|
|
1081
|
+
counterparty: {
|
|
1082
|
+
port: 'transfer',
|
|
1083
|
+
channel_id: 'channel-52',
|
|
1084
|
+
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af',
|
|
1085
|
+
chain_name: 'neutron'
|
|
1086
|
+
},
|
|
1087
|
+
chain: {
|
|
1088
|
+
port: 'wasm.chihuahua1jwkag4yvhyj9fuddtkygvavya8hmdjuzmgxwg9vp3lw9twv6lrcq9mgl52',
|
|
1089
|
+
channel_id: 'channel-77'
|
|
1090
|
+
}
|
|
1091
|
+
}]
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
description: 'Astrovault xATOM on Neutron Chain',
|
|
1095
|
+
denom_units: [{
|
|
1096
|
+
denom: 'ibc/1860BA72ADAB5D2061234A0745D990C4018D1339281B2E603AD0B66884463B38',
|
|
1097
|
+
exponent: 0,
|
|
1098
|
+
aliases: ['cw20:neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj']
|
|
1099
|
+
}, {
|
|
1100
|
+
denom: 'xATOM',
|
|
1101
|
+
exponent: 6
|
|
1102
|
+
}],
|
|
1103
|
+
type_asset: 'cw20',
|
|
1104
|
+
address: 'neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj',
|
|
1105
|
+
base: 'ibc/1860BA72ADAB5D2061234A0745D990C4018D1339281B2E603AD0B66884463B38',
|
|
1106
|
+
name: 'Astrovault xATOM (Neutron)',
|
|
1107
|
+
display: 'xATOM',
|
|
1108
|
+
symbol: 'xATOM',
|
|
1109
|
+
traces: [{
|
|
1110
|
+
type: 'ibc-cw20',
|
|
1111
|
+
counterparty: {
|
|
1112
|
+
port: 'transfer',
|
|
1113
|
+
channel_id: 'channel-52',
|
|
1114
|
+
base_denom: 'cw20:neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj',
|
|
1115
|
+
chain_name: 'neutron'
|
|
1116
|
+
},
|
|
1117
|
+
chain: {
|
|
1118
|
+
port: 'wasm.chihuahua1jwkag4yvhyj9fuddtkygvavya8hmdjuzmgxwg9vp3lw9twv6lrcq9mgl52',
|
|
1119
|
+
channel_id: 'channel-77'
|
|
1120
|
+
}
|
|
1121
|
+
}],
|
|
1122
|
+
logo_URIs: {
|
|
1123
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.png',
|
|
1124
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg'
|
|
1125
|
+
},
|
|
1126
|
+
images: [{
|
|
1127
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.png',
|
|
1128
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg'
|
|
1129
|
+
}],
|
|
1130
|
+
coingecko_id: 'astrovault-xatom'
|
|
967
1131
|
}
|
|
968
1132
|
]
|
|
969
1133
|
};
|
package/esm/mainnet/index.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export * as ethereum from './ethereum';
|
|
2
2
|
export * as solana from './solana';
|
|
3
|
-
export * as _8ball from './8ball';
|
|
4
3
|
export * as acrechain from './acrechain';
|
|
5
4
|
export * as agoric from './agoric';
|
|
6
5
|
export * as aioz from './aioz';
|
|
@@ -21,7 +20,6 @@ export * as bostrom from './bostrom';
|
|
|
21
20
|
export * as canto from './canto';
|
|
22
21
|
export * as carbon from './carbon';
|
|
23
22
|
export * as celestia from './celestia';
|
|
24
|
-
export * as cerberus from './cerberus';
|
|
25
23
|
export * as chain4energy from './chain4energy';
|
|
26
24
|
export * as cheqd from './cheqd';
|
|
27
25
|
export * as chihuahua from './chihuahua';
|
|
@@ -34,11 +32,9 @@ export * as cosmoshub from './cosmoshub';
|
|
|
34
32
|
export * as crescent from './crescent';
|
|
35
33
|
export * as cronos from './cronos';
|
|
36
34
|
export * as cryptoorgchain from './cryptoorgchain';
|
|
37
|
-
export * as cudos from './cudos';
|
|
38
35
|
export * as decentr from './decentr';
|
|
39
36
|
export * as desmos from './desmos';
|
|
40
37
|
export * as dhealth from './dhealth';
|
|
41
|
-
export * as dig from './dig';
|
|
42
38
|
export * as doravota from './doravota';
|
|
43
39
|
export * as dungeon from './dungeon';
|
|
44
40
|
export * as dydx from './dydx';
|
|
@@ -77,14 +73,12 @@ export * as lambda from './lambda';
|
|
|
77
73
|
export * as lava from './lava';
|
|
78
74
|
export * as likecoin from './likecoin';
|
|
79
75
|
export * as lorenzo from './lorenzo';
|
|
80
|
-
export * as lumenx from './lumenx';
|
|
81
76
|
export * as lumnetwork from './lumnetwork';
|
|
82
77
|
export * as mande from './mande';
|
|
83
78
|
export * as mantrachain from './mantrachain';
|
|
84
79
|
export * as mars from './mars';
|
|
85
80
|
export * as medasdigital from './medasdigital';
|
|
86
81
|
export * as meme from './meme';
|
|
87
|
-
export * as microtick from './microtick';
|
|
88
82
|
export * as migaloo from './migaloo';
|
|
89
83
|
export * as neutaro from './neutaro';
|
|
90
84
|
export * as neutron from './neutron';
|
|
@@ -147,5 +141,4 @@ export * as titan from './titan';
|
|
|
147
141
|
export * as umee from './umee';
|
|
148
142
|
export * as unification from './unification';
|
|
149
143
|
export * as uptick from './uptick';
|
|
150
|
-
export * as vidulum from './vidulum';
|
|
151
144
|
export * as xpla from './xpla';
|
package/esm/mainnet/injective.js
CHANGED
|
@@ -1665,7 +1665,7 @@ const assets = {
|
|
|
1665
1665
|
}]
|
|
1666
1666
|
},
|
|
1667
1667
|
{
|
|
1668
|
-
description: 'Staking and governance token for ODIN Protocol',
|
|
1668
|
+
description: 'ODIN is the Staking and governance token for ODIN Protocol',
|
|
1669
1669
|
denom_units: [{
|
|
1670
1670
|
denom: 'ibc/6ED95AEFA5D9A6F9EF9CDD05FED7D7C9D7F42D9892E7236EB9B251CE9E999701',
|
|
1671
1671
|
exponent: 0,
|
|
@@ -1684,13 +1684,13 @@ const assets = {
|
|
|
1684
1684
|
},
|
|
1685
1685
|
coingecko_id: 'odin-protocol',
|
|
1686
1686
|
images: [{
|
|
1687
|
-
image_sync: {
|
|
1688
|
-
chain_name: 'odin',
|
|
1689
|
-
base_denom: 'loki'
|
|
1690
|
-
},
|
|
1691
1687
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
|
|
1692
1688
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
1693
1689
|
}],
|
|
1690
|
+
socials: {
|
|
1691
|
+
website: 'https://odinprotocol.io/',
|
|
1692
|
+
twitter: 'https://twitter.com/odinprotocol'
|
|
1693
|
+
},
|
|
1694
1694
|
type_asset: 'sdk.coin',
|
|
1695
1695
|
traces: [{
|
|
1696
1696
|
type: 'ibc',
|
|
@@ -1723,10 +1723,6 @@ const assets = {
|
|
|
1723
1723
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg'
|
|
1724
1724
|
},
|
|
1725
1725
|
images: [{
|
|
1726
|
-
image_sync: {
|
|
1727
|
-
chain_name: 'odin',
|
|
1728
|
-
base_denom: 'mGeo'
|
|
1729
|
-
},
|
|
1730
1726
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png',
|
|
1731
1727
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg',
|
|
1732
1728
|
theme: {
|
|
@@ -1746,6 +1742,86 @@ const assets = {
|
|
|
1746
1742
|
}
|
|
1747
1743
|
}]
|
|
1748
1744
|
},
|
|
1745
|
+
{
|
|
1746
|
+
description: 'DOKI the last Dragon',
|
|
1747
|
+
denom_units: [{
|
|
1748
|
+
denom: 'ibc/EA7CE127E1CFD7822AD169019CAFDD63D0F5A278DCE974F438099BF16C99FB8B',
|
|
1749
|
+
exponent: 0,
|
|
1750
|
+
aliases: ['udoki']
|
|
1751
|
+
}, {
|
|
1752
|
+
denom: 'doki',
|
|
1753
|
+
exponent: 6
|
|
1754
|
+
}],
|
|
1755
|
+
base: 'ibc/EA7CE127E1CFD7822AD169019CAFDD63D0F5A278DCE974F438099BF16C99FB8B',
|
|
1756
|
+
name: 'DOKI',
|
|
1757
|
+
display: 'doki',
|
|
1758
|
+
symbol: 'DOKI',
|
|
1759
|
+
logo_URIs: {
|
|
1760
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png'
|
|
1761
|
+
},
|
|
1762
|
+
coingecko_id: 'doki',
|
|
1763
|
+
images: [{
|
|
1764
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png',
|
|
1765
|
+
theme: {
|
|
1766
|
+
primary_color_hex: '#2e2d2a'
|
|
1767
|
+
}
|
|
1768
|
+
}],
|
|
1769
|
+
socials: {
|
|
1770
|
+
website: 'https://dokicoin.io/',
|
|
1771
|
+
twitter: 'https://twitter.com/doki_coin'
|
|
1772
|
+
},
|
|
1773
|
+
type_asset: 'sdk.coin',
|
|
1774
|
+
traces: [{
|
|
1775
|
+
type: 'ibc',
|
|
1776
|
+
counterparty: {
|
|
1777
|
+
channel_id: 'channel-65',
|
|
1778
|
+
base_denom: 'udoki',
|
|
1779
|
+
chain_name: 'odin'
|
|
1780
|
+
},
|
|
1781
|
+
chain: {
|
|
1782
|
+
channel_id: 'channel-214'
|
|
1783
|
+
}
|
|
1784
|
+
}]
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
description: 'Myrkur the leader of OLD Order',
|
|
1788
|
+
denom_units: [{
|
|
1789
|
+
denom: 'ibc/48D1DA9AA68C949E27BAB39B409681292035ABF63EAB663017C7BEF98A3D118E',
|
|
1790
|
+
exponent: 0,
|
|
1791
|
+
aliases: ['umyrk']
|
|
1792
|
+
}, {
|
|
1793
|
+
denom: 'myrk',
|
|
1794
|
+
exponent: 6
|
|
1795
|
+
}],
|
|
1796
|
+
base: 'ibc/48D1DA9AA68C949E27BAB39B409681292035ABF63EAB663017C7BEF98A3D118E',
|
|
1797
|
+
name: 'MYRK',
|
|
1798
|
+
display: 'myrk',
|
|
1799
|
+
symbol: 'MYRK',
|
|
1800
|
+
logo_URIs: {
|
|
1801
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png'
|
|
1802
|
+
},
|
|
1803
|
+
images: [{
|
|
1804
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png',
|
|
1805
|
+
theme: {
|
|
1806
|
+
primary_color_hex: '#0a0707'
|
|
1807
|
+
}
|
|
1808
|
+
}],
|
|
1809
|
+
socials: {
|
|
1810
|
+
twitter: 'https://twitter.com/myrkweilds'
|
|
1811
|
+
},
|
|
1812
|
+
type_asset: 'sdk.coin',
|
|
1813
|
+
traces: [{
|
|
1814
|
+
type: 'ibc',
|
|
1815
|
+
counterparty: {
|
|
1816
|
+
channel_id: 'channel-65',
|
|
1817
|
+
base_denom: 'umyrk',
|
|
1818
|
+
chain_name: 'odin'
|
|
1819
|
+
},
|
|
1820
|
+
chain: {
|
|
1821
|
+
channel_id: 'channel-214'
|
|
1822
|
+
}
|
|
1823
|
+
}]
|
|
1824
|
+
},
|
|
1749
1825
|
{
|
|
1750
1826
|
description: 'O9W token for ODIN Protocol',
|
|
1751
1827
|
denom_units: [{
|
|
@@ -1765,16 +1841,16 @@ const assets = {
|
|
|
1765
1841
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg'
|
|
1766
1842
|
},
|
|
1767
1843
|
images: [{
|
|
1768
|
-
image_sync: {
|
|
1769
|
-
chain_name: 'odin',
|
|
1770
|
-
base_denom: 'mO9W'
|
|
1771
|
-
},
|
|
1772
1844
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png',
|
|
1773
1845
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg',
|
|
1774
1846
|
theme: {
|
|
1775
1847
|
primary_color_hex: '#040404'
|
|
1776
1848
|
}
|
|
1777
1849
|
}],
|
|
1850
|
+
socials: {
|
|
1851
|
+
website: 'https://www.odin9worlds.io/',
|
|
1852
|
+
twitter: 'https://twitter.com/odin9worlds'
|
|
1853
|
+
},
|
|
1778
1854
|
type_asset: 'sdk.coin',
|
|
1779
1855
|
traces: [{
|
|
1780
1856
|
type: 'ibc',
|
|
@@ -5680,7 +5756,7 @@ const assets = {
|
|
|
5680
5756
|
}]
|
|
5681
5757
|
},
|
|
5682
5758
|
{
|
|
5683
|
-
description: 'Staking and governance token for ODIN Protocol',
|
|
5759
|
+
description: 'ODIN is the Staking and governance token for ODIN Protocol',
|
|
5684
5760
|
denom_units: [{
|
|
5685
5761
|
denom: 'ibc/6ED95AEFA5D9A6F9EF9CDD05FED7D7C9D7F42D9892E7236EB9B251CE9E999701',
|
|
5686
5762
|
exponent: 0,
|
|
@@ -5699,13 +5775,13 @@ const assets = {
|
|
|
5699
5775
|
},
|
|
5700
5776
|
coingecko_id: 'odin-protocol',
|
|
5701
5777
|
images: [{
|
|
5702
|
-
image_sync: {
|
|
5703
|
-
chain_name: 'odin',
|
|
5704
|
-
base_denom: 'loki'
|
|
5705
|
-
},
|
|
5706
5778
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
|
|
5707
5779
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
5708
5780
|
}],
|
|
5781
|
+
socials: {
|
|
5782
|
+
website: 'https://odinprotocol.io/',
|
|
5783
|
+
twitter: 'https://twitter.com/odinprotocol'
|
|
5784
|
+
},
|
|
5709
5785
|
type_asset: 'sdk.coin',
|
|
5710
5786
|
traces: [{
|
|
5711
5787
|
type: 'ibc',
|
|
@@ -5738,10 +5814,6 @@ const assets = {
|
|
|
5738
5814
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg'
|
|
5739
5815
|
},
|
|
5740
5816
|
images: [{
|
|
5741
|
-
image_sync: {
|
|
5742
|
-
chain_name: 'odin',
|
|
5743
|
-
base_denom: 'mGeo'
|
|
5744
|
-
},
|
|
5745
5817
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png',
|
|
5746
5818
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg',
|
|
5747
5819
|
theme: {
|
|
@@ -5761,6 +5833,86 @@ const assets = {
|
|
|
5761
5833
|
}
|
|
5762
5834
|
}]
|
|
5763
5835
|
},
|
|
5836
|
+
{
|
|
5837
|
+
description: 'DOKI the last Dragon',
|
|
5838
|
+
denom_units: [{
|
|
5839
|
+
denom: 'ibc/EA7CE127E1CFD7822AD169019CAFDD63D0F5A278DCE974F438099BF16C99FB8B',
|
|
5840
|
+
exponent: 0,
|
|
5841
|
+
aliases: ['udoki']
|
|
5842
|
+
}, {
|
|
5843
|
+
denom: 'doki',
|
|
5844
|
+
exponent: 6
|
|
5845
|
+
}],
|
|
5846
|
+
base: 'ibc/EA7CE127E1CFD7822AD169019CAFDD63D0F5A278DCE974F438099BF16C99FB8B',
|
|
5847
|
+
name: 'DOKI',
|
|
5848
|
+
display: 'doki',
|
|
5849
|
+
symbol: 'DOKI',
|
|
5850
|
+
logo_URIs: {
|
|
5851
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png'
|
|
5852
|
+
},
|
|
5853
|
+
coingecko_id: 'doki',
|
|
5854
|
+
images: [{
|
|
5855
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png',
|
|
5856
|
+
theme: {
|
|
5857
|
+
primary_color_hex: '#2e2d2a'
|
|
5858
|
+
}
|
|
5859
|
+
}],
|
|
5860
|
+
socials: {
|
|
5861
|
+
website: 'https://dokicoin.io/',
|
|
5862
|
+
twitter: 'https://twitter.com/doki_coin'
|
|
5863
|
+
},
|
|
5864
|
+
type_asset: 'sdk.coin',
|
|
5865
|
+
traces: [{
|
|
5866
|
+
type: 'ibc',
|
|
5867
|
+
counterparty: {
|
|
5868
|
+
channel_id: 'channel-65',
|
|
5869
|
+
base_denom: 'udoki',
|
|
5870
|
+
chain_name: 'odin'
|
|
5871
|
+
},
|
|
5872
|
+
chain: {
|
|
5873
|
+
channel_id: 'channel-214'
|
|
5874
|
+
}
|
|
5875
|
+
}]
|
|
5876
|
+
},
|
|
5877
|
+
{
|
|
5878
|
+
description: 'Myrkur the leader of OLD Order',
|
|
5879
|
+
denom_units: [{
|
|
5880
|
+
denom: 'ibc/48D1DA9AA68C949E27BAB39B409681292035ABF63EAB663017C7BEF98A3D118E',
|
|
5881
|
+
exponent: 0,
|
|
5882
|
+
aliases: ['umyrk']
|
|
5883
|
+
}, {
|
|
5884
|
+
denom: 'myrk',
|
|
5885
|
+
exponent: 6
|
|
5886
|
+
}],
|
|
5887
|
+
base: 'ibc/48D1DA9AA68C949E27BAB39B409681292035ABF63EAB663017C7BEF98A3D118E',
|
|
5888
|
+
name: 'MYRK',
|
|
5889
|
+
display: 'myrk',
|
|
5890
|
+
symbol: 'MYRK',
|
|
5891
|
+
logo_URIs: {
|
|
5892
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png'
|
|
5893
|
+
},
|
|
5894
|
+
images: [{
|
|
5895
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png',
|
|
5896
|
+
theme: {
|
|
5897
|
+
primary_color_hex: '#0a0707'
|
|
5898
|
+
}
|
|
5899
|
+
}],
|
|
5900
|
+
socials: {
|
|
5901
|
+
twitter: 'https://twitter.com/myrkweilds'
|
|
5902
|
+
},
|
|
5903
|
+
type_asset: 'sdk.coin',
|
|
5904
|
+
traces: [{
|
|
5905
|
+
type: 'ibc',
|
|
5906
|
+
counterparty: {
|
|
5907
|
+
channel_id: 'channel-65',
|
|
5908
|
+
base_denom: 'umyrk',
|
|
5909
|
+
chain_name: 'odin'
|
|
5910
|
+
},
|
|
5911
|
+
chain: {
|
|
5912
|
+
channel_id: 'channel-214'
|
|
5913
|
+
}
|
|
5914
|
+
}]
|
|
5915
|
+
},
|
|
5764
5916
|
{
|
|
5765
5917
|
description: 'O9W token for ODIN Protocol',
|
|
5766
5918
|
denom_units: [{
|
|
@@ -5780,16 +5932,16 @@ const assets = {
|
|
|
5780
5932
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg'
|
|
5781
5933
|
},
|
|
5782
5934
|
images: [{
|
|
5783
|
-
image_sync: {
|
|
5784
|
-
chain_name: 'odin',
|
|
5785
|
-
base_denom: 'mO9W'
|
|
5786
|
-
},
|
|
5787
5935
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png',
|
|
5788
5936
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg',
|
|
5789
5937
|
theme: {
|
|
5790
5938
|
primary_color_hex: '#040404'
|
|
5791
5939
|
}
|
|
5792
5940
|
}],
|
|
5941
|
+
socials: {
|
|
5942
|
+
website: 'https://www.odin9worlds.io/',
|
|
5943
|
+
twitter: 'https://twitter.com/odin9worlds'
|
|
5944
|
+
},
|
|
5793
5945
|
type_asset: 'sdk.coin',
|
|
5794
5946
|
traces: [{
|
|
5795
5947
|
type: 'ibc',
|
package/esm/mainnet/juno.js
CHANGED
|
@@ -575,42 +575,6 @@ const assets = {
|
|
|
575
575
|
}
|
|
576
576
|
}]
|
|
577
577
|
},
|
|
578
|
-
{
|
|
579
|
-
description: 'Native token of Dig Chain',
|
|
580
|
-
denom_units: [{
|
|
581
|
-
denom: 'ibc/6842C591DC4588411A565C9FF650FB15A17DFE3F0A43201E8141E4D14B8D171A',
|
|
582
|
-
exponent: 0,
|
|
583
|
-
aliases: ['udig']
|
|
584
|
-
}, {
|
|
585
|
-
denom: 'dig',
|
|
586
|
-
exponent: 6
|
|
587
|
-
}],
|
|
588
|
-
base: 'ibc/6842C591DC4588411A565C9FF650FB15A17DFE3F0A43201E8141E4D14B8D171A',
|
|
589
|
-
name: 'Dig Chain',
|
|
590
|
-
display: 'dig',
|
|
591
|
-
symbol: 'DIG',
|
|
592
|
-
logo_URIs: {
|
|
593
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png'
|
|
594
|
-
},
|
|
595
|
-
images: [{
|
|
596
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png',
|
|
597
|
-
theme: {
|
|
598
|
-
primary_color_hex: '#1b1433'
|
|
599
|
-
}
|
|
600
|
-
}],
|
|
601
|
-
type_asset: 'sdk.coin',
|
|
602
|
-
traces: [{
|
|
603
|
-
type: 'ibc',
|
|
604
|
-
counterparty: {
|
|
605
|
-
channel_id: 'channel-2',
|
|
606
|
-
base_denom: 'udig',
|
|
607
|
-
chain_name: 'dig'
|
|
608
|
-
},
|
|
609
|
-
chain: {
|
|
610
|
-
channel_id: 'channel-37'
|
|
611
|
-
}
|
|
612
|
-
}]
|
|
613
|
-
},
|
|
614
578
|
{
|
|
615
579
|
description: 'e-Money NGM staking token. In addition to earning staking rewards the token is bought back and burned based on e-Money stablecoin inflation.',
|
|
616
580
|
denom_units: [{
|
|
@@ -1458,42 +1422,6 @@ const assets = {
|
|
|
1458
1422
|
}
|
|
1459
1423
|
}]
|
|
1460
1424
|
},
|
|
1461
|
-
{
|
|
1462
|
-
description: 'Native token of Dig Chain',
|
|
1463
|
-
denom_units: [{
|
|
1464
|
-
denom: 'ibc/6842C591DC4588411A565C9FF650FB15A17DFE3F0A43201E8141E4D14B8D171A',
|
|
1465
|
-
exponent: 0,
|
|
1466
|
-
aliases: ['udig']
|
|
1467
|
-
}, {
|
|
1468
|
-
denom: 'dig',
|
|
1469
|
-
exponent: 6
|
|
1470
|
-
}],
|
|
1471
|
-
base: 'ibc/6842C591DC4588411A565C9FF650FB15A17DFE3F0A43201E8141E4D14B8D171A',
|
|
1472
|
-
name: 'Dig Chain',
|
|
1473
|
-
display: 'dig',
|
|
1474
|
-
symbol: 'DIG',
|
|
1475
|
-
logo_URIs: {
|
|
1476
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png'
|
|
1477
|
-
},
|
|
1478
|
-
images: [{
|
|
1479
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png',
|
|
1480
|
-
theme: {
|
|
1481
|
-
primary_color_hex: '#1b1433'
|
|
1482
|
-
}
|
|
1483
|
-
}],
|
|
1484
|
-
type_asset: 'sdk.coin',
|
|
1485
|
-
traces: [{
|
|
1486
|
-
type: 'ibc',
|
|
1487
|
-
counterparty: {
|
|
1488
|
-
channel_id: 'channel-2',
|
|
1489
|
-
base_denom: 'udig',
|
|
1490
|
-
chain_name: 'dig'
|
|
1491
|
-
},
|
|
1492
|
-
chain: {
|
|
1493
|
-
channel_id: 'channel-37'
|
|
1494
|
-
}
|
|
1495
|
-
}]
|
|
1496
|
-
},
|
|
1497
1425
|
{
|
|
1498
1426
|
description: 'e-Money NGM staking token. In addition to earning staking rewards the token is bought back and burned based on e-Money stablecoin inflation.',
|
|
1499
1427
|
denom_units: [{
|