@chain-registry/assets 1.64.71 → 1.64.73
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/noble.js +1094 -0
- package/esm/mainnet/osmosis.js +2 -2
- package/esm/mainnet/secretnetwork.js +2203 -1109
- package/esm/testnet/cosmoshubtestnet.js +68 -0
- package/esm/testnet/symphonytestnet.js +68 -0
- package/index.d.ts +1 -1
- package/mainnet/noble.js +1094 -0
- package/mainnet/osmosis.js +2 -2
- package/mainnet/secretnetwork.js +2203 -1109
- package/package.json +5 -5
- package/testnet/cosmoshubtestnet.js +68 -0
- package/testnet/symphonytestnet.js +68 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.73",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.46.
|
|
33
|
-
"chain-registry": "^1.63.
|
|
32
|
+
"@chain-registry/utils": "^1.46.59",
|
|
33
|
+
"chain-registry": "^1.63.73"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.59"
|
|
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": "5a832e76c1e77ca73fda7fcaa1cc06998cae82ed"
|
|
47
47
|
}
|
|
@@ -119,6 +119,40 @@ const assets = {
|
|
|
119
119
|
}
|
|
120
120
|
}]
|
|
121
121
|
},
|
|
122
|
+
{
|
|
123
|
+
description: 'The native token of Symphony',
|
|
124
|
+
denom_units: [{
|
|
125
|
+
denom: 'ibc/29F9192793460930B74C23C049BAB4EA0F0F7CFFAAB68AE049716078D31A1022',
|
|
126
|
+
exponent: 0,
|
|
127
|
+
aliases: ['note']
|
|
128
|
+
}, {
|
|
129
|
+
denom: 'mld',
|
|
130
|
+
exponent: 6,
|
|
131
|
+
aliases: ['melody']
|
|
132
|
+
}],
|
|
133
|
+
type_asset: 'sdk.coin',
|
|
134
|
+
base: 'ibc/29F9192793460930B74C23C049BAB4EA0F0F7CFFAAB68AE049716078D31A1022',
|
|
135
|
+
name: 'Melody',
|
|
136
|
+
display: 'mld',
|
|
137
|
+
symbol: 'MLD',
|
|
138
|
+
logo_URIs: {
|
|
139
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
|
|
140
|
+
},
|
|
141
|
+
images: [{
|
|
142
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
|
|
143
|
+
}],
|
|
144
|
+
traces: [{
|
|
145
|
+
type: 'ibc',
|
|
146
|
+
counterparty: {
|
|
147
|
+
channel_id: 'channel-7',
|
|
148
|
+
base_denom: 'note',
|
|
149
|
+
chain_name: 'symphonytestnet'
|
|
150
|
+
},
|
|
151
|
+
chain: {
|
|
152
|
+
channel_id: 'channel-4300'
|
|
153
|
+
}
|
|
154
|
+
}]
|
|
155
|
+
},
|
|
122
156
|
{
|
|
123
157
|
denom_units: [{
|
|
124
158
|
denom: 'ibc/0171A118CC803DBD96B62593C957A8D663961DFE8E9E15AD47C252F6BB3CF308',
|
|
@@ -838,6 +872,40 @@ const assets = {
|
|
|
838
872
|
}
|
|
839
873
|
}]
|
|
840
874
|
},
|
|
875
|
+
{
|
|
876
|
+
description: 'The native token of Symphony',
|
|
877
|
+
denom_units: [{
|
|
878
|
+
denom: 'ibc/29F9192793460930B74C23C049BAB4EA0F0F7CFFAAB68AE049716078D31A1022',
|
|
879
|
+
exponent: 0,
|
|
880
|
+
aliases: ['note']
|
|
881
|
+
}, {
|
|
882
|
+
denom: 'mld',
|
|
883
|
+
exponent: 6,
|
|
884
|
+
aliases: ['melody']
|
|
885
|
+
}],
|
|
886
|
+
type_asset: 'sdk.coin',
|
|
887
|
+
base: 'ibc/29F9192793460930B74C23C049BAB4EA0F0F7CFFAAB68AE049716078D31A1022',
|
|
888
|
+
name: 'Melody',
|
|
889
|
+
display: 'mld',
|
|
890
|
+
symbol: 'MLD',
|
|
891
|
+
logo_URIs: {
|
|
892
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
|
|
893
|
+
},
|
|
894
|
+
images: [{
|
|
895
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
|
|
896
|
+
}],
|
|
897
|
+
traces: [{
|
|
898
|
+
type: 'ibc',
|
|
899
|
+
counterparty: {
|
|
900
|
+
channel_id: 'channel-7',
|
|
901
|
+
base_denom: 'note',
|
|
902
|
+
chain_name: 'symphonytestnet'
|
|
903
|
+
},
|
|
904
|
+
chain: {
|
|
905
|
+
channel_id: 'channel-4300'
|
|
906
|
+
}
|
|
907
|
+
}]
|
|
908
|
+
},
|
|
841
909
|
{
|
|
842
910
|
description: 'The native token of the Titan network.',
|
|
843
911
|
denom_units: [
|
|
@@ -3,6 +3,40 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'symphonytestnet',
|
|
5
5
|
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/25418646C017D377ADF3202FF1E43590D0DAE3346E594E8D78176A139A928F88',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uatom']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'atom',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/25418646C017D377ADF3202FF1E43590D0DAE3346E594E8D78176A139A928F88',
|
|
17
|
+
name: 'Cosmos',
|
|
18
|
+
display: 'atom',
|
|
19
|
+
symbol: 'ATOM',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
23
|
+
},
|
|
24
|
+
images: [{
|
|
25
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
26
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
27
|
+
}],
|
|
28
|
+
traces: [{
|
|
29
|
+
type: 'ibc',
|
|
30
|
+
counterparty: {
|
|
31
|
+
channel_id: 'channel-4300',
|
|
32
|
+
base_denom: 'uatom',
|
|
33
|
+
chain_name: 'cosmoshubtestnet'
|
|
34
|
+
},
|
|
35
|
+
chain: {
|
|
36
|
+
channel_id: 'channel-7'
|
|
37
|
+
}
|
|
38
|
+
}]
|
|
39
|
+
},
|
|
6
40
|
{
|
|
7
41
|
description: 'The native token of Osmosis',
|
|
8
42
|
denom_units: [{
|
|
@@ -110,6 +144,40 @@ const assets = {
|
|
|
110
144
|
}
|
|
111
145
|
}]
|
|
112
146
|
},
|
|
147
|
+
{
|
|
148
|
+
description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
|
|
149
|
+
denom_units: [{
|
|
150
|
+
denom: 'ibc/25418646C017D377ADF3202FF1E43590D0DAE3346E594E8D78176A139A928F88',
|
|
151
|
+
exponent: 0,
|
|
152
|
+
aliases: ['uatom']
|
|
153
|
+
}, {
|
|
154
|
+
denom: 'atom',
|
|
155
|
+
exponent: 6
|
|
156
|
+
}],
|
|
157
|
+
base: 'ibc/25418646C017D377ADF3202FF1E43590D0DAE3346E594E8D78176A139A928F88',
|
|
158
|
+
name: 'Cosmos',
|
|
159
|
+
display: 'atom',
|
|
160
|
+
symbol: 'ATOM',
|
|
161
|
+
logo_URIs: {
|
|
162
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
163
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
164
|
+
},
|
|
165
|
+
images: [{
|
|
166
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
167
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
168
|
+
}],
|
|
169
|
+
traces: [{
|
|
170
|
+
type: 'ibc',
|
|
171
|
+
counterparty: {
|
|
172
|
+
channel_id: 'channel-4300',
|
|
173
|
+
base_denom: 'uatom',
|
|
174
|
+
chain_name: 'cosmoshubtestnet'
|
|
175
|
+
},
|
|
176
|
+
chain: {
|
|
177
|
+
channel_id: 'channel-7'
|
|
178
|
+
}
|
|
179
|
+
}]
|
|
180
|
+
},
|
|
113
181
|
{
|
|
114
182
|
description: 'The native token of Osmosis',
|
|
115
183
|
denom_units: [{
|