chain-registry 1.69.53 → 1.69.54
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/aaronetwork/assets.js +34 -0
- package/esm/mainnet/aaronetwork/chain.js +44 -0
- package/esm/mainnet/aaronetwork/index.js +4 -0
- package/esm/mainnet/archway/assets.js +43 -0
- package/esm/mainnet/archway/ibc.js +29 -0
- package/esm/mainnet/assets.js +4 -0
- package/esm/mainnet/chains.js +4 -0
- package/esm/mainnet/chihuahua/assets.js +43 -0
- package/esm/mainnet/cosmoshub/ibc.js +29 -0
- package/esm/mainnet/ibc.js +2 -0
- package/esm/mainnet/injective/assets.js +43 -0
- package/esm/mainnet/injective/ibc.js +29 -0
- package/esm/mainnet/juno/assets.js +43 -0
- package/esm/mainnet/kopi/assets.js +395 -0
- package/esm/mainnet/kopi/chain.js +203 -0
- package/esm/mainnet/kopi/ibc.js +148 -0
- package/esm/mainnet/kopi/index.js +6 -0
- package/esm/mainnet/migaloo/ibc.js +29 -0
- package/esm/mainnet/named.js +2 -0
- package/esm/mainnet/noble/ibc.js +29 -0
- package/esm/mainnet/osmosis/ibc.js +29 -0
- package/esm/mainnet/persistence/assets.js +12 -6
- package/esm/mainnet/synternet/chain.js +20 -6
- package/esm/mainnet/terra2/assets.js +43 -0
- package/esm/mainnet/terra2/ibc.js +29 -0
- package/esm/mainnet/xion/chain.js +25 -0
- package/mainnet/aaronetwork/assets.d.ts +3 -0
- package/mainnet/aaronetwork/assets.js +36 -0
- package/mainnet/aaronetwork/chain.d.ts +3 -0
- package/mainnet/aaronetwork/chain.js +46 -0
- package/mainnet/aaronetwork/index.d.ts +2 -0
- package/mainnet/aaronetwork/index.js +10 -0
- package/mainnet/archway/assets.js +43 -0
- package/mainnet/archway/ibc.js +29 -0
- package/mainnet/assets.js +4 -0
- package/mainnet/chains.js +4 -0
- package/mainnet/chihuahua/assets.js +43 -0
- package/mainnet/cosmoshub/ibc.js +29 -0
- package/mainnet/ibc.js +2 -0
- package/mainnet/injective/assets.js +43 -0
- package/mainnet/injective/ibc.js +29 -0
- package/mainnet/juno/assets.js +43 -0
- package/mainnet/kopi/assets.d.ts +3 -0
- package/mainnet/kopi/assets.js +397 -0
- package/mainnet/kopi/chain.d.ts +3 -0
- package/mainnet/kopi/chain.js +205 -0
- package/mainnet/kopi/ibc.d.ts +3 -0
- package/mainnet/kopi/ibc.js +150 -0
- package/mainnet/kopi/index.d.ts +3 -0
- package/mainnet/kopi/index.js +12 -0
- package/mainnet/migaloo/ibc.js +29 -0
- package/mainnet/named.d.ts +2 -0
- package/mainnet/named.js +6 -4
- package/mainnet/noble/ibc.js +29 -0
- package/mainnet/osmosis/ibc.js +29 -0
- package/mainnet/persistence/assets.js +12 -6
- package/mainnet/synternet/chain.js +20 -6
- package/mainnet/terra2/assets.js +43 -0
- package/mainnet/terra2/ibc.js +29 -0
- package/mainnet/xion/chain.js +25 -0
- package/package.json +4 -4
|
@@ -344,6 +344,49 @@ const info = {
|
|
|
344
344
|
primary_color_hex: '#000000'
|
|
345
345
|
}
|
|
346
346
|
}]
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
description: 'The native token of Migaloo Chain',
|
|
350
|
+
denom_units: [{
|
|
351
|
+
denom: 'ibc/3F882513A0CCD1C4110ACB7C6C761AC7B48974C9D2D439CD6F652F9B44362518',
|
|
352
|
+
exponent: 0,
|
|
353
|
+
aliases: ['uwhale']
|
|
354
|
+
}, {
|
|
355
|
+
denom: 'whale',
|
|
356
|
+
exponent: 6
|
|
357
|
+
}],
|
|
358
|
+
type_asset: 'ics20',
|
|
359
|
+
base: 'ibc/3F882513A0CCD1C4110ACB7C6C761AC7B48974C9D2D439CD6F652F9B44362518',
|
|
360
|
+
name: 'Migaloo',
|
|
361
|
+
display: 'whale',
|
|
362
|
+
symbol: 'WHALE',
|
|
363
|
+
traces: [{
|
|
364
|
+
type: 'ibc',
|
|
365
|
+
counterparty: {
|
|
366
|
+
chain_name: 'migaloo',
|
|
367
|
+
base_denom: 'uwhale',
|
|
368
|
+
channel_id: 'channel-141'
|
|
369
|
+
},
|
|
370
|
+
chain: {
|
|
371
|
+
channel_id: 'channel-184',
|
|
372
|
+
path: 'transfer/channel-184/uwhale'
|
|
373
|
+
}
|
|
374
|
+
}],
|
|
375
|
+
logo_URIs: {
|
|
376
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
377
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
|
|
378
|
+
},
|
|
379
|
+
images: [{
|
|
380
|
+
image_sync: {
|
|
381
|
+
chain_name: 'migaloo',
|
|
382
|
+
base_denom: 'uwhale'
|
|
383
|
+
},
|
|
384
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
385
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg',
|
|
386
|
+
theme: {
|
|
387
|
+
primary_color_hex: '#1c1c1c'
|
|
388
|
+
}
|
|
389
|
+
}]
|
|
347
390
|
}
|
|
348
391
|
]
|
|
349
392
|
};
|
package/mainnet/archway/ibc.js
CHANGED
|
@@ -473,6 +473,35 @@ const info = [
|
|
|
473
473
|
}
|
|
474
474
|
}]
|
|
475
475
|
},
|
|
476
|
+
{
|
|
477
|
+
$schema: '../ibc_data.schema.json',
|
|
478
|
+
chain_1: {
|
|
479
|
+
chain_name: 'archway',
|
|
480
|
+
client_id: '07-tendermint-119',
|
|
481
|
+
connection_id: 'connection-114'
|
|
482
|
+
},
|
|
483
|
+
chain_2: {
|
|
484
|
+
chain_name: 'migaloo',
|
|
485
|
+
client_id: '07-tendermint-138',
|
|
486
|
+
connection_id: 'connection-108'
|
|
487
|
+
},
|
|
488
|
+
channels: [{
|
|
489
|
+
chain_1: {
|
|
490
|
+
channel_id: 'channel-184',
|
|
491
|
+
port_id: 'transfer'
|
|
492
|
+
},
|
|
493
|
+
chain_2: {
|
|
494
|
+
channel_id: 'channel-141',
|
|
495
|
+
port_id: 'transfer'
|
|
496
|
+
},
|
|
497
|
+
ordering: 'unordered',
|
|
498
|
+
version: 'ics20-1',
|
|
499
|
+
tags: {
|
|
500
|
+
status: 'live',
|
|
501
|
+
preferred: true
|
|
502
|
+
}
|
|
503
|
+
}]
|
|
504
|
+
},
|
|
476
505
|
{
|
|
477
506
|
$schema: '../ibc_data.schema.json',
|
|
478
507
|
chain_1: {
|
package/mainnet/assets.js
CHANGED
|
@@ -28,6 +28,7 @@ const _rootstock = __importStar(require("./rootstock"));
|
|
|
28
28
|
const _solana = __importStar(require("./solana"));
|
|
29
29
|
const _ton = __importStar(require("./ton"));
|
|
30
30
|
const _tron = __importStar(require("./tron"));
|
|
31
|
+
const _aaronetwork = __importStar(require("./aaronetwork"));
|
|
31
32
|
const _acrechain = __importStar(require("./acrechain"));
|
|
32
33
|
const _agoric = __importStar(require("./agoric"));
|
|
33
34
|
const _aioz = __importStar(require("./aioz"));
|
|
@@ -111,6 +112,7 @@ const _kava = __importStar(require("./kava"));
|
|
|
111
112
|
const _kichain = __importStar(require("./kichain"));
|
|
112
113
|
const _kimanetwork = __importStar(require("./kimanetwork"));
|
|
113
114
|
const _konstellation = __importStar(require("./konstellation"));
|
|
115
|
+
const _kopi = __importStar(require("./kopi"));
|
|
114
116
|
const _kujira = __importStar(require("./kujira"));
|
|
115
117
|
const _kyve = __importStar(require("./kyve"));
|
|
116
118
|
const _lambda = __importStar(require("./lambda"));
|
|
@@ -215,6 +217,7 @@ const assets = [
|
|
|
215
217
|
_solana.assets,
|
|
216
218
|
_ton.assets,
|
|
217
219
|
_tron.assets,
|
|
220
|
+
_aaronetwork.assets,
|
|
218
221
|
_acrechain.assets,
|
|
219
222
|
_agoric.assets,
|
|
220
223
|
_aioz.assets,
|
|
@@ -298,6 +301,7 @@ const assets = [
|
|
|
298
301
|
_kichain.assets,
|
|
299
302
|
_kimanetwork.assets,
|
|
300
303
|
_konstellation.assets,
|
|
304
|
+
_kopi.assets,
|
|
301
305
|
_kujira.assets,
|
|
302
306
|
_kyve.assets,
|
|
303
307
|
_lambda.assets,
|
package/mainnet/chains.js
CHANGED
|
@@ -28,6 +28,7 @@ const _rootstock = __importStar(require("./rootstock"));
|
|
|
28
28
|
const _solana = __importStar(require("./solana"));
|
|
29
29
|
const _ton = __importStar(require("./ton"));
|
|
30
30
|
const _tron = __importStar(require("./tron"));
|
|
31
|
+
const _aaronetwork = __importStar(require("./aaronetwork"));
|
|
31
32
|
const _acrechain = __importStar(require("./acrechain"));
|
|
32
33
|
const _agoric = __importStar(require("./agoric"));
|
|
33
34
|
const _aioz = __importStar(require("./aioz"));
|
|
@@ -111,6 +112,7 @@ const _kava = __importStar(require("./kava"));
|
|
|
111
112
|
const _kichain = __importStar(require("./kichain"));
|
|
112
113
|
const _kimanetwork = __importStar(require("./kimanetwork"));
|
|
113
114
|
const _konstellation = __importStar(require("./konstellation"));
|
|
115
|
+
const _kopi = __importStar(require("./kopi"));
|
|
114
116
|
const _kujira = __importStar(require("./kujira"));
|
|
115
117
|
const _kyve = __importStar(require("./kyve"));
|
|
116
118
|
const _lambda = __importStar(require("./lambda"));
|
|
@@ -215,6 +217,7 @@ const chains = [
|
|
|
215
217
|
_solana.chain,
|
|
216
218
|
_ton.chain,
|
|
217
219
|
_tron.chain,
|
|
220
|
+
_aaronetwork.chain,
|
|
218
221
|
_acrechain.chain,
|
|
219
222
|
_agoric.chain,
|
|
220
223
|
_aioz.chain,
|
|
@@ -298,6 +301,7 @@ const chains = [
|
|
|
298
301
|
_kichain.chain,
|
|
299
302
|
_kimanetwork.chain,
|
|
300
303
|
_konstellation.chain,
|
|
304
|
+
_kopi.chain,
|
|
301
305
|
_kujira.chain,
|
|
302
306
|
_kyve.chain,
|
|
303
307
|
_lambda.chain,
|
|
@@ -347,6 +347,49 @@ const info = {
|
|
|
347
347
|
logo_URIs: {
|
|
348
348
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png'
|
|
349
349
|
}
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
description: 'The native token of Migaloo Chain',
|
|
353
|
+
denom_units: [{
|
|
354
|
+
denom: 'ibc/FA7112322CE7656DC84D441E49BAEAB9DC0AB3C7618A178A212CDE8B3F17C70B',
|
|
355
|
+
exponent: 0,
|
|
356
|
+
aliases: ['uwhale']
|
|
357
|
+
}, {
|
|
358
|
+
denom: 'whale',
|
|
359
|
+
exponent: 6
|
|
360
|
+
}],
|
|
361
|
+
type_asset: 'ics20',
|
|
362
|
+
base: 'ibc/FA7112322CE7656DC84D441E49BAEAB9DC0AB3C7618A178A212CDE8B3F17C70B',
|
|
363
|
+
name: 'Migaloo',
|
|
364
|
+
display: 'whale',
|
|
365
|
+
symbol: 'WHALE',
|
|
366
|
+
traces: [{
|
|
367
|
+
type: 'ibc',
|
|
368
|
+
counterparty: {
|
|
369
|
+
chain_name: 'migaloo',
|
|
370
|
+
base_denom: 'uwhale',
|
|
371
|
+
channel_id: 'channel-10'
|
|
372
|
+
},
|
|
373
|
+
chain: {
|
|
374
|
+
channel_id: 'channel-39',
|
|
375
|
+
path: 'transfer/channel-39/uwhale'
|
|
376
|
+
}
|
|
377
|
+
}],
|
|
378
|
+
logo_URIs: {
|
|
379
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
380
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
|
|
381
|
+
},
|
|
382
|
+
images: [{
|
|
383
|
+
image_sync: {
|
|
384
|
+
chain_name: 'migaloo',
|
|
385
|
+
base_denom: 'uwhale'
|
|
386
|
+
},
|
|
387
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
388
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg',
|
|
389
|
+
theme: {
|
|
390
|
+
primary_color_hex: '#1c1c1c'
|
|
391
|
+
}
|
|
392
|
+
}]
|
|
350
393
|
}
|
|
351
394
|
]
|
|
352
395
|
};
|
package/mainnet/cosmoshub/ibc.js
CHANGED
|
@@ -918,6 +918,35 @@ const info = [
|
|
|
918
918
|
}
|
|
919
919
|
}]
|
|
920
920
|
},
|
|
921
|
+
{
|
|
922
|
+
$schema: '../ibc_data.schema.json',
|
|
923
|
+
chain_1: {
|
|
924
|
+
chain_name: 'cosmoshub',
|
|
925
|
+
client_id: '07-tendermint-1332',
|
|
926
|
+
connection_id: 'connection-1065'
|
|
927
|
+
},
|
|
928
|
+
chain_2: {
|
|
929
|
+
chain_name: 'kopi',
|
|
930
|
+
client_id: '07-tendermint-4',
|
|
931
|
+
connection_id: 'connection-8'
|
|
932
|
+
},
|
|
933
|
+
channels: [{
|
|
934
|
+
chain_1: {
|
|
935
|
+
channel_id: 'channel-1253',
|
|
936
|
+
port_id: 'transfer'
|
|
937
|
+
},
|
|
938
|
+
chain_2: {
|
|
939
|
+
channel_id: 'channel-7',
|
|
940
|
+
port_id: 'transfer'
|
|
941
|
+
},
|
|
942
|
+
ordering: 'unordered',
|
|
943
|
+
version: 'ics20-1',
|
|
944
|
+
tags: {
|
|
945
|
+
status: 'live',
|
|
946
|
+
preferred: true
|
|
947
|
+
}
|
|
948
|
+
}]
|
|
949
|
+
},
|
|
921
950
|
{
|
|
922
951
|
$schema: '../ibc_data.schema.json',
|
|
923
952
|
chain_1: {
|
package/mainnet/ibc.js
CHANGED
|
@@ -92,6 +92,7 @@ const _kava = __importStar(require("./kava"));
|
|
|
92
92
|
const _kichain = __importStar(require("./kichain"));
|
|
93
93
|
const _kimanetwork = __importStar(require("./kimanetwork"));
|
|
94
94
|
const _konstellation = __importStar(require("./konstellation"));
|
|
95
|
+
const _kopi = __importStar(require("./kopi"));
|
|
95
96
|
const _kujira = __importStar(require("./kujira"));
|
|
96
97
|
const _kyve = __importStar(require("./kyve"));
|
|
97
98
|
const _lambda = __importStar(require("./lambda"));
|
|
@@ -239,6 +240,7 @@ const ibc = [
|
|
|
239
240
|
..._kichain.ibc,
|
|
240
241
|
..._kimanetwork.ibc,
|
|
241
242
|
..._konstellation.ibc,
|
|
243
|
+
..._kopi.ibc,
|
|
242
244
|
..._kujira.ibc,
|
|
243
245
|
..._kyve.ibc,
|
|
244
246
|
..._lambda.ibc,
|
|
@@ -963,6 +963,49 @@ const info = {
|
|
|
963
963
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
964
964
|
}],
|
|
965
965
|
type_asset: 'sdk.coin'
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
description: 'The native token of Migaloo Chain',
|
|
969
|
+
denom_units: [{
|
|
970
|
+
denom: 'ibc/D6E6A20ABDD600742D22464340A7701558027759CE14D12590F8EA869CCCF445',
|
|
971
|
+
exponent: 0,
|
|
972
|
+
aliases: ['uwhale']
|
|
973
|
+
}, {
|
|
974
|
+
denom: 'whale',
|
|
975
|
+
exponent: 6
|
|
976
|
+
}],
|
|
977
|
+
type_asset: 'ics20',
|
|
978
|
+
base: 'ibc/D6E6A20ABDD600742D22464340A7701558027759CE14D12590F8EA869CCCF445',
|
|
979
|
+
name: 'Migaloo',
|
|
980
|
+
display: 'whale',
|
|
981
|
+
symbol: 'WHALE',
|
|
982
|
+
traces: [{
|
|
983
|
+
type: 'ibc',
|
|
984
|
+
counterparty: {
|
|
985
|
+
chain_name: 'migaloo',
|
|
986
|
+
base_denom: 'uwhale',
|
|
987
|
+
channel_id: 'channel-3'
|
|
988
|
+
},
|
|
989
|
+
chain: {
|
|
990
|
+
channel_id: 'channel-102',
|
|
991
|
+
path: 'transfer/channel-102/uwhale'
|
|
992
|
+
}
|
|
993
|
+
}],
|
|
994
|
+
logo_URIs: {
|
|
995
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
996
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
|
|
997
|
+
},
|
|
998
|
+
images: [{
|
|
999
|
+
image_sync: {
|
|
1000
|
+
chain_name: 'migaloo',
|
|
1001
|
+
base_denom: 'uwhale'
|
|
1002
|
+
},
|
|
1003
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
1004
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg',
|
|
1005
|
+
theme: {
|
|
1006
|
+
primary_color_hex: '#1c1c1c'
|
|
1007
|
+
}
|
|
1008
|
+
}]
|
|
966
1009
|
}
|
|
967
1010
|
]
|
|
968
1011
|
};
|
package/mainnet/injective/ibc.js
CHANGED
|
@@ -295,6 +295,35 @@ const info = [
|
|
|
295
295
|
}
|
|
296
296
|
}]
|
|
297
297
|
},
|
|
298
|
+
{
|
|
299
|
+
$schema: '../ibc_data.schema.json',
|
|
300
|
+
chain_1: {
|
|
301
|
+
chain_name: 'injective',
|
|
302
|
+
client_id: '07-tendermint-278',
|
|
303
|
+
connection_id: 'connection-281'
|
|
304
|
+
},
|
|
305
|
+
chain_2: {
|
|
306
|
+
chain_name: 'kopi',
|
|
307
|
+
client_id: '07-tendermint-0',
|
|
308
|
+
connection_id: 'connection-0'
|
|
309
|
+
},
|
|
310
|
+
channels: [{
|
|
311
|
+
chain_1: {
|
|
312
|
+
channel_id: 'channel-376',
|
|
313
|
+
port_id: 'transfer'
|
|
314
|
+
},
|
|
315
|
+
chain_2: {
|
|
316
|
+
channel_id: 'channel-1',
|
|
317
|
+
port_id: 'transfer'
|
|
318
|
+
},
|
|
319
|
+
ordering: 'unordered',
|
|
320
|
+
version: 'ics20-1',
|
|
321
|
+
tags: {
|
|
322
|
+
status: 'live',
|
|
323
|
+
preferred: true
|
|
324
|
+
}
|
|
325
|
+
}]
|
|
326
|
+
},
|
|
298
327
|
{
|
|
299
328
|
$schema: '../ibc_data.schema.json',
|
|
300
329
|
chain_1: {
|
package/mainnet/juno/assets.js
CHANGED
|
@@ -2160,6 +2160,49 @@ const info = {
|
|
|
2160
2160
|
primary_color_hex: '#04fbfb'
|
|
2161
2161
|
}
|
|
2162
2162
|
}]
|
|
2163
|
+
},
|
|
2164
|
+
{
|
|
2165
|
+
description: 'The native token of Migaloo Chain',
|
|
2166
|
+
denom_units: [{
|
|
2167
|
+
denom: 'ibc/3A6ADE78FB8169C034C29C4F2E1A61CE596EC8235366F22381D981A98F1F5A5C',
|
|
2168
|
+
exponent: 0,
|
|
2169
|
+
aliases: ['uwhale']
|
|
2170
|
+
}, {
|
|
2171
|
+
denom: 'whale',
|
|
2172
|
+
exponent: 6
|
|
2173
|
+
}],
|
|
2174
|
+
type_asset: 'ics20',
|
|
2175
|
+
base: 'ibc/3A6ADE78FB8169C034C29C4F2E1A61CE596EC8235366F22381D981A98F1F5A5C',
|
|
2176
|
+
name: 'Migaloo',
|
|
2177
|
+
display: 'whale',
|
|
2178
|
+
symbol: 'WHALE',
|
|
2179
|
+
traces: [{
|
|
2180
|
+
type: 'ibc',
|
|
2181
|
+
counterparty: {
|
|
2182
|
+
chain_name: 'migaloo',
|
|
2183
|
+
base_denom: 'uwhale',
|
|
2184
|
+
channel_id: 'channel-1'
|
|
2185
|
+
},
|
|
2186
|
+
chain: {
|
|
2187
|
+
channel_id: 'channel-210',
|
|
2188
|
+
path: 'transfer/channel-210/uwhale'
|
|
2189
|
+
}
|
|
2190
|
+
}],
|
|
2191
|
+
logo_URIs: {
|
|
2192
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
2193
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
|
|
2194
|
+
},
|
|
2195
|
+
images: [{
|
|
2196
|
+
image_sync: {
|
|
2197
|
+
chain_name: 'migaloo',
|
|
2198
|
+
base_denom: 'uwhale'
|
|
2199
|
+
},
|
|
2200
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
2201
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg',
|
|
2202
|
+
theme: {
|
|
2203
|
+
primary_color_hex: '#1c1c1c'
|
|
2204
|
+
}
|
|
2205
|
+
}]
|
|
2163
2206
|
}
|
|
2164
2207
|
]
|
|
2165
2208
|
};
|