@chain-registry/assets 1.70.191 → 1.70.193
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 +170 -0
- package/esm/mainnet/cosmoshub.js +8 -8
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/initia.js +182 -0
- package/esm/mainnet/nyx.js +86 -0
- package/esm/mainnet/osmosis.js +142 -0
- package/esm/mainnet/sidechain.js +8 -8
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +170 -0
- package/mainnet/cosmoshub.js +8 -8
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +4 -3
- package/mainnet/initia.d.ts +3 -0
- package/mainnet/initia.js +184 -0
- package/mainnet/nyx.js +86 -0
- package/mainnet/osmosis.js +142 -0
- package/mainnet/sidechain.js +8 -8
- package/package.json +5 -5
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const assets = {
|
|
4
|
+
chain_name: 'initia',
|
|
5
|
+
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native token of Osmosis',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uosmo']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'osmo',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
type_asset: 'sdk.coin',
|
|
17
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
18
|
+
name: 'Osmosis',
|
|
19
|
+
display: 'osmo',
|
|
20
|
+
symbol: 'OSMO',
|
|
21
|
+
logo_URIs: {
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
23
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
24
|
+
},
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
28
|
+
theme: {
|
|
29
|
+
primary_color_hex: '#760dbb'
|
|
30
|
+
}
|
|
31
|
+
}],
|
|
32
|
+
coingecko_id: 'osmosis',
|
|
33
|
+
keywords: ['dex', 'staking'],
|
|
34
|
+
socials: {
|
|
35
|
+
website: 'https://osmosis.zone',
|
|
36
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
37
|
+
},
|
|
38
|
+
traces: [{
|
|
39
|
+
type: 'ibc',
|
|
40
|
+
counterparty: {
|
|
41
|
+
channel_id: 'channel-100108',
|
|
42
|
+
base_denom: 'uosmo',
|
|
43
|
+
chain_name: 'osmosis'
|
|
44
|
+
},
|
|
45
|
+
chain: {
|
|
46
|
+
channel_id: 'channel-0'
|
|
47
|
+
}
|
|
48
|
+
}]
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
description: 'ION is the second native token of Osmosis.',
|
|
52
|
+
denom_units: [{
|
|
53
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
54
|
+
exponent: 0,
|
|
55
|
+
aliases: ['uion']
|
|
56
|
+
}, {
|
|
57
|
+
denom: 'ion',
|
|
58
|
+
exponent: 6
|
|
59
|
+
}],
|
|
60
|
+
type_asset: 'sdk.coin',
|
|
61
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
62
|
+
name: 'Ion DAO',
|
|
63
|
+
display: 'ion',
|
|
64
|
+
symbol: 'ION',
|
|
65
|
+
logo_URIs: {
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
67
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
68
|
+
},
|
|
69
|
+
images: [{
|
|
70
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
71
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
72
|
+
theme: {
|
|
73
|
+
primary_color_hex: '#4453c7'
|
|
74
|
+
}
|
|
75
|
+
}],
|
|
76
|
+
coingecko_id: 'ion',
|
|
77
|
+
keywords: ['memecoin', 'defi'],
|
|
78
|
+
socials: {
|
|
79
|
+
website: 'https://ion.wtf',
|
|
80
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
81
|
+
},
|
|
82
|
+
traces: [{
|
|
83
|
+
type: 'ibc',
|
|
84
|
+
counterparty: {
|
|
85
|
+
channel_id: 'channel-100108',
|
|
86
|
+
base_denom: 'uion',
|
|
87
|
+
chain_name: 'osmosis'
|
|
88
|
+
},
|
|
89
|
+
chain: {
|
|
90
|
+
channel_id: 'channel-0'
|
|
91
|
+
}
|
|
92
|
+
}]
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
description: 'The native token of Osmosis',
|
|
96
|
+
denom_units: [{
|
|
97
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
98
|
+
exponent: 0,
|
|
99
|
+
aliases: ['uosmo']
|
|
100
|
+
}, {
|
|
101
|
+
denom: 'osmo',
|
|
102
|
+
exponent: 6
|
|
103
|
+
}],
|
|
104
|
+
type_asset: 'sdk.coin',
|
|
105
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
106
|
+
name: 'Osmosis',
|
|
107
|
+
display: 'osmo',
|
|
108
|
+
symbol: 'OSMO',
|
|
109
|
+
logo_URIs: {
|
|
110
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
111
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
112
|
+
},
|
|
113
|
+
images: [{
|
|
114
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
115
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
116
|
+
theme: {
|
|
117
|
+
primary_color_hex: '#760dbb'
|
|
118
|
+
}
|
|
119
|
+
}],
|
|
120
|
+
coingecko_id: 'osmosis',
|
|
121
|
+
keywords: ['dex', 'staking'],
|
|
122
|
+
socials: {
|
|
123
|
+
website: 'https://osmosis.zone',
|
|
124
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
125
|
+
},
|
|
126
|
+
traces: [{
|
|
127
|
+
type: 'ibc',
|
|
128
|
+
counterparty: {
|
|
129
|
+
channel_id: 'channel-100108',
|
|
130
|
+
base_denom: 'uosmo',
|
|
131
|
+
chain_name: 'osmosis'
|
|
132
|
+
},
|
|
133
|
+
chain: {
|
|
134
|
+
channel_id: 'channel-0'
|
|
135
|
+
}
|
|
136
|
+
}]
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
description: 'ION is the second native token of Osmosis.',
|
|
140
|
+
denom_units: [{
|
|
141
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
142
|
+
exponent: 0,
|
|
143
|
+
aliases: ['uion']
|
|
144
|
+
}, {
|
|
145
|
+
denom: 'ion',
|
|
146
|
+
exponent: 6
|
|
147
|
+
}],
|
|
148
|
+
type_asset: 'sdk.coin',
|
|
149
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
150
|
+
name: 'Ion DAO',
|
|
151
|
+
display: 'ion',
|
|
152
|
+
symbol: 'ION',
|
|
153
|
+
logo_URIs: {
|
|
154
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
155
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
156
|
+
},
|
|
157
|
+
images: [{
|
|
158
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
159
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
160
|
+
theme: {
|
|
161
|
+
primary_color_hex: '#4453c7'
|
|
162
|
+
}
|
|
163
|
+
}],
|
|
164
|
+
coingecko_id: 'ion',
|
|
165
|
+
keywords: ['memecoin', 'defi'],
|
|
166
|
+
socials: {
|
|
167
|
+
website: 'https://ion.wtf',
|
|
168
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
169
|
+
},
|
|
170
|
+
traces: [{
|
|
171
|
+
type: 'ibc',
|
|
172
|
+
counterparty: {
|
|
173
|
+
channel_id: 'channel-100108',
|
|
174
|
+
base_denom: 'uion',
|
|
175
|
+
chain_name: 'osmosis'
|
|
176
|
+
},
|
|
177
|
+
chain: {
|
|
178
|
+
channel_id: 'channel-0'
|
|
179
|
+
}
|
|
180
|
+
}]
|
|
181
|
+
}
|
|
182
|
+
]
|
|
183
|
+
};
|
|
184
|
+
exports.default = assets;
|
package/mainnet/nyx.js
CHANGED
|
@@ -3,6 +3,49 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'nyx',
|
|
5
5
|
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/2253DE2F950B35D9AB9B403F58F30B970ABDFE1A35AD23E9AB20AE575C68984A',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uaxl']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'axl',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/2253DE2F950B35D9AB9B403F58F30B970ABDFE1A35AD23E9AB20AE575C68984A',
|
|
17
|
+
name: 'Axelar',
|
|
18
|
+
display: 'axl',
|
|
19
|
+
symbol: 'AXL',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
23
|
+
},
|
|
24
|
+
coingecko_id: 'axelar',
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg',
|
|
28
|
+
theme: {
|
|
29
|
+
primary_color_hex: '#040404'
|
|
30
|
+
}
|
|
31
|
+
}],
|
|
32
|
+
socials: {
|
|
33
|
+
website: 'https://axelar.network/',
|
|
34
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
35
|
+
},
|
|
36
|
+
type_asset: 'sdk.coin',
|
|
37
|
+
traces: [{
|
|
38
|
+
type: 'ibc',
|
|
39
|
+
counterparty: {
|
|
40
|
+
channel_id: 'channel-177',
|
|
41
|
+
base_denom: 'uaxl',
|
|
42
|
+
chain_name: 'axelar'
|
|
43
|
+
},
|
|
44
|
+
chain: {
|
|
45
|
+
channel_id: 'channel-14'
|
|
46
|
+
}
|
|
47
|
+
}]
|
|
48
|
+
},
|
|
6
49
|
{
|
|
7
50
|
description: 'The native token of Gravity Bridge',
|
|
8
51
|
denom_units: [{
|
|
@@ -46,6 +89,49 @@ const assets = {
|
|
|
46
89
|
}
|
|
47
90
|
}]
|
|
48
91
|
},
|
|
92
|
+
{
|
|
93
|
+
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
94
|
+
denom_units: [{
|
|
95
|
+
denom: 'ibc/2253DE2F950B35D9AB9B403F58F30B970ABDFE1A35AD23E9AB20AE575C68984A',
|
|
96
|
+
exponent: 0,
|
|
97
|
+
aliases: ['uaxl']
|
|
98
|
+
}, {
|
|
99
|
+
denom: 'axl',
|
|
100
|
+
exponent: 6
|
|
101
|
+
}],
|
|
102
|
+
base: 'ibc/2253DE2F950B35D9AB9B403F58F30B970ABDFE1A35AD23E9AB20AE575C68984A',
|
|
103
|
+
name: 'Axelar',
|
|
104
|
+
display: 'axl',
|
|
105
|
+
symbol: 'AXL',
|
|
106
|
+
logo_URIs: {
|
|
107
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
108
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
109
|
+
},
|
|
110
|
+
coingecko_id: 'axelar',
|
|
111
|
+
images: [{
|
|
112
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
113
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg',
|
|
114
|
+
theme: {
|
|
115
|
+
primary_color_hex: '#040404'
|
|
116
|
+
}
|
|
117
|
+
}],
|
|
118
|
+
socials: {
|
|
119
|
+
website: 'https://axelar.network/',
|
|
120
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
121
|
+
},
|
|
122
|
+
type_asset: 'sdk.coin',
|
|
123
|
+
traces: [{
|
|
124
|
+
type: 'ibc',
|
|
125
|
+
counterparty: {
|
|
126
|
+
channel_id: 'channel-177',
|
|
127
|
+
base_denom: 'uaxl',
|
|
128
|
+
chain_name: 'axelar'
|
|
129
|
+
},
|
|
130
|
+
chain: {
|
|
131
|
+
channel_id: 'channel-14'
|
|
132
|
+
}
|
|
133
|
+
}]
|
|
134
|
+
},
|
|
49
135
|
{
|
|
50
136
|
description: 'The native token of Gravity Bridge',
|
|
51
137
|
denom_units: [{
|
package/mainnet/osmosis.js
CHANGED
|
@@ -3668,6 +3668,45 @@ const assets = {
|
|
|
3668
3668
|
}
|
|
3669
3669
|
}]
|
|
3670
3670
|
},
|
|
3671
|
+
{
|
|
3672
|
+
description: 'The native token of Initia',
|
|
3673
|
+
denom_units: [{
|
|
3674
|
+
denom: 'ibc/70932FA3E9291DC51EE280CEEA490BDA58D927598BAEFED5947F99365EE97806',
|
|
3675
|
+
exponent: 0,
|
|
3676
|
+
aliases: ['uinit']
|
|
3677
|
+
}, {
|
|
3678
|
+
denom: 'INIT',
|
|
3679
|
+
exponent: 6
|
|
3680
|
+
}],
|
|
3681
|
+
base: 'ibc/70932FA3E9291DC51EE280CEEA490BDA58D927598BAEFED5947F99365EE97806',
|
|
3682
|
+
display: 'INIT',
|
|
3683
|
+
name: 'Initia',
|
|
3684
|
+
symbol: 'INIT',
|
|
3685
|
+
images: [{
|
|
3686
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.png',
|
|
3687
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg',
|
|
3688
|
+
theme: {
|
|
3689
|
+
circle: true,
|
|
3690
|
+
primary_color_hex: '#040404'
|
|
3691
|
+
}
|
|
3692
|
+
}],
|
|
3693
|
+
socials: {
|
|
3694
|
+
website: 'https://initia.xyz/',
|
|
3695
|
+
twitter: 'https://twitter.com/initiaFDN'
|
|
3696
|
+
},
|
|
3697
|
+
type_asset: 'sdk.coin',
|
|
3698
|
+
traces: [{
|
|
3699
|
+
type: 'ibc',
|
|
3700
|
+
counterparty: {
|
|
3701
|
+
channel_id: 'channel-0',
|
|
3702
|
+
base_denom: 'uinit',
|
|
3703
|
+
chain_name: 'initia'
|
|
3704
|
+
},
|
|
3705
|
+
chain: {
|
|
3706
|
+
channel_id: 'channel-100108'
|
|
3707
|
+
}
|
|
3708
|
+
}]
|
|
3709
|
+
},
|
|
3671
3710
|
{
|
|
3672
3711
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
3673
3712
|
denom_units: [{
|
|
@@ -10019,6 +10058,45 @@ const assets = {
|
|
|
10019
10058
|
}
|
|
10020
10059
|
}]
|
|
10021
10060
|
},
|
|
10061
|
+
{
|
|
10062
|
+
description: 'The native token of Initia',
|
|
10063
|
+
denom_units: [{
|
|
10064
|
+
denom: 'ibc/70932FA3E9291DC51EE280CEEA490BDA58D927598BAEFED5947F99365EE97806',
|
|
10065
|
+
exponent: 0,
|
|
10066
|
+
aliases: ['uinit']
|
|
10067
|
+
}, {
|
|
10068
|
+
denom: 'INIT',
|
|
10069
|
+
exponent: 6
|
|
10070
|
+
}],
|
|
10071
|
+
base: 'ibc/70932FA3E9291DC51EE280CEEA490BDA58D927598BAEFED5947F99365EE97806',
|
|
10072
|
+
display: 'INIT',
|
|
10073
|
+
name: 'Initia',
|
|
10074
|
+
symbol: 'INIT',
|
|
10075
|
+
images: [{
|
|
10076
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.png',
|
|
10077
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg',
|
|
10078
|
+
theme: {
|
|
10079
|
+
circle: true,
|
|
10080
|
+
primary_color_hex: '#040404'
|
|
10081
|
+
}
|
|
10082
|
+
}],
|
|
10083
|
+
socials: {
|
|
10084
|
+
website: 'https://initia.xyz/',
|
|
10085
|
+
twitter: 'https://twitter.com/initiaFDN'
|
|
10086
|
+
},
|
|
10087
|
+
type_asset: 'sdk.coin',
|
|
10088
|
+
traces: [{
|
|
10089
|
+
type: 'ibc',
|
|
10090
|
+
counterparty: {
|
|
10091
|
+
channel_id: 'channel-0',
|
|
10092
|
+
base_denom: 'uinit',
|
|
10093
|
+
chain_name: 'initia'
|
|
10094
|
+
},
|
|
10095
|
+
chain: {
|
|
10096
|
+
channel_id: 'channel-100108'
|
|
10097
|
+
}
|
|
10098
|
+
}]
|
|
10099
|
+
},
|
|
10022
10100
|
{
|
|
10023
10101
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
10024
10102
|
denom_units: [{
|
|
@@ -28742,6 +28820,38 @@ const assets = {
|
|
|
28742
28820
|
}
|
|
28743
28821
|
}]
|
|
28744
28822
|
},
|
|
28823
|
+
{
|
|
28824
|
+
denom_units: [{
|
|
28825
|
+
denom: 'ibc/F5F5B3929B2A955C4F901ADE7089A7711DA87C1B6B58056493C480A95BCBFD97',
|
|
28826
|
+
exponent: 0,
|
|
28827
|
+
aliases: ['cw20:bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x']
|
|
28828
|
+
}, {
|
|
28829
|
+
denom: 'satUniBTC',
|
|
28830
|
+
exponent: 8
|
|
28831
|
+
}],
|
|
28832
|
+
base: 'ibc/F5F5B3929B2A955C4F901ADE7089A7711DA87C1B6B58056493C480A95BCBFD97',
|
|
28833
|
+
address: 'bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x',
|
|
28834
|
+
name: 'Satlayer uniBTC',
|
|
28835
|
+
display: 'satUniBTC',
|
|
28836
|
+
symbol: 'satUniBTC',
|
|
28837
|
+
logo_URIs: {
|
|
28838
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.svg'
|
|
28839
|
+
},
|
|
28840
|
+
type_asset: 'cw20',
|
|
28841
|
+
traces: [{
|
|
28842
|
+
type: 'ibc-cw20',
|
|
28843
|
+
counterparty: {
|
|
28844
|
+
port: 'wasm.bbn16tfcsjcg4trlnj2t4cpdq20q4d7nzusew3ev50scz30mmfzdx8ssgx7eq6',
|
|
28845
|
+
channel_id: 'channel-7',
|
|
28846
|
+
base_denom: 'cw20:bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x',
|
|
28847
|
+
chain_name: 'babylon'
|
|
28848
|
+
},
|
|
28849
|
+
chain: {
|
|
28850
|
+
port: 'transfer',
|
|
28851
|
+
channel_id: 'channel-101979'
|
|
28852
|
+
}
|
|
28853
|
+
}]
|
|
28854
|
+
},
|
|
28745
28855
|
{
|
|
28746
28856
|
description: 'Puppy',
|
|
28747
28857
|
denom_units: [{
|
|
@@ -31908,6 +32018,38 @@ const assets = {
|
|
|
31908
32018
|
}
|
|
31909
32019
|
}]
|
|
31910
32020
|
},
|
|
32021
|
+
{
|
|
32022
|
+
denom_units: [{
|
|
32023
|
+
denom: 'ibc/F5F5B3929B2A955C4F901ADE7089A7711DA87C1B6B58056493C480A95BCBFD97',
|
|
32024
|
+
exponent: 0,
|
|
32025
|
+
aliases: ['cw20:bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x']
|
|
32026
|
+
}, {
|
|
32027
|
+
denom: 'satUniBTC',
|
|
32028
|
+
exponent: 8
|
|
32029
|
+
}],
|
|
32030
|
+
base: 'ibc/F5F5B3929B2A955C4F901ADE7089A7711DA87C1B6B58056493C480A95BCBFD97',
|
|
32031
|
+
address: 'bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x',
|
|
32032
|
+
name: 'Satlayer uniBTC',
|
|
32033
|
+
display: 'satUniBTC',
|
|
32034
|
+
symbol: 'satUniBTC',
|
|
32035
|
+
logo_URIs: {
|
|
32036
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.svg'
|
|
32037
|
+
},
|
|
32038
|
+
type_asset: 'cw20',
|
|
32039
|
+
traces: [{
|
|
32040
|
+
type: 'ibc-cw20',
|
|
32041
|
+
counterparty: {
|
|
32042
|
+
port: 'wasm.bbn16tfcsjcg4trlnj2t4cpdq20q4d7nzusew3ev50scz30mmfzdx8ssgx7eq6',
|
|
32043
|
+
channel_id: 'channel-7',
|
|
32044
|
+
base_denom: 'cw20:bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x',
|
|
32045
|
+
chain_name: 'babylon'
|
|
32046
|
+
},
|
|
32047
|
+
chain: {
|
|
32048
|
+
port: 'transfer',
|
|
32049
|
+
channel_id: 'channel-101979'
|
|
32050
|
+
}
|
|
32051
|
+
}]
|
|
32052
|
+
},
|
|
31911
32053
|
{
|
|
31912
32054
|
description: 'Puppy',
|
|
31913
32055
|
denom_units: [{
|
package/mainnet/sidechain.js
CHANGED
|
@@ -49,14 +49,14 @@ const assets = {
|
|
|
49
49
|
{
|
|
50
50
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
51
51
|
denom_units: [{
|
|
52
|
-
denom: 'ibc/
|
|
52
|
+
denom: 'ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E',
|
|
53
53
|
exponent: 0,
|
|
54
54
|
aliases: ['uatom']
|
|
55
55
|
}, {
|
|
56
56
|
denom: 'atom',
|
|
57
57
|
exponent: 6
|
|
58
58
|
}],
|
|
59
|
-
base: 'ibc/
|
|
59
|
+
base: 'ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E',
|
|
60
60
|
name: 'Cosmos Hub Atom',
|
|
61
61
|
display: 'atom',
|
|
62
62
|
symbol: 'ATOM',
|
|
@@ -80,12 +80,12 @@ const assets = {
|
|
|
80
80
|
traces: [{
|
|
81
81
|
type: 'ibc',
|
|
82
82
|
counterparty: {
|
|
83
|
-
channel_id: 'channel-
|
|
83
|
+
channel_id: 'channel-1352',
|
|
84
84
|
base_denom: 'uatom',
|
|
85
85
|
chain_name: 'cosmoshub'
|
|
86
86
|
},
|
|
87
87
|
chain: {
|
|
88
|
-
channel_id: 'channel-
|
|
88
|
+
channel_id: 'channel-10'
|
|
89
89
|
}
|
|
90
90
|
}]
|
|
91
91
|
},
|
|
@@ -813,14 +813,14 @@ const assets = {
|
|
|
813
813
|
{
|
|
814
814
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
815
815
|
denom_units: [{
|
|
816
|
-
denom: 'ibc/
|
|
816
|
+
denom: 'ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E',
|
|
817
817
|
exponent: 0,
|
|
818
818
|
aliases: ['uatom']
|
|
819
819
|
}, {
|
|
820
820
|
denom: 'atom',
|
|
821
821
|
exponent: 6
|
|
822
822
|
}],
|
|
823
|
-
base: 'ibc/
|
|
823
|
+
base: 'ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E',
|
|
824
824
|
name: 'Cosmos Hub Atom',
|
|
825
825
|
display: 'atom',
|
|
826
826
|
symbol: 'ATOM',
|
|
@@ -844,12 +844,12 @@ const assets = {
|
|
|
844
844
|
traces: [{
|
|
845
845
|
type: 'ibc',
|
|
846
846
|
counterparty: {
|
|
847
|
-
channel_id: 'channel-
|
|
847
|
+
channel_id: 'channel-1352',
|
|
848
848
|
base_denom: 'uatom',
|
|
849
849
|
chain_name: 'cosmoshub'
|
|
850
850
|
},
|
|
851
851
|
chain: {
|
|
852
|
-
channel_id: 'channel-
|
|
852
|
+
channel_id: 'channel-10'
|
|
853
853
|
}
|
|
854
854
|
}]
|
|
855
855
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.193",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.122",
|
|
33
|
+
"chain-registry": "^1.69.193"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.122"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "cd137c955b6d7178dbbd84d82362d760dac38e26"
|
|
47
47
|
}
|