@chain-registry/juno 1.70.53 → 1.70.55
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/assets.js +43 -0
- package/esm/assets.js +43 -0
- package/package.json +4 -4
package/assets.js
CHANGED
|
@@ -2157,6 +2157,49 @@ const assets = {
|
|
|
2157
2157
|
primary_color_hex: '#04fbfb'
|
|
2158
2158
|
}
|
|
2159
2159
|
}]
|
|
2160
|
+
},
|
|
2161
|
+
{
|
|
2162
|
+
description: 'The native token of Migaloo Chain',
|
|
2163
|
+
denom_units: [{
|
|
2164
|
+
denom: 'ibc/3A6ADE78FB8169C034C29C4F2E1A61CE596EC8235366F22381D981A98F1F5A5C',
|
|
2165
|
+
exponent: 0,
|
|
2166
|
+
aliases: ['uwhale']
|
|
2167
|
+
}, {
|
|
2168
|
+
denom: 'whale',
|
|
2169
|
+
exponent: 6
|
|
2170
|
+
}],
|
|
2171
|
+
type_asset: 'ics20',
|
|
2172
|
+
base: 'ibc/3A6ADE78FB8169C034C29C4F2E1A61CE596EC8235366F22381D981A98F1F5A5C',
|
|
2173
|
+
name: 'Migaloo',
|
|
2174
|
+
display: 'whale',
|
|
2175
|
+
symbol: 'WHALE',
|
|
2176
|
+
traces: [{
|
|
2177
|
+
type: 'ibc',
|
|
2178
|
+
counterparty: {
|
|
2179
|
+
chain_name: 'migaloo',
|
|
2180
|
+
base_denom: 'uwhale',
|
|
2181
|
+
channel_id: 'channel-1'
|
|
2182
|
+
},
|
|
2183
|
+
chain: {
|
|
2184
|
+
channel_id: 'channel-210',
|
|
2185
|
+
path: 'transfer/channel-210/uwhale'
|
|
2186
|
+
}
|
|
2187
|
+
}],
|
|
2188
|
+
logo_URIs: {
|
|
2189
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
2190
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
|
|
2191
|
+
},
|
|
2192
|
+
images: [{
|
|
2193
|
+
image_sync: {
|
|
2194
|
+
chain_name: 'migaloo',
|
|
2195
|
+
base_denom: 'uwhale'
|
|
2196
|
+
},
|
|
2197
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
2198
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg',
|
|
2199
|
+
theme: {
|
|
2200
|
+
primary_color_hex: '#1c1c1c'
|
|
2201
|
+
}
|
|
2202
|
+
}]
|
|
2160
2203
|
}
|
|
2161
2204
|
]
|
|
2162
2205
|
};
|
package/esm/assets.js
CHANGED
|
@@ -2155,6 +2155,49 @@ const assets = {
|
|
|
2155
2155
|
primary_color_hex: '#04fbfb'
|
|
2156
2156
|
}
|
|
2157
2157
|
}]
|
|
2158
|
+
},
|
|
2159
|
+
{
|
|
2160
|
+
description: 'The native token of Migaloo Chain',
|
|
2161
|
+
denom_units: [{
|
|
2162
|
+
denom: 'ibc/3A6ADE78FB8169C034C29C4F2E1A61CE596EC8235366F22381D981A98F1F5A5C',
|
|
2163
|
+
exponent: 0,
|
|
2164
|
+
aliases: ['uwhale']
|
|
2165
|
+
}, {
|
|
2166
|
+
denom: 'whale',
|
|
2167
|
+
exponent: 6
|
|
2168
|
+
}],
|
|
2169
|
+
type_asset: 'ics20',
|
|
2170
|
+
base: 'ibc/3A6ADE78FB8169C034C29C4F2E1A61CE596EC8235366F22381D981A98F1F5A5C',
|
|
2171
|
+
name: 'Migaloo',
|
|
2172
|
+
display: 'whale',
|
|
2173
|
+
symbol: 'WHALE',
|
|
2174
|
+
traces: [{
|
|
2175
|
+
type: 'ibc',
|
|
2176
|
+
counterparty: {
|
|
2177
|
+
chain_name: 'migaloo',
|
|
2178
|
+
base_denom: 'uwhale',
|
|
2179
|
+
channel_id: 'channel-1'
|
|
2180
|
+
},
|
|
2181
|
+
chain: {
|
|
2182
|
+
channel_id: 'channel-210',
|
|
2183
|
+
path: 'transfer/channel-210/uwhale'
|
|
2184
|
+
}
|
|
2185
|
+
}],
|
|
2186
|
+
logo_URIs: {
|
|
2187
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
2188
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
|
|
2189
|
+
},
|
|
2190
|
+
images: [{
|
|
2191
|
+
image_sync: {
|
|
2192
|
+
chain_name: 'migaloo',
|
|
2193
|
+
base_denom: 'uwhale'
|
|
2194
|
+
},
|
|
2195
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
2196
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg',
|
|
2197
|
+
theme: {
|
|
2198
|
+
primary_color_hex: '#1c1c1c'
|
|
2199
|
+
}
|
|
2200
|
+
}]
|
|
2158
2201
|
}
|
|
2159
2202
|
]
|
|
2160
2203
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.55",
|
|
4
4
|
"description": "Chain Registry info for Juno",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"chain-registry": "^1.69.55"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chain-registry/types": "^0.50.
|
|
35
|
+
"@chain-registry/types": "^0.50.30"
|
|
36
36
|
},
|
|
37
37
|
"keywords": [
|
|
38
38
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"tokens",
|
|
44
44
|
"juno"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "8dcf1fa0f68cf6bf440d60368eeea0cfec5888f5"
|
|
47
47
|
}
|