@chain-registry/assets 1.70.345 → 1.70.347
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 -16
- package/esm/devnet/prysmdevnet.js +0 -16
- package/esm/mainnet/migaloo.js +0 -12
- package/esm/mainnet/osmosis.js +4 -16
- package/esm/testnet/assets.js +2 -1
- package/esm/testnet/axelartestnet.js +200 -0
- package/esm/testnet/index.js +1 -0
- package/esm/testnet/nobletestnet.js +200 -0
- package/esm/testnet/osmosistestnet.js +0 -28
- package/esm/testnet/zigchaintestnet.js +184 -0
- package/index.d.ts +1 -1
- package/mainnet/migaloo.js +0 -12
- package/mainnet/osmosis.js +4 -16
- package/package.json +5 -5
- package/testnet/assets.js +2 -1
- package/testnet/axelartestnet.js +200 -0
- package/testnet/index.d.ts +1 -0
- package/testnet/index.js +2 -1
- package/testnet/nobletestnet.js +200 -0
- package/testnet/osmosistestnet.js +0 -28
- package/testnet/zigchaintestnet.d.ts +3 -0
- package/testnet/zigchaintestnet.js +186 -0
package/testnet/nobletestnet.js
CHANGED
|
@@ -742,6 +742,106 @@ const assets = {
|
|
|
742
742
|
}
|
|
743
743
|
}]
|
|
744
744
|
},
|
|
745
|
+
{
|
|
746
|
+
description: 'The native token of ZIGChain',
|
|
747
|
+
denom_units: [
|
|
748
|
+
{
|
|
749
|
+
denom: 'ibc/321DA5CCCC78681100FE93ADC3085513507E089BFDDE453C2A66829AFFEE167B',
|
|
750
|
+
exponent: 0,
|
|
751
|
+
aliases: ['uzig']
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
denom: 'mzig',
|
|
755
|
+
exponent: 3,
|
|
756
|
+
aliases: ['millizig']
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
denom: 'zig',
|
|
760
|
+
exponent: 6
|
|
761
|
+
}
|
|
762
|
+
],
|
|
763
|
+
base: 'ibc/321DA5CCCC78681100FE93ADC3085513507E089BFDDE453C2A66829AFFEE167B',
|
|
764
|
+
name: 'ZIG',
|
|
765
|
+
display: 'zig',
|
|
766
|
+
symbol: 'ZIG',
|
|
767
|
+
coingecko_id: 'zignaly',
|
|
768
|
+
keywords: [
|
|
769
|
+
'zigchain',
|
|
770
|
+
'zig',
|
|
771
|
+
'staking',
|
|
772
|
+
'delegating',
|
|
773
|
+
'governance',
|
|
774
|
+
'defi'
|
|
775
|
+
],
|
|
776
|
+
logo_URIs: {
|
|
777
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.png',
|
|
778
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.svg'
|
|
779
|
+
},
|
|
780
|
+
images: [{
|
|
781
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.png',
|
|
782
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.svg'
|
|
783
|
+
}],
|
|
784
|
+
type_asset: 'sdk.coin',
|
|
785
|
+
socials: {
|
|
786
|
+
website: 'https://zigchain.com/',
|
|
787
|
+
twitter: 'https://twitter.com/zigchain',
|
|
788
|
+
telegram: 'https://t.me/ZignalyHQ',
|
|
789
|
+
discord: 'https://discord.com/invite/zignaly-the-better-way-to-invest-in-crypto-486954374845956097',
|
|
790
|
+
medium: 'https://medium.com/zignaly'
|
|
791
|
+
},
|
|
792
|
+
traces: [{
|
|
793
|
+
type: 'ibc',
|
|
794
|
+
counterparty: {
|
|
795
|
+
channel_id: 'channel-35',
|
|
796
|
+
base_denom: 'uzig',
|
|
797
|
+
chain_name: 'zigchaintestnet'
|
|
798
|
+
},
|
|
799
|
+
chain: {
|
|
800
|
+
channel_id: 'channel-664'
|
|
801
|
+
}
|
|
802
|
+
}]
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
description: 'Staked Zig Token by Valdora Finance - Decentralized staking with stZIG',
|
|
806
|
+
denom_units: [{
|
|
807
|
+
denom: 'ibc/020DC19695408F7F3632E6C104562ACC715E1677B2097F8772DF0632F76FD036',
|
|
808
|
+
exponent: 0,
|
|
809
|
+
aliases: ['coin.zig1q5cuxuekvjdsl3l2t87jv83gdwjryc4hmh8s90y7mwgpyfwkqutsy9tqak.stzig']
|
|
810
|
+
}, {
|
|
811
|
+
denom: 'stzig',
|
|
812
|
+
exponent: 6
|
|
813
|
+
}],
|
|
814
|
+
base: 'ibc/020DC19695408F7F3632E6C104562ACC715E1677B2097F8772DF0632F76FD036',
|
|
815
|
+
name: 'Staked Zig',
|
|
816
|
+
display: 'stzig',
|
|
817
|
+
symbol: 'STZIG',
|
|
818
|
+
logo_URIs: {
|
|
819
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png',
|
|
820
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.svg'
|
|
821
|
+
},
|
|
822
|
+
images: [{
|
|
823
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png',
|
|
824
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.svg'
|
|
825
|
+
}],
|
|
826
|
+
type_asset: 'sdk.coin',
|
|
827
|
+
socials: {
|
|
828
|
+
website: 'https://dev.valdora.finance',
|
|
829
|
+
twitter: 'https://x.com/Valdora_finance',
|
|
830
|
+
telegram: 'https://t.me/ValdoraWarriors',
|
|
831
|
+
discord: 'http://discord.gg/valdora'
|
|
832
|
+
},
|
|
833
|
+
traces: [{
|
|
834
|
+
type: 'ibc',
|
|
835
|
+
counterparty: {
|
|
836
|
+
channel_id: 'channel-35',
|
|
837
|
+
base_denom: 'coin.zig1q5cuxuekvjdsl3l2t87jv83gdwjryc4hmh8s90y7mwgpyfwkqutsy9tqak.stzig',
|
|
838
|
+
chain_name: 'zigchaintestnet'
|
|
839
|
+
},
|
|
840
|
+
chain: {
|
|
841
|
+
channel_id: 'channel-664'
|
|
842
|
+
}
|
|
843
|
+
}]
|
|
844
|
+
},
|
|
745
845
|
{
|
|
746
846
|
description: 'The native staking and governance token of the Atlantic testnet version of Sei.',
|
|
747
847
|
denom_units: [{
|
|
@@ -865,6 +965,106 @@ const assets = {
|
|
|
865
965
|
}
|
|
866
966
|
}]
|
|
867
967
|
},
|
|
968
|
+
{
|
|
969
|
+
description: 'The native token of ZIGChain',
|
|
970
|
+
denom_units: [
|
|
971
|
+
{
|
|
972
|
+
denom: 'ibc/321DA5CCCC78681100FE93ADC3085513507E089BFDDE453C2A66829AFFEE167B',
|
|
973
|
+
exponent: 0,
|
|
974
|
+
aliases: ['uzig']
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
denom: 'mzig',
|
|
978
|
+
exponent: 3,
|
|
979
|
+
aliases: ['millizig']
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
denom: 'zig',
|
|
983
|
+
exponent: 6
|
|
984
|
+
}
|
|
985
|
+
],
|
|
986
|
+
base: 'ibc/321DA5CCCC78681100FE93ADC3085513507E089BFDDE453C2A66829AFFEE167B',
|
|
987
|
+
name: 'ZIG',
|
|
988
|
+
display: 'zig',
|
|
989
|
+
symbol: 'ZIG',
|
|
990
|
+
coingecko_id: 'zignaly',
|
|
991
|
+
keywords: [
|
|
992
|
+
'zigchain',
|
|
993
|
+
'zig',
|
|
994
|
+
'staking',
|
|
995
|
+
'delegating',
|
|
996
|
+
'governance',
|
|
997
|
+
'defi'
|
|
998
|
+
],
|
|
999
|
+
logo_URIs: {
|
|
1000
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.png',
|
|
1001
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.svg'
|
|
1002
|
+
},
|
|
1003
|
+
images: [{
|
|
1004
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.png',
|
|
1005
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.svg'
|
|
1006
|
+
}],
|
|
1007
|
+
type_asset: 'sdk.coin',
|
|
1008
|
+
socials: {
|
|
1009
|
+
website: 'https://zigchain.com/',
|
|
1010
|
+
twitter: 'https://twitter.com/zigchain',
|
|
1011
|
+
telegram: 'https://t.me/ZignalyHQ',
|
|
1012
|
+
discord: 'https://discord.com/invite/zignaly-the-better-way-to-invest-in-crypto-486954374845956097',
|
|
1013
|
+
medium: 'https://medium.com/zignaly'
|
|
1014
|
+
},
|
|
1015
|
+
traces: [{
|
|
1016
|
+
type: 'ibc',
|
|
1017
|
+
counterparty: {
|
|
1018
|
+
channel_id: 'channel-35',
|
|
1019
|
+
base_denom: 'uzig',
|
|
1020
|
+
chain_name: 'zigchaintestnet'
|
|
1021
|
+
},
|
|
1022
|
+
chain: {
|
|
1023
|
+
channel_id: 'channel-664'
|
|
1024
|
+
}
|
|
1025
|
+
}]
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
description: 'Staked Zig Token by Valdora Finance - Decentralized staking with stZIG',
|
|
1029
|
+
denom_units: [{
|
|
1030
|
+
denom: 'ibc/020DC19695408F7F3632E6C104562ACC715E1677B2097F8772DF0632F76FD036',
|
|
1031
|
+
exponent: 0,
|
|
1032
|
+
aliases: ['coin.zig1q5cuxuekvjdsl3l2t87jv83gdwjryc4hmh8s90y7mwgpyfwkqutsy9tqak.stzig']
|
|
1033
|
+
}, {
|
|
1034
|
+
denom: 'stzig',
|
|
1035
|
+
exponent: 6
|
|
1036
|
+
}],
|
|
1037
|
+
base: 'ibc/020DC19695408F7F3632E6C104562ACC715E1677B2097F8772DF0632F76FD036',
|
|
1038
|
+
name: 'Staked Zig',
|
|
1039
|
+
display: 'stzig',
|
|
1040
|
+
symbol: 'STZIG',
|
|
1041
|
+
logo_URIs: {
|
|
1042
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png',
|
|
1043
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.svg'
|
|
1044
|
+
},
|
|
1045
|
+
images: [{
|
|
1046
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png',
|
|
1047
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.svg'
|
|
1048
|
+
}],
|
|
1049
|
+
type_asset: 'sdk.coin',
|
|
1050
|
+
socials: {
|
|
1051
|
+
website: 'https://dev.valdora.finance',
|
|
1052
|
+
twitter: 'https://x.com/Valdora_finance',
|
|
1053
|
+
telegram: 'https://t.me/ValdoraWarriors',
|
|
1054
|
+
discord: 'http://discord.gg/valdora'
|
|
1055
|
+
},
|
|
1056
|
+
traces: [{
|
|
1057
|
+
type: 'ibc',
|
|
1058
|
+
counterparty: {
|
|
1059
|
+
channel_id: 'channel-35',
|
|
1060
|
+
base_denom: 'coin.zig1q5cuxuekvjdsl3l2t87jv83gdwjryc4hmh8s90y7mwgpyfwkqutsy9tqak.stzig',
|
|
1061
|
+
chain_name: 'zigchaintestnet'
|
|
1062
|
+
},
|
|
1063
|
+
chain: {
|
|
1064
|
+
channel_id: 'channel-664'
|
|
1065
|
+
}
|
|
1066
|
+
}]
|
|
1067
|
+
},
|
|
868
1068
|
{
|
|
869
1069
|
description: 'The native token of Prysm',
|
|
870
1070
|
denom_units: [{
|
|
@@ -228,14 +228,6 @@ const assets = {
|
|
|
228
228
|
name: 'Pica',
|
|
229
229
|
display: 'pica',
|
|
230
230
|
symbol: 'PICA',
|
|
231
|
-
logo_URIs: {
|
|
232
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
|
|
233
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
|
|
234
|
-
},
|
|
235
|
-
images: [{
|
|
236
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
|
|
237
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
|
|
238
|
-
}],
|
|
239
231
|
type_asset: 'sdk.coin',
|
|
240
232
|
traces: [{
|
|
241
233
|
type: 'ibc',
|
|
@@ -1089,14 +1081,6 @@ const assets = {
|
|
|
1089
1081
|
name: 'Pica',
|
|
1090
1082
|
display: 'pica',
|
|
1091
1083
|
symbol: 'PICA',
|
|
1092
|
-
logo_URIs: {
|
|
1093
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
|
|
1094
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
|
|
1095
|
-
},
|
|
1096
|
-
images: [{
|
|
1097
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
|
|
1098
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
|
|
1099
|
-
}],
|
|
1100
1084
|
type_asset: 'sdk.coin',
|
|
1101
1085
|
traces: [{
|
|
1102
1086
|
type: 'ibc',
|
|
@@ -1887,12 +1871,6 @@ const assets = {
|
|
|
1887
1871
|
name: 'SGE Testnet',
|
|
1888
1872
|
display: 'sge',
|
|
1889
1873
|
symbol: 'SGE',
|
|
1890
|
-
logo_URIs: {
|
|
1891
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sgetestnet/images/sge.png'
|
|
1892
|
-
},
|
|
1893
|
-
images: [{
|
|
1894
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sgetestnet/images/sge.png'
|
|
1895
|
-
}],
|
|
1896
1874
|
type_asset: 'sdk.coin',
|
|
1897
1875
|
traces: [{
|
|
1898
1876
|
type: 'ibc',
|
|
@@ -2450,12 +2428,6 @@ const assets = {
|
|
|
2450
2428
|
name: 'SGE Testnet',
|
|
2451
2429
|
display: 'sge',
|
|
2452
2430
|
symbol: 'SGE',
|
|
2453
|
-
logo_URIs: {
|
|
2454
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sgetestnet/images/sge.png'
|
|
2455
|
-
},
|
|
2456
|
-
images: [{
|
|
2457
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sgetestnet/images/sge.png'
|
|
2458
|
-
}],
|
|
2459
2431
|
type_asset: 'sdk.coin',
|
|
2460
2432
|
traces: [{
|
|
2461
2433
|
type: 'ibc',
|
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const assets = {
|
|
4
|
+
chain_name: 'zigchaintestnet',
|
|
5
|
+
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The controlled staking asset for Noble Chain',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/EA033D3F393DF62365465263D1E22611DC052720EF62DAC2F7A0ABA41A235E0E',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['ustake']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'stake',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/EA033D3F393DF62365465263D1E22611DC052720EF62DAC2F7A0ABA41A235E0E',
|
|
17
|
+
name: 'Stake',
|
|
18
|
+
display: 'stake',
|
|
19
|
+
symbol: 'STAKE',
|
|
20
|
+
type_asset: 'sdk.coin',
|
|
21
|
+
traces: [{
|
|
22
|
+
type: 'ibc',
|
|
23
|
+
counterparty: {
|
|
24
|
+
channel_id: 'channel-664',
|
|
25
|
+
base_denom: 'ustake',
|
|
26
|
+
chain_name: 'nobletestnet'
|
|
27
|
+
},
|
|
28
|
+
chain: {
|
|
29
|
+
channel_id: 'channel-35'
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
|
|
35
|
+
denom_units: [{
|
|
36
|
+
denom: 'ibc/5B3B61D7EACB8A8CB10E51476849B0C79B1A9C9EBA90B0DE4FB85DACF7431478',
|
|
37
|
+
exponent: 0,
|
|
38
|
+
aliases: ['ulove']
|
|
39
|
+
}, {
|
|
40
|
+
denom: 'love',
|
|
41
|
+
exponent: 6
|
|
42
|
+
}],
|
|
43
|
+
base: 'ibc/5B3B61D7EACB8A8CB10E51476849B0C79B1A9C9EBA90B0DE4FB85DACF7431478',
|
|
44
|
+
display: 'love',
|
|
45
|
+
name: 'Love',
|
|
46
|
+
symbol: 'LOVE',
|
|
47
|
+
type_asset: 'sdk.coin',
|
|
48
|
+
traces: [{
|
|
49
|
+
type: 'ibc',
|
|
50
|
+
counterparty: {
|
|
51
|
+
channel_id: 'channel-664',
|
|
52
|
+
base_denom: 'ulove',
|
|
53
|
+
chain_name: 'nobletestnet'
|
|
54
|
+
},
|
|
55
|
+
chain: {
|
|
56
|
+
channel_id: 'channel-35'
|
|
57
|
+
}
|
|
58
|
+
}]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
description: 'Ondo US Dollar Yield',
|
|
62
|
+
denom_units: [{
|
|
63
|
+
denom: 'ibc/E15FB403FE7A861FC2C8F117F6576B7316EDEB7DA61B24A6867ED3DEF376111F',
|
|
64
|
+
exponent: 0,
|
|
65
|
+
aliases: ['ausdy']
|
|
66
|
+
}, {
|
|
67
|
+
denom: 'usdy',
|
|
68
|
+
exponent: 18
|
|
69
|
+
}],
|
|
70
|
+
base: 'ibc/E15FB403FE7A861FC2C8F117F6576B7316EDEB7DA61B24A6867ED3DEF376111F',
|
|
71
|
+
display: 'usdy',
|
|
72
|
+
name: 'Ondo US Dollar Yield',
|
|
73
|
+
symbol: 'USDY',
|
|
74
|
+
logo_URIs: {
|
|
75
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
76
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
77
|
+
},
|
|
78
|
+
images: [{
|
|
79
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
80
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
81
|
+
}],
|
|
82
|
+
type_asset: 'sdk.coin',
|
|
83
|
+
traces: [{
|
|
84
|
+
type: 'ibc',
|
|
85
|
+
counterparty: {
|
|
86
|
+
channel_id: 'channel-664',
|
|
87
|
+
base_denom: 'ausdy',
|
|
88
|
+
chain_name: 'nobletestnet'
|
|
89
|
+
},
|
|
90
|
+
chain: {
|
|
91
|
+
channel_id: 'channel-35'
|
|
92
|
+
}
|
|
93
|
+
}]
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
description: 'The controlled staking asset for Noble Chain',
|
|
97
|
+
denom_units: [{
|
|
98
|
+
denom: 'ibc/EA033D3F393DF62365465263D1E22611DC052720EF62DAC2F7A0ABA41A235E0E',
|
|
99
|
+
exponent: 0,
|
|
100
|
+
aliases: ['ustake']
|
|
101
|
+
}, {
|
|
102
|
+
denom: 'stake',
|
|
103
|
+
exponent: 6
|
|
104
|
+
}],
|
|
105
|
+
base: 'ibc/EA033D3F393DF62365465263D1E22611DC052720EF62DAC2F7A0ABA41A235E0E',
|
|
106
|
+
name: 'Stake',
|
|
107
|
+
display: 'stake',
|
|
108
|
+
symbol: 'STAKE',
|
|
109
|
+
type_asset: 'sdk.coin',
|
|
110
|
+
traces: [{
|
|
111
|
+
type: 'ibc',
|
|
112
|
+
counterparty: {
|
|
113
|
+
channel_id: 'channel-664',
|
|
114
|
+
base_denom: 'ustake',
|
|
115
|
+
chain_name: 'nobletestnet'
|
|
116
|
+
},
|
|
117
|
+
chain: {
|
|
118
|
+
channel_id: 'channel-35'
|
|
119
|
+
}
|
|
120
|
+
}]
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
|
|
124
|
+
denom_units: [{
|
|
125
|
+
denom: 'ibc/5B3B61D7EACB8A8CB10E51476849B0C79B1A9C9EBA90B0DE4FB85DACF7431478',
|
|
126
|
+
exponent: 0,
|
|
127
|
+
aliases: ['ulove']
|
|
128
|
+
}, {
|
|
129
|
+
denom: 'love',
|
|
130
|
+
exponent: 6
|
|
131
|
+
}],
|
|
132
|
+
base: 'ibc/5B3B61D7EACB8A8CB10E51476849B0C79B1A9C9EBA90B0DE4FB85DACF7431478',
|
|
133
|
+
display: 'love',
|
|
134
|
+
name: 'Love',
|
|
135
|
+
symbol: 'LOVE',
|
|
136
|
+
type_asset: 'sdk.coin',
|
|
137
|
+
traces: [{
|
|
138
|
+
type: 'ibc',
|
|
139
|
+
counterparty: {
|
|
140
|
+
channel_id: 'channel-664',
|
|
141
|
+
base_denom: 'ulove',
|
|
142
|
+
chain_name: 'nobletestnet'
|
|
143
|
+
},
|
|
144
|
+
chain: {
|
|
145
|
+
channel_id: 'channel-35'
|
|
146
|
+
}
|
|
147
|
+
}]
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
description: 'Ondo US Dollar Yield',
|
|
151
|
+
denom_units: [{
|
|
152
|
+
denom: 'ibc/E15FB403FE7A861FC2C8F117F6576B7316EDEB7DA61B24A6867ED3DEF376111F',
|
|
153
|
+
exponent: 0,
|
|
154
|
+
aliases: ['ausdy']
|
|
155
|
+
}, {
|
|
156
|
+
denom: 'usdy',
|
|
157
|
+
exponent: 18
|
|
158
|
+
}],
|
|
159
|
+
base: 'ibc/E15FB403FE7A861FC2C8F117F6576B7316EDEB7DA61B24A6867ED3DEF376111F',
|
|
160
|
+
display: 'usdy',
|
|
161
|
+
name: 'Ondo US Dollar Yield',
|
|
162
|
+
symbol: 'USDY',
|
|
163
|
+
logo_URIs: {
|
|
164
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
165
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
166
|
+
},
|
|
167
|
+
images: [{
|
|
168
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
169
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
170
|
+
}],
|
|
171
|
+
type_asset: 'sdk.coin',
|
|
172
|
+
traces: [{
|
|
173
|
+
type: 'ibc',
|
|
174
|
+
counterparty: {
|
|
175
|
+
channel_id: 'channel-664',
|
|
176
|
+
base_denom: 'ausdy',
|
|
177
|
+
chain_name: 'nobletestnet'
|
|
178
|
+
},
|
|
179
|
+
chain: {
|
|
180
|
+
channel_id: 'channel-35'
|
|
181
|
+
}
|
|
182
|
+
}]
|
|
183
|
+
}
|
|
184
|
+
]
|
|
185
|
+
};
|
|
186
|
+
exports.default = assets;
|