@chain-registry/assets 1.64.61 → 1.64.62
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/crescent.js +0 -84
- package/esm/mainnet/juno.js +0 -84
- package/esm/mainnet/kujira.js +0 -84
- package/esm/mainnet/neutron.js +0 -84
- package/esm/mainnet/osmosis.js +0 -84
- package/esm/mainnet/terra2.js +0 -84
- package/esm/testnet/osmosistestnet.js +8 -8
- package/esm/testnet/osmosistestnet4.js +8 -8
- package/mainnet/crescent.js +0 -84
- package/mainnet/juno.js +0 -84
- package/mainnet/kujira.js +0 -84
- package/mainnet/neutron.js +0 -84
- package/mainnet/osmosis.js +0 -84
- package/mainnet/terra2.js +0 -84
- package/package.json +5 -5
- package/testnet/osmosistestnet.js +8 -8
- package/testnet/osmosistestnet4.js +8 -8
|
@@ -88,12 +88,12 @@ const assets = {
|
|
|
88
88
|
display: 'mars',
|
|
89
89
|
symbol: 'MARS',
|
|
90
90
|
logo_URIs: {
|
|
91
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
92
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
91
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
92
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
|
|
93
93
|
},
|
|
94
94
|
images: [{
|
|
95
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
96
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
95
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
96
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
|
|
97
97
|
}],
|
|
98
98
|
traces: [{
|
|
99
99
|
type: 'ibc',
|
|
@@ -278,12 +278,12 @@ const assets = {
|
|
|
278
278
|
display: 'mars',
|
|
279
279
|
symbol: 'MARS',
|
|
280
280
|
logo_URIs: {
|
|
281
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
282
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
281
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
282
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
|
|
283
283
|
},
|
|
284
284
|
images: [{
|
|
285
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
286
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
285
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
286
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
|
|
287
287
|
}],
|
|
288
288
|
traces: [{
|
|
289
289
|
type: 'ibc',
|