@chain-registry/assets 1.70.597 → 1.70.599
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/assets.js +2 -1
- package/esm/mainnet/axelar.js +78 -0
- package/esm/mainnet/composable.js +78 -0
- package/esm/mainnet/cosmoshub.js +78 -0
- package/esm/mainnet/gravitybridge.js +78 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/juno.js +78 -0
- package/esm/mainnet/kujira.js +78 -0
- package/esm/mainnet/migaloo.js +78 -0
- package/esm/mainnet/neutron.js +78 -0
- package/esm/mainnet/oraichain.js +78 -0
- package/esm/mainnet/osmosis.js +156 -0
- package/esm/mainnet/persistence.js +78 -0
- package/esm/mainnet/terra2.js +78 -0
- package/esm/mainnet/wolochain.js +170 -0
- package/index.d.ts +1 -1
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +78 -0
- package/mainnet/composable.js +78 -0
- package/mainnet/cosmoshub.js +78 -0
- package/mainnet/gravitybridge.js +78 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +2 -1
- package/mainnet/juno.js +78 -0
- package/mainnet/kujira.js +78 -0
- package/mainnet/migaloo.js +78 -0
- package/mainnet/neutron.js +78 -0
- package/mainnet/oraichain.js +78 -0
- package/mainnet/osmosis.js +156 -0
- package/mainnet/persistence.js +78 -0
- package/mainnet/terra2.js +78 -0
- package/mainnet/wolochain.d.ts +3 -0
- package/mainnet/wolochain.js +172 -0
- package/package.json +5 -5
package/esm/mainnet/neutron.js
CHANGED
|
@@ -4662,6 +4662,45 @@ const assets = {
|
|
|
4662
4662
|
}
|
|
4663
4663
|
}]
|
|
4664
4664
|
},
|
|
4665
|
+
{
|
|
4666
|
+
description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
|
|
4667
|
+
denom_units: [{
|
|
4668
|
+
denom: 'ibc/04E6028664B5309DC43E62992B6B7D302A1F4B288EFE8078A69463D6C7BBBAF1',
|
|
4669
|
+
exponent: 0,
|
|
4670
|
+
aliases: ['cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7']
|
|
4671
|
+
}, {
|
|
4672
|
+
denom: 'snvr',
|
|
4673
|
+
exponent: 9
|
|
4674
|
+
}],
|
|
4675
|
+
type_asset: 'snip20',
|
|
4676
|
+
address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
4677
|
+
base: 'ibc/04E6028664B5309DC43E62992B6B7D302A1F4B288EFE8078A69463D6C7BBBAF1',
|
|
4678
|
+
name: 'SNVR',
|
|
4679
|
+
display: 'snvr',
|
|
4680
|
+
symbol: 'SNVR',
|
|
4681
|
+
logo_URIs: {
|
|
4682
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
4683
|
+
},
|
|
4684
|
+
images: [{
|
|
4685
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
4686
|
+
}],
|
|
4687
|
+
socials: {
|
|
4688
|
+
website: 'https://snvr.org'
|
|
4689
|
+
},
|
|
4690
|
+
traces: [{
|
|
4691
|
+
type: 'ibc-cw20',
|
|
4692
|
+
counterparty: {
|
|
4693
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
4694
|
+
channel_id: 'channel-151',
|
|
4695
|
+
base_denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
4696
|
+
chain_name: 'secretnetwork'
|
|
4697
|
+
},
|
|
4698
|
+
chain: {
|
|
4699
|
+
port: 'transfer',
|
|
4700
|
+
channel_id: 'channel-1950'
|
|
4701
|
+
}
|
|
4702
|
+
}]
|
|
4703
|
+
},
|
|
4665
4704
|
{
|
|
4666
4705
|
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
4667
4706
|
denom_units: [{
|
|
@@ -6401,6 +6440,45 @@ const assets = {
|
|
|
6401
6440
|
}
|
|
6402
6441
|
}]
|
|
6403
6442
|
},
|
|
6443
|
+
{
|
|
6444
|
+
description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
|
|
6445
|
+
denom_units: [{
|
|
6446
|
+
denom: 'ibc/04E6028664B5309DC43E62992B6B7D302A1F4B288EFE8078A69463D6C7BBBAF1',
|
|
6447
|
+
exponent: 0,
|
|
6448
|
+
aliases: ['cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7']
|
|
6449
|
+
}, {
|
|
6450
|
+
denom: 'snvr',
|
|
6451
|
+
exponent: 9
|
|
6452
|
+
}],
|
|
6453
|
+
type_asset: 'snip20',
|
|
6454
|
+
address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
6455
|
+
base: 'ibc/04E6028664B5309DC43E62992B6B7D302A1F4B288EFE8078A69463D6C7BBBAF1',
|
|
6456
|
+
name: 'SNVR',
|
|
6457
|
+
display: 'snvr',
|
|
6458
|
+
symbol: 'SNVR',
|
|
6459
|
+
logo_URIs: {
|
|
6460
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
6461
|
+
},
|
|
6462
|
+
images: [{
|
|
6463
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
6464
|
+
}],
|
|
6465
|
+
socials: {
|
|
6466
|
+
website: 'https://snvr.org'
|
|
6467
|
+
},
|
|
6468
|
+
traces: [{
|
|
6469
|
+
type: 'ibc-cw20',
|
|
6470
|
+
counterparty: {
|
|
6471
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
6472
|
+
channel_id: 'channel-151',
|
|
6473
|
+
base_denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
6474
|
+
chain_name: 'secretnetwork'
|
|
6475
|
+
},
|
|
6476
|
+
chain: {
|
|
6477
|
+
port: 'transfer',
|
|
6478
|
+
channel_id: 'channel-1950'
|
|
6479
|
+
}
|
|
6480
|
+
}]
|
|
6481
|
+
},
|
|
6404
6482
|
{
|
|
6405
6483
|
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
6406
6484
|
denom_units: [{
|
package/esm/mainnet/oraichain.js
CHANGED
|
@@ -1484,6 +1484,45 @@ const assets = {
|
|
|
1484
1484
|
}
|
|
1485
1485
|
}]
|
|
1486
1486
|
},
|
|
1487
|
+
{
|
|
1488
|
+
description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
|
|
1489
|
+
denom_units: [{
|
|
1490
|
+
denom: 'ibc/1ECA4B17EB0138486D1426876220D7983556F31AC2B6E1A2415D5DCF4FE2120D',
|
|
1491
|
+
exponent: 0,
|
|
1492
|
+
aliases: ['cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7']
|
|
1493
|
+
}, {
|
|
1494
|
+
denom: 'snvr',
|
|
1495
|
+
exponent: 9
|
|
1496
|
+
}],
|
|
1497
|
+
type_asset: 'snip20',
|
|
1498
|
+
address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
1499
|
+
base: 'ibc/1ECA4B17EB0138486D1426876220D7983556F31AC2B6E1A2415D5DCF4FE2120D',
|
|
1500
|
+
name: 'SNVR',
|
|
1501
|
+
display: 'snvr',
|
|
1502
|
+
symbol: 'SNVR',
|
|
1503
|
+
logo_URIs: {
|
|
1504
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
1505
|
+
},
|
|
1506
|
+
images: [{
|
|
1507
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
1508
|
+
}],
|
|
1509
|
+
socials: {
|
|
1510
|
+
website: 'https://snvr.org'
|
|
1511
|
+
},
|
|
1512
|
+
traces: [{
|
|
1513
|
+
type: 'ibc-cw20',
|
|
1514
|
+
counterparty: {
|
|
1515
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
1516
|
+
channel_id: 'channel-222',
|
|
1517
|
+
base_denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
1518
|
+
chain_name: 'secretnetwork'
|
|
1519
|
+
},
|
|
1520
|
+
chain: {
|
|
1521
|
+
port: 'transfer',
|
|
1522
|
+
channel_id: 'channel-140'
|
|
1523
|
+
}
|
|
1524
|
+
}]
|
|
1525
|
+
},
|
|
1487
1526
|
{
|
|
1488
1527
|
description: 'The native token cw20 for SIENNA on Secret Network',
|
|
1489
1528
|
denom_units: [{
|
|
@@ -1908,6 +1947,45 @@ const assets = {
|
|
|
1908
1947
|
channel_id: 'channel-140'
|
|
1909
1948
|
}
|
|
1910
1949
|
}]
|
|
1950
|
+
},
|
|
1951
|
+
{
|
|
1952
|
+
description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
|
|
1953
|
+
denom_units: [{
|
|
1954
|
+
denom: 'ibc/1ECA4B17EB0138486D1426876220D7983556F31AC2B6E1A2415D5DCF4FE2120D',
|
|
1955
|
+
exponent: 0,
|
|
1956
|
+
aliases: ['cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7']
|
|
1957
|
+
}, {
|
|
1958
|
+
denom: 'snvr',
|
|
1959
|
+
exponent: 9
|
|
1960
|
+
}],
|
|
1961
|
+
type_asset: 'snip20',
|
|
1962
|
+
address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
1963
|
+
base: 'ibc/1ECA4B17EB0138486D1426876220D7983556F31AC2B6E1A2415D5DCF4FE2120D',
|
|
1964
|
+
name: 'SNVR',
|
|
1965
|
+
display: 'snvr',
|
|
1966
|
+
symbol: 'SNVR',
|
|
1967
|
+
logo_URIs: {
|
|
1968
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
1969
|
+
},
|
|
1970
|
+
images: [{
|
|
1971
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
1972
|
+
}],
|
|
1973
|
+
socials: {
|
|
1974
|
+
website: 'https://snvr.org'
|
|
1975
|
+
},
|
|
1976
|
+
traces: [{
|
|
1977
|
+
type: 'ibc-cw20',
|
|
1978
|
+
counterparty: {
|
|
1979
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
1980
|
+
channel_id: 'channel-222',
|
|
1981
|
+
base_denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
1982
|
+
chain_name: 'secretnetwork'
|
|
1983
|
+
},
|
|
1984
|
+
chain: {
|
|
1985
|
+
port: 'transfer',
|
|
1986
|
+
channel_id: 'channel-140'
|
|
1987
|
+
}
|
|
1988
|
+
}]
|
|
1911
1989
|
}
|
|
1912
1990
|
]
|
|
1913
1991
|
};
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -16828,6 +16828,45 @@ const assets = {
|
|
|
16828
16828
|
}
|
|
16829
16829
|
}]
|
|
16830
16830
|
},
|
|
16831
|
+
{
|
|
16832
|
+
description: 'WOLO is the fixed-supply native token of WoloChain.',
|
|
16833
|
+
denom_units: [{
|
|
16834
|
+
denom: 'ibc/D09120C7085DFA412DF77608DAD3A4797F5F097A038DA0C2E1D1426FC9CD836D',
|
|
16835
|
+
exponent: 0,
|
|
16836
|
+
aliases: ['uwolo']
|
|
16837
|
+
}, {
|
|
16838
|
+
denom: 'wolo',
|
|
16839
|
+
exponent: 6
|
|
16840
|
+
}],
|
|
16841
|
+
base: 'ibc/D09120C7085DFA412DF77608DAD3A4797F5F097A038DA0C2E1D1426FC9CD836D',
|
|
16842
|
+
name: 'WOLO',
|
|
16843
|
+
display: 'wolo',
|
|
16844
|
+
symbol: 'WOLO',
|
|
16845
|
+
logo_URIs: {
|
|
16846
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wolochain/images/wolo.png'
|
|
16847
|
+
},
|
|
16848
|
+
images: [{
|
|
16849
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wolochain/images/wolo.png',
|
|
16850
|
+
theme: {
|
|
16851
|
+
circle: true
|
|
16852
|
+
}
|
|
16853
|
+
}],
|
|
16854
|
+
socials: {
|
|
16855
|
+
website: 'https://aoe2war.com'
|
|
16856
|
+
},
|
|
16857
|
+
type_asset: 'sdk.coin',
|
|
16858
|
+
traces: [{
|
|
16859
|
+
type: 'ibc',
|
|
16860
|
+
counterparty: {
|
|
16861
|
+
channel_id: 'channel-0',
|
|
16862
|
+
base_denom: 'uwolo',
|
|
16863
|
+
chain_name: 'wolochain'
|
|
16864
|
+
},
|
|
16865
|
+
chain: {
|
|
16866
|
+
channel_id: 'channel-110224'
|
|
16867
|
+
}
|
|
16868
|
+
}]
|
|
16869
|
+
},
|
|
16831
16870
|
{
|
|
16832
16871
|
description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
|
|
16833
16872
|
denom_units: [{
|
|
@@ -20267,6 +20306,45 @@ const assets = {
|
|
|
20267
20306
|
}
|
|
20268
20307
|
}]
|
|
20269
20308
|
},
|
|
20309
|
+
{
|
|
20310
|
+
description: 'WOLO is the fixed-supply native token of WoloChain.',
|
|
20311
|
+
denom_units: [{
|
|
20312
|
+
denom: 'ibc/D09120C7085DFA412DF77608DAD3A4797F5F097A038DA0C2E1D1426FC9CD836D',
|
|
20313
|
+
exponent: 0,
|
|
20314
|
+
aliases: ['uwolo']
|
|
20315
|
+
}, {
|
|
20316
|
+
denom: 'wolo',
|
|
20317
|
+
exponent: 6
|
|
20318
|
+
}],
|
|
20319
|
+
base: 'ibc/D09120C7085DFA412DF77608DAD3A4797F5F097A038DA0C2E1D1426FC9CD836D',
|
|
20320
|
+
name: 'WOLO',
|
|
20321
|
+
display: 'wolo',
|
|
20322
|
+
symbol: 'WOLO',
|
|
20323
|
+
logo_URIs: {
|
|
20324
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wolochain/images/wolo.png'
|
|
20325
|
+
},
|
|
20326
|
+
images: [{
|
|
20327
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wolochain/images/wolo.png',
|
|
20328
|
+
theme: {
|
|
20329
|
+
circle: true
|
|
20330
|
+
}
|
|
20331
|
+
}],
|
|
20332
|
+
socials: {
|
|
20333
|
+
website: 'https://aoe2war.com'
|
|
20334
|
+
},
|
|
20335
|
+
type_asset: 'sdk.coin',
|
|
20336
|
+
traces: [{
|
|
20337
|
+
type: 'ibc',
|
|
20338
|
+
counterparty: {
|
|
20339
|
+
channel_id: 'channel-0',
|
|
20340
|
+
base_denom: 'uwolo',
|
|
20341
|
+
chain_name: 'wolochain'
|
|
20342
|
+
},
|
|
20343
|
+
chain: {
|
|
20344
|
+
channel_id: 'channel-110224'
|
|
20345
|
+
}
|
|
20346
|
+
}]
|
|
20347
|
+
},
|
|
20270
20348
|
{
|
|
20271
20349
|
description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
|
|
20272
20350
|
denom_units: [{
|
|
@@ -27526,6 +27604,45 @@ const assets = {
|
|
|
27526
27604
|
}
|
|
27527
27605
|
}]
|
|
27528
27606
|
},
|
|
27607
|
+
{
|
|
27608
|
+
description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
|
|
27609
|
+
denom_units: [{
|
|
27610
|
+
denom: 'ibc/C2543DF97BE8C586695DBEE56A4DE0FB82F16B37F57DC6818AA349C68D0C3927',
|
|
27611
|
+
exponent: 0,
|
|
27612
|
+
aliases: ['cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7']
|
|
27613
|
+
}, {
|
|
27614
|
+
denom: 'snvr',
|
|
27615
|
+
exponent: 9
|
|
27616
|
+
}],
|
|
27617
|
+
type_asset: 'snip20',
|
|
27618
|
+
address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
27619
|
+
base: 'ibc/C2543DF97BE8C586695DBEE56A4DE0FB82F16B37F57DC6818AA349C68D0C3927',
|
|
27620
|
+
name: 'SNVR',
|
|
27621
|
+
display: 'snvr',
|
|
27622
|
+
symbol: 'SNVR',
|
|
27623
|
+
logo_URIs: {
|
|
27624
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
27625
|
+
},
|
|
27626
|
+
images: [{
|
|
27627
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
27628
|
+
}],
|
|
27629
|
+
socials: {
|
|
27630
|
+
website: 'https://snvr.org'
|
|
27631
|
+
},
|
|
27632
|
+
traces: [{
|
|
27633
|
+
type: 'ibc-cw20',
|
|
27634
|
+
counterparty: {
|
|
27635
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
27636
|
+
channel_id: 'channel-44',
|
|
27637
|
+
base_denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
27638
|
+
chain_name: 'secretnetwork'
|
|
27639
|
+
},
|
|
27640
|
+
chain: {
|
|
27641
|
+
port: 'transfer',
|
|
27642
|
+
channel_id: 'channel-476'
|
|
27643
|
+
}
|
|
27644
|
+
}]
|
|
27645
|
+
},
|
|
27529
27646
|
{
|
|
27530
27647
|
description: 'The governance token of the White Whale protocol on Terra.',
|
|
27531
27648
|
type_asset: 'cw20',
|
|
@@ -36155,6 +36272,45 @@ const assets = {
|
|
|
36155
36272
|
}
|
|
36156
36273
|
}]
|
|
36157
36274
|
},
|
|
36275
|
+
{
|
|
36276
|
+
description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
|
|
36277
|
+
denom_units: [{
|
|
36278
|
+
denom: 'ibc/C2543DF97BE8C586695DBEE56A4DE0FB82F16B37F57DC6818AA349C68D0C3927',
|
|
36279
|
+
exponent: 0,
|
|
36280
|
+
aliases: ['cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7']
|
|
36281
|
+
}, {
|
|
36282
|
+
denom: 'snvr',
|
|
36283
|
+
exponent: 9
|
|
36284
|
+
}],
|
|
36285
|
+
type_asset: 'snip20',
|
|
36286
|
+
address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
36287
|
+
base: 'ibc/C2543DF97BE8C586695DBEE56A4DE0FB82F16B37F57DC6818AA349C68D0C3927',
|
|
36288
|
+
name: 'SNVR',
|
|
36289
|
+
display: 'snvr',
|
|
36290
|
+
symbol: 'SNVR',
|
|
36291
|
+
logo_URIs: {
|
|
36292
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
36293
|
+
},
|
|
36294
|
+
images: [{
|
|
36295
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
36296
|
+
}],
|
|
36297
|
+
socials: {
|
|
36298
|
+
website: 'https://snvr.org'
|
|
36299
|
+
},
|
|
36300
|
+
traces: [{
|
|
36301
|
+
type: 'ibc-cw20',
|
|
36302
|
+
counterparty: {
|
|
36303
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
36304
|
+
channel_id: 'channel-44',
|
|
36305
|
+
base_denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
36306
|
+
chain_name: 'secretnetwork'
|
|
36307
|
+
},
|
|
36308
|
+
chain: {
|
|
36309
|
+
port: 'transfer',
|
|
36310
|
+
channel_id: 'channel-476'
|
|
36311
|
+
}
|
|
36312
|
+
}]
|
|
36313
|
+
},
|
|
36158
36314
|
{
|
|
36159
36315
|
description: 'The governance token of the White Whale protocol on Terra.',
|
|
36160
36316
|
type_asset: 'cw20',
|
|
@@ -4140,6 +4140,45 @@ const assets = {
|
|
|
4140
4140
|
}
|
|
4141
4141
|
}]
|
|
4142
4142
|
},
|
|
4143
|
+
{
|
|
4144
|
+
description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
|
|
4145
|
+
denom_units: [{
|
|
4146
|
+
denom: 'ibc/8BDD08D18CE04B2613966305E85F24BEC39E2891517F575F6A086A6ABC4B412E',
|
|
4147
|
+
exponent: 0,
|
|
4148
|
+
aliases: ['cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7']
|
|
4149
|
+
}, {
|
|
4150
|
+
denom: 'snvr',
|
|
4151
|
+
exponent: 9
|
|
4152
|
+
}],
|
|
4153
|
+
type_asset: 'snip20',
|
|
4154
|
+
address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
4155
|
+
base: 'ibc/8BDD08D18CE04B2613966305E85F24BEC39E2891517F575F6A086A6ABC4B412E',
|
|
4156
|
+
name: 'SNVR',
|
|
4157
|
+
display: 'snvr',
|
|
4158
|
+
symbol: 'SNVR',
|
|
4159
|
+
logo_URIs: {
|
|
4160
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
4161
|
+
},
|
|
4162
|
+
images: [{
|
|
4163
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
4164
|
+
}],
|
|
4165
|
+
socials: {
|
|
4166
|
+
website: 'https://snvr.org'
|
|
4167
|
+
},
|
|
4168
|
+
traces: [{
|
|
4169
|
+
type: 'ibc-cw20',
|
|
4170
|
+
counterparty: {
|
|
4171
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
4172
|
+
channel_id: 'channel-132',
|
|
4173
|
+
base_denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
4174
|
+
chain_name: 'secretnetwork'
|
|
4175
|
+
},
|
|
4176
|
+
chain: {
|
|
4177
|
+
port: 'transfer',
|
|
4178
|
+
channel_id: 'channel-159'
|
|
4179
|
+
}
|
|
4180
|
+
}]
|
|
4181
|
+
},
|
|
4143
4182
|
{
|
|
4144
4183
|
description: 'The native token cw20 for SIENNA on Secret Network',
|
|
4145
4184
|
denom_units: [{
|
|
@@ -4564,6 +4603,45 @@ const assets = {
|
|
|
4564
4603
|
channel_id: 'channel-159'
|
|
4565
4604
|
}
|
|
4566
4605
|
}]
|
|
4606
|
+
},
|
|
4607
|
+
{
|
|
4608
|
+
description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
|
|
4609
|
+
denom_units: [{
|
|
4610
|
+
denom: 'ibc/8BDD08D18CE04B2613966305E85F24BEC39E2891517F575F6A086A6ABC4B412E',
|
|
4611
|
+
exponent: 0,
|
|
4612
|
+
aliases: ['cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7']
|
|
4613
|
+
}, {
|
|
4614
|
+
denom: 'snvr',
|
|
4615
|
+
exponent: 9
|
|
4616
|
+
}],
|
|
4617
|
+
type_asset: 'snip20',
|
|
4618
|
+
address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
4619
|
+
base: 'ibc/8BDD08D18CE04B2613966305E85F24BEC39E2891517F575F6A086A6ABC4B412E',
|
|
4620
|
+
name: 'SNVR',
|
|
4621
|
+
display: 'snvr',
|
|
4622
|
+
symbol: 'SNVR',
|
|
4623
|
+
logo_URIs: {
|
|
4624
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
4625
|
+
},
|
|
4626
|
+
images: [{
|
|
4627
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
4628
|
+
}],
|
|
4629
|
+
socials: {
|
|
4630
|
+
website: 'https://snvr.org'
|
|
4631
|
+
},
|
|
4632
|
+
traces: [{
|
|
4633
|
+
type: 'ibc-cw20',
|
|
4634
|
+
counterparty: {
|
|
4635
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
4636
|
+
channel_id: 'channel-132',
|
|
4637
|
+
base_denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
4638
|
+
chain_name: 'secretnetwork'
|
|
4639
|
+
},
|
|
4640
|
+
chain: {
|
|
4641
|
+
port: 'transfer',
|
|
4642
|
+
channel_id: 'channel-159'
|
|
4643
|
+
}
|
|
4644
|
+
}]
|
|
4567
4645
|
}
|
|
4568
4646
|
]
|
|
4569
4647
|
};
|
package/esm/mainnet/terra2.js
CHANGED
|
@@ -7027,6 +7027,45 @@ const assets = {
|
|
|
7027
7027
|
}
|
|
7028
7028
|
}]
|
|
7029
7029
|
},
|
|
7030
|
+
{
|
|
7031
|
+
description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
|
|
7032
|
+
denom_units: [{
|
|
7033
|
+
denom: 'ibc/C8A5D4603A7CD7704C289251EDC29A321C110493E98BB119A0CB3D1E918B70FC',
|
|
7034
|
+
exponent: 0,
|
|
7035
|
+
aliases: ['cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7']
|
|
7036
|
+
}, {
|
|
7037
|
+
denom: 'snvr',
|
|
7038
|
+
exponent: 9
|
|
7039
|
+
}],
|
|
7040
|
+
type_asset: 'snip20',
|
|
7041
|
+
address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
7042
|
+
base: 'ibc/C8A5D4603A7CD7704C289251EDC29A321C110493E98BB119A0CB3D1E918B70FC',
|
|
7043
|
+
name: 'SNVR',
|
|
7044
|
+
display: 'snvr',
|
|
7045
|
+
symbol: 'SNVR',
|
|
7046
|
+
logo_URIs: {
|
|
7047
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
7048
|
+
},
|
|
7049
|
+
images: [{
|
|
7050
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
7051
|
+
}],
|
|
7052
|
+
socials: {
|
|
7053
|
+
website: 'https://snvr.org'
|
|
7054
|
+
},
|
|
7055
|
+
traces: [{
|
|
7056
|
+
type: 'ibc-cw20',
|
|
7057
|
+
counterparty: {
|
|
7058
|
+
port: 'transfer',
|
|
7059
|
+
channel_id: 'channel-127',
|
|
7060
|
+
base_denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
7061
|
+
chain_name: 'secretnetwork'
|
|
7062
|
+
},
|
|
7063
|
+
chain: {
|
|
7064
|
+
port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
|
|
7065
|
+
channel_id: 'channel-382'
|
|
7066
|
+
}
|
|
7067
|
+
}]
|
|
7068
|
+
},
|
|
7030
7069
|
{
|
|
7031
7070
|
description: 'Auto componded USDC deposited into Ginkou on Migaloo chain',
|
|
7032
7071
|
denom_units: [{
|
|
@@ -7604,6 +7643,45 @@ const assets = {
|
|
|
7604
7643
|
channel_id: 'channel-382'
|
|
7605
7644
|
}
|
|
7606
7645
|
}]
|
|
7646
|
+
},
|
|
7647
|
+
{
|
|
7648
|
+
description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
|
|
7649
|
+
denom_units: [{
|
|
7650
|
+
denom: 'ibc/C8A5D4603A7CD7704C289251EDC29A321C110493E98BB119A0CB3D1E918B70FC',
|
|
7651
|
+
exponent: 0,
|
|
7652
|
+
aliases: ['cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7']
|
|
7653
|
+
}, {
|
|
7654
|
+
denom: 'snvr',
|
|
7655
|
+
exponent: 9
|
|
7656
|
+
}],
|
|
7657
|
+
type_asset: 'snip20',
|
|
7658
|
+
address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
7659
|
+
base: 'ibc/C8A5D4603A7CD7704C289251EDC29A321C110493E98BB119A0CB3D1E918B70FC',
|
|
7660
|
+
name: 'SNVR',
|
|
7661
|
+
display: 'snvr',
|
|
7662
|
+
symbol: 'SNVR',
|
|
7663
|
+
logo_URIs: {
|
|
7664
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
7665
|
+
},
|
|
7666
|
+
images: [{
|
|
7667
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
|
|
7668
|
+
}],
|
|
7669
|
+
socials: {
|
|
7670
|
+
website: 'https://snvr.org'
|
|
7671
|
+
},
|
|
7672
|
+
traces: [{
|
|
7673
|
+
type: 'ibc-cw20',
|
|
7674
|
+
counterparty: {
|
|
7675
|
+
port: 'transfer',
|
|
7676
|
+
channel_id: 'channel-127',
|
|
7677
|
+
base_denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
|
|
7678
|
+
chain_name: 'secretnetwork'
|
|
7679
|
+
},
|
|
7680
|
+
chain: {
|
|
7681
|
+
port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
|
|
7682
|
+
channel_id: 'channel-382'
|
|
7683
|
+
}
|
|
7684
|
+
}]
|
|
7607
7685
|
}
|
|
7608
7686
|
]
|
|
7609
7687
|
};
|