@chain-registry/assets 1.64.60 → 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/axelar.js +80 -0
- package/esm/mainnet/cosmoshub.js +80 -0
- package/esm/mainnet/crescent.js +0 -84
- package/esm/mainnet/gravitybridge.js +80 -0
- package/esm/mainnet/juno.js +0 -84
- package/esm/mainnet/kava.js +80 -0
- package/esm/mainnet/kujira.js +0 -84
- package/esm/mainnet/neutron.js +0 -84
- package/esm/mainnet/noble.js +80 -0
- package/esm/mainnet/osmosis.js +80 -84
- package/esm/mainnet/stride.js +80 -0
- package/esm/mainnet/terra2.js +0 -84
- package/esm/testnet/osmosistestnet.js +8 -8
- package/esm/testnet/osmosistestnet4.js +8 -8
- package/mainnet/axelar.js +80 -0
- package/mainnet/cosmoshub.js +80 -0
- package/mainnet/crescent.js +0 -84
- package/mainnet/gravitybridge.js +80 -0
- package/mainnet/juno.js +0 -84
- package/mainnet/kava.js +80 -0
- package/mainnet/kujira.js +0 -84
- package/mainnet/neutron.js +0 -84
- package/mainnet/noble.js +80 -0
- package/mainnet/osmosis.js +80 -84
- package/mainnet/stride.js +80 -0
- package/mainnet/terra2.js +0 -84
- package/package.json +5 -5
- package/testnet/osmosistestnet.js +8 -8
- package/testnet/osmosistestnet4.js +8 -8
package/mainnet/neutron.js
CHANGED
|
@@ -893,48 +893,6 @@ const assets = {
|
|
|
893
893
|
}
|
|
894
894
|
}]
|
|
895
895
|
},
|
|
896
|
-
{
|
|
897
|
-
description: 'Mars protocol token',
|
|
898
|
-
denom_units: [{
|
|
899
|
-
denom: 'ibc/9598CDEB7C6DB7FC21E746C8E0250B30CD5154F39CA111A9D4948A4362F638BD',
|
|
900
|
-
exponent: 0,
|
|
901
|
-
aliases: ['umars']
|
|
902
|
-
}, {
|
|
903
|
-
denom: 'mars',
|
|
904
|
-
exponent: 6
|
|
905
|
-
}],
|
|
906
|
-
base: 'ibc/9598CDEB7C6DB7FC21E746C8E0250B30CD5154F39CA111A9D4948A4362F638BD',
|
|
907
|
-
name: 'Mars',
|
|
908
|
-
display: 'mars',
|
|
909
|
-
symbol: 'MARS',
|
|
910
|
-
logo_URIs: {
|
|
911
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
912
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
913
|
-
},
|
|
914
|
-
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
|
|
915
|
-
images: [{
|
|
916
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
917
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg',
|
|
918
|
-
theme: {
|
|
919
|
-
primary_color_hex: '#d43c3f'
|
|
920
|
-
}
|
|
921
|
-
}],
|
|
922
|
-
socials: {
|
|
923
|
-
website: 'https://www.marsprotocol.io/',
|
|
924
|
-
twitter: 'https://twitter.com/mars_protocol'
|
|
925
|
-
},
|
|
926
|
-
traces: [{
|
|
927
|
-
type: 'ibc',
|
|
928
|
-
counterparty: {
|
|
929
|
-
channel_id: 'channel-37',
|
|
930
|
-
base_denom: 'umars',
|
|
931
|
-
chain_name: 'mars'
|
|
932
|
-
},
|
|
933
|
-
chain: {
|
|
934
|
-
channel_id: 'channel-16'
|
|
935
|
-
}
|
|
936
|
-
}]
|
|
937
|
-
},
|
|
938
896
|
{
|
|
939
897
|
description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
|
|
940
898
|
denom_units: [
|
|
@@ -1825,48 +1783,6 @@ const assets = {
|
|
|
1825
1783
|
}
|
|
1826
1784
|
}]
|
|
1827
1785
|
},
|
|
1828
|
-
{
|
|
1829
|
-
description: 'Mars protocol token',
|
|
1830
|
-
denom_units: [{
|
|
1831
|
-
denom: 'ibc/9598CDEB7C6DB7FC21E746C8E0250B30CD5154F39CA111A9D4948A4362F638BD',
|
|
1832
|
-
exponent: 0,
|
|
1833
|
-
aliases: ['umars']
|
|
1834
|
-
}, {
|
|
1835
|
-
denom: 'mars',
|
|
1836
|
-
exponent: 6
|
|
1837
|
-
}],
|
|
1838
|
-
base: 'ibc/9598CDEB7C6DB7FC21E746C8E0250B30CD5154F39CA111A9D4948A4362F638BD',
|
|
1839
|
-
name: 'Mars',
|
|
1840
|
-
display: 'mars',
|
|
1841
|
-
symbol: 'MARS',
|
|
1842
|
-
logo_URIs: {
|
|
1843
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
1844
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
1845
|
-
},
|
|
1846
|
-
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
|
|
1847
|
-
images: [{
|
|
1848
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
1849
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg',
|
|
1850
|
-
theme: {
|
|
1851
|
-
primary_color_hex: '#d43c3f'
|
|
1852
|
-
}
|
|
1853
|
-
}],
|
|
1854
|
-
socials: {
|
|
1855
|
-
website: 'https://www.marsprotocol.io/',
|
|
1856
|
-
twitter: 'https://twitter.com/mars_protocol'
|
|
1857
|
-
},
|
|
1858
|
-
traces: [{
|
|
1859
|
-
type: 'ibc',
|
|
1860
|
-
counterparty: {
|
|
1861
|
-
channel_id: 'channel-37',
|
|
1862
|
-
base_denom: 'umars',
|
|
1863
|
-
chain_name: 'mars'
|
|
1864
|
-
},
|
|
1865
|
-
chain: {
|
|
1866
|
-
channel_id: 'channel-16'
|
|
1867
|
-
}
|
|
1868
|
-
}]
|
|
1869
|
-
},
|
|
1870
1786
|
{
|
|
1871
1787
|
description: 'The permissioned staking asset for Noble Chain',
|
|
1872
1788
|
denom_units: [{
|
package/mainnet/noble.js
CHANGED
|
@@ -669,6 +669,46 @@ const assets = {
|
|
|
669
669
|
}
|
|
670
670
|
}]
|
|
671
671
|
},
|
|
672
|
+
{
|
|
673
|
+
description: 'Deenar gold-backed stablecoin',
|
|
674
|
+
denom_units: [{
|
|
675
|
+
denom: 'ibc/55EEB5EF5A085FF51ED02705A0C3224E2FFC40141A9A85BA5BF25EE53D3BD550',
|
|
676
|
+
exponent: 0,
|
|
677
|
+
aliases: ['erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE']
|
|
678
|
+
}, {
|
|
679
|
+
denom: 'DEEN',
|
|
680
|
+
exponent: 6
|
|
681
|
+
}],
|
|
682
|
+
base: 'ibc/55EEB5EF5A085FF51ED02705A0C3224E2FFC40141A9A85BA5BF25EE53D3BD550',
|
|
683
|
+
name: 'Deenar',
|
|
684
|
+
display: 'DEEN',
|
|
685
|
+
address: '0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
686
|
+
symbol: 'DEEN',
|
|
687
|
+
type_asset: 'erc20',
|
|
688
|
+
traces: [{
|
|
689
|
+
type: 'ibc',
|
|
690
|
+
counterparty: {
|
|
691
|
+
channel_id: 'channel-4',
|
|
692
|
+
base_denom: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
693
|
+
chain_name: 'haqq'
|
|
694
|
+
},
|
|
695
|
+
chain: {
|
|
696
|
+
channel_id: 'channel-32'
|
|
697
|
+
}
|
|
698
|
+
}],
|
|
699
|
+
logo_URIs: {
|
|
700
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
701
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
702
|
+
},
|
|
703
|
+
images: [{
|
|
704
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
705
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
|
|
706
|
+
theme: {
|
|
707
|
+
primary_color_hex: '#ffbc05',
|
|
708
|
+
circle: true
|
|
709
|
+
}
|
|
710
|
+
}]
|
|
711
|
+
},
|
|
672
712
|
{
|
|
673
713
|
description: 'The native token of IXO Chain',
|
|
674
714
|
denom_units: [{
|
|
@@ -2297,6 +2337,46 @@ const assets = {
|
|
|
2297
2337
|
}
|
|
2298
2338
|
}]
|
|
2299
2339
|
},
|
|
2340
|
+
{
|
|
2341
|
+
description: 'Deenar gold-backed stablecoin',
|
|
2342
|
+
denom_units: [{
|
|
2343
|
+
denom: 'ibc/55EEB5EF5A085FF51ED02705A0C3224E2FFC40141A9A85BA5BF25EE53D3BD550',
|
|
2344
|
+
exponent: 0,
|
|
2345
|
+
aliases: ['erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE']
|
|
2346
|
+
}, {
|
|
2347
|
+
denom: 'DEEN',
|
|
2348
|
+
exponent: 6
|
|
2349
|
+
}],
|
|
2350
|
+
base: 'ibc/55EEB5EF5A085FF51ED02705A0C3224E2FFC40141A9A85BA5BF25EE53D3BD550',
|
|
2351
|
+
name: 'Deenar',
|
|
2352
|
+
display: 'DEEN',
|
|
2353
|
+
address: '0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
2354
|
+
symbol: 'DEEN',
|
|
2355
|
+
type_asset: 'erc20',
|
|
2356
|
+
traces: [{
|
|
2357
|
+
type: 'ibc',
|
|
2358
|
+
counterparty: {
|
|
2359
|
+
channel_id: 'channel-4',
|
|
2360
|
+
base_denom: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
2361
|
+
chain_name: 'haqq'
|
|
2362
|
+
},
|
|
2363
|
+
chain: {
|
|
2364
|
+
channel_id: 'channel-32'
|
|
2365
|
+
}
|
|
2366
|
+
}],
|
|
2367
|
+
logo_URIs: {
|
|
2368
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
2369
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
2370
|
+
},
|
|
2371
|
+
images: [{
|
|
2372
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
2373
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
|
|
2374
|
+
theme: {
|
|
2375
|
+
primary_color_hex: '#ffbc05',
|
|
2376
|
+
circle: true
|
|
2377
|
+
}
|
|
2378
|
+
}]
|
|
2379
|
+
},
|
|
2300
2380
|
{
|
|
2301
2381
|
description: 'The native token of IXO Chain',
|
|
2302
2382
|
denom_units: [{
|
package/mainnet/osmosis.js
CHANGED
|
@@ -3037,6 +3037,46 @@ const assets = {
|
|
|
3037
3037
|
}
|
|
3038
3038
|
}]
|
|
3039
3039
|
},
|
|
3040
|
+
{
|
|
3041
|
+
description: 'Deenar gold-backed stablecoin',
|
|
3042
|
+
denom_units: [{
|
|
3043
|
+
denom: 'ibc/108604FDBE97DAEF128FD4ECFEB2A8AFC2D04A7162C97EAA2FD5BCB0869D0BBC',
|
|
3044
|
+
exponent: 0,
|
|
3045
|
+
aliases: ['erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE']
|
|
3046
|
+
}, {
|
|
3047
|
+
denom: 'DEEN',
|
|
3048
|
+
exponent: 6
|
|
3049
|
+
}],
|
|
3050
|
+
base: 'ibc/108604FDBE97DAEF128FD4ECFEB2A8AFC2D04A7162C97EAA2FD5BCB0869D0BBC',
|
|
3051
|
+
name: 'Deenar',
|
|
3052
|
+
display: 'DEEN',
|
|
3053
|
+
address: '0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
3054
|
+
symbol: 'DEEN',
|
|
3055
|
+
type_asset: 'erc20',
|
|
3056
|
+
traces: [{
|
|
3057
|
+
type: 'ibc',
|
|
3058
|
+
counterparty: {
|
|
3059
|
+
channel_id: 'channel-2',
|
|
3060
|
+
base_denom: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
3061
|
+
chain_name: 'haqq'
|
|
3062
|
+
},
|
|
3063
|
+
chain: {
|
|
3064
|
+
channel_id: 'channel-1575'
|
|
3065
|
+
}
|
|
3066
|
+
}],
|
|
3067
|
+
logo_URIs: {
|
|
3068
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
3069
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
3070
|
+
},
|
|
3071
|
+
images: [{
|
|
3072
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
3073
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
|
|
3074
|
+
theme: {
|
|
3075
|
+
primary_color_hex: '#ffbc05',
|
|
3076
|
+
circle: true
|
|
3077
|
+
}
|
|
3078
|
+
}]
|
|
3079
|
+
},
|
|
3040
3080
|
{
|
|
3041
3081
|
description: 'The native staking and governance token of Humans.ai.',
|
|
3042
3082
|
denom_units: [{
|
|
@@ -4139,48 +4179,6 @@ const assets = {
|
|
|
4139
4179
|
}
|
|
4140
4180
|
}]
|
|
4141
4181
|
},
|
|
4142
|
-
{
|
|
4143
|
-
description: 'Mars protocol token',
|
|
4144
|
-
denom_units: [{
|
|
4145
|
-
denom: 'ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580',
|
|
4146
|
-
exponent: 0,
|
|
4147
|
-
aliases: ['umars']
|
|
4148
|
-
}, {
|
|
4149
|
-
denom: 'mars',
|
|
4150
|
-
exponent: 6
|
|
4151
|
-
}],
|
|
4152
|
-
base: 'ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580',
|
|
4153
|
-
name: 'Mars',
|
|
4154
|
-
display: 'mars',
|
|
4155
|
-
symbol: 'MARS',
|
|
4156
|
-
logo_URIs: {
|
|
4157
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
4158
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
4159
|
-
},
|
|
4160
|
-
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
|
|
4161
|
-
images: [{
|
|
4162
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
4163
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg',
|
|
4164
|
-
theme: {
|
|
4165
|
-
primary_color_hex: '#d43c3f'
|
|
4166
|
-
}
|
|
4167
|
-
}],
|
|
4168
|
-
socials: {
|
|
4169
|
-
website: 'https://www.marsprotocol.io/',
|
|
4170
|
-
twitter: 'https://twitter.com/mars_protocol'
|
|
4171
|
-
},
|
|
4172
|
-
traces: [{
|
|
4173
|
-
type: 'ibc',
|
|
4174
|
-
counterparty: {
|
|
4175
|
-
channel_id: 'channel-1',
|
|
4176
|
-
base_denom: 'umars',
|
|
4177
|
-
chain_name: 'mars'
|
|
4178
|
-
},
|
|
4179
|
-
chain: {
|
|
4180
|
-
channel_id: 'channel-557'
|
|
4181
|
-
}
|
|
4182
|
-
}]
|
|
4183
|
-
},
|
|
4184
4182
|
{
|
|
4185
4183
|
description: 'The native token of Medas Digital Network',
|
|
4186
4184
|
denom_units: [{
|
|
@@ -8286,6 +8284,46 @@ const assets = {
|
|
|
8286
8284
|
}
|
|
8287
8285
|
}]
|
|
8288
8286
|
},
|
|
8287
|
+
{
|
|
8288
|
+
description: 'Deenar gold-backed stablecoin',
|
|
8289
|
+
denom_units: [{
|
|
8290
|
+
denom: 'ibc/108604FDBE97DAEF128FD4ECFEB2A8AFC2D04A7162C97EAA2FD5BCB0869D0BBC',
|
|
8291
|
+
exponent: 0,
|
|
8292
|
+
aliases: ['erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE']
|
|
8293
|
+
}, {
|
|
8294
|
+
denom: 'DEEN',
|
|
8295
|
+
exponent: 6
|
|
8296
|
+
}],
|
|
8297
|
+
base: 'ibc/108604FDBE97DAEF128FD4ECFEB2A8AFC2D04A7162C97EAA2FD5BCB0869D0BBC',
|
|
8298
|
+
name: 'Deenar',
|
|
8299
|
+
display: 'DEEN',
|
|
8300
|
+
address: '0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
8301
|
+
symbol: 'DEEN',
|
|
8302
|
+
type_asset: 'erc20',
|
|
8303
|
+
traces: [{
|
|
8304
|
+
type: 'ibc',
|
|
8305
|
+
counterparty: {
|
|
8306
|
+
channel_id: 'channel-2',
|
|
8307
|
+
base_denom: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
8308
|
+
chain_name: 'haqq'
|
|
8309
|
+
},
|
|
8310
|
+
chain: {
|
|
8311
|
+
channel_id: 'channel-1575'
|
|
8312
|
+
}
|
|
8313
|
+
}],
|
|
8314
|
+
logo_URIs: {
|
|
8315
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
8316
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
8317
|
+
},
|
|
8318
|
+
images: [{
|
|
8319
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
8320
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
|
|
8321
|
+
theme: {
|
|
8322
|
+
primary_color_hex: '#ffbc05',
|
|
8323
|
+
circle: true
|
|
8324
|
+
}
|
|
8325
|
+
}]
|
|
8326
|
+
},
|
|
8289
8327
|
{
|
|
8290
8328
|
description: 'The native staking and governance token of Humans.ai.',
|
|
8291
8329
|
denom_units: [{
|
|
@@ -9388,48 +9426,6 @@ const assets = {
|
|
|
9388
9426
|
}
|
|
9389
9427
|
}]
|
|
9390
9428
|
},
|
|
9391
|
-
{
|
|
9392
|
-
description: 'Mars protocol token',
|
|
9393
|
-
denom_units: [{
|
|
9394
|
-
denom: 'ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580',
|
|
9395
|
-
exponent: 0,
|
|
9396
|
-
aliases: ['umars']
|
|
9397
|
-
}, {
|
|
9398
|
-
denom: 'mars',
|
|
9399
|
-
exponent: 6
|
|
9400
|
-
}],
|
|
9401
|
-
base: 'ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580',
|
|
9402
|
-
name: 'Mars',
|
|
9403
|
-
display: 'mars',
|
|
9404
|
-
symbol: 'MARS',
|
|
9405
|
-
logo_URIs: {
|
|
9406
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
9407
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
9408
|
-
},
|
|
9409
|
-
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
|
|
9410
|
-
images: [{
|
|
9411
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
9412
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg',
|
|
9413
|
-
theme: {
|
|
9414
|
-
primary_color_hex: '#d43c3f'
|
|
9415
|
-
}
|
|
9416
|
-
}],
|
|
9417
|
-
socials: {
|
|
9418
|
-
website: 'https://www.marsprotocol.io/',
|
|
9419
|
-
twitter: 'https://twitter.com/mars_protocol'
|
|
9420
|
-
},
|
|
9421
|
-
traces: [{
|
|
9422
|
-
type: 'ibc',
|
|
9423
|
-
counterparty: {
|
|
9424
|
-
channel_id: 'channel-1',
|
|
9425
|
-
base_denom: 'umars',
|
|
9426
|
-
chain_name: 'mars'
|
|
9427
|
-
},
|
|
9428
|
-
chain: {
|
|
9429
|
-
channel_id: 'channel-557'
|
|
9430
|
-
}
|
|
9431
|
-
}]
|
|
9432
|
-
},
|
|
9433
9429
|
{
|
|
9434
9430
|
description: 'The native token of Medas Digital Network',
|
|
9435
9431
|
denom_units: [{
|
package/mainnet/stride.js
CHANGED
|
@@ -969,6 +969,46 @@ const assets = {
|
|
|
969
969
|
}
|
|
970
970
|
}]
|
|
971
971
|
},
|
|
972
|
+
{
|
|
973
|
+
description: 'Deenar gold-backed stablecoin',
|
|
974
|
+
denom_units: [{
|
|
975
|
+
denom: 'ibc/3973C5943C3BA56C227AAF71D072DB915FA53FBDD2D5CA648E44D3FD234922BA',
|
|
976
|
+
exponent: 0,
|
|
977
|
+
aliases: ['erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE']
|
|
978
|
+
}, {
|
|
979
|
+
denom: 'DEEN',
|
|
980
|
+
exponent: 6
|
|
981
|
+
}],
|
|
982
|
+
base: 'ibc/3973C5943C3BA56C227AAF71D072DB915FA53FBDD2D5CA648E44D3FD234922BA',
|
|
983
|
+
name: 'Deenar',
|
|
984
|
+
display: 'DEEN',
|
|
985
|
+
address: '0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
986
|
+
symbol: 'DEEN',
|
|
987
|
+
type_asset: 'erc20',
|
|
988
|
+
traces: [{
|
|
989
|
+
type: 'ibc',
|
|
990
|
+
counterparty: {
|
|
991
|
+
channel_id: 'channel-7',
|
|
992
|
+
base_denom: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
993
|
+
chain_name: 'haqq'
|
|
994
|
+
},
|
|
995
|
+
chain: {
|
|
996
|
+
channel_id: 'channel-240'
|
|
997
|
+
}
|
|
998
|
+
}],
|
|
999
|
+
logo_URIs: {
|
|
1000
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
1001
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
1002
|
+
},
|
|
1003
|
+
images: [{
|
|
1004
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
1005
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
|
|
1006
|
+
theme: {
|
|
1007
|
+
primary_color_hex: '#ffbc05',
|
|
1008
|
+
circle: true
|
|
1009
|
+
}
|
|
1010
|
+
}]
|
|
1011
|
+
},
|
|
972
1012
|
{
|
|
973
1013
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
974
1014
|
denom_units: [{
|
|
@@ -2900,6 +2940,46 @@ const assets = {
|
|
|
2900
2940
|
}
|
|
2901
2941
|
}]
|
|
2902
2942
|
},
|
|
2943
|
+
{
|
|
2944
|
+
description: 'Deenar gold-backed stablecoin',
|
|
2945
|
+
denom_units: [{
|
|
2946
|
+
denom: 'ibc/3973C5943C3BA56C227AAF71D072DB915FA53FBDD2D5CA648E44D3FD234922BA',
|
|
2947
|
+
exponent: 0,
|
|
2948
|
+
aliases: ['erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE']
|
|
2949
|
+
}, {
|
|
2950
|
+
denom: 'DEEN',
|
|
2951
|
+
exponent: 6
|
|
2952
|
+
}],
|
|
2953
|
+
base: 'ibc/3973C5943C3BA56C227AAF71D072DB915FA53FBDD2D5CA648E44D3FD234922BA',
|
|
2954
|
+
name: 'Deenar',
|
|
2955
|
+
display: 'DEEN',
|
|
2956
|
+
address: '0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
2957
|
+
symbol: 'DEEN',
|
|
2958
|
+
type_asset: 'erc20',
|
|
2959
|
+
traces: [{
|
|
2960
|
+
type: 'ibc',
|
|
2961
|
+
counterparty: {
|
|
2962
|
+
channel_id: 'channel-7',
|
|
2963
|
+
base_denom: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
|
|
2964
|
+
chain_name: 'haqq'
|
|
2965
|
+
},
|
|
2966
|
+
chain: {
|
|
2967
|
+
channel_id: 'channel-240'
|
|
2968
|
+
}
|
|
2969
|
+
}],
|
|
2970
|
+
logo_URIs: {
|
|
2971
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
2972
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
2973
|
+
},
|
|
2974
|
+
images: [{
|
|
2975
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
2976
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
|
|
2977
|
+
theme: {
|
|
2978
|
+
primary_color_hex: '#ffbc05',
|
|
2979
|
+
circle: true
|
|
2980
|
+
}
|
|
2981
|
+
}]
|
|
2982
|
+
},
|
|
2903
2983
|
{
|
|
2904
2984
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
2905
2985
|
denom_units: [{
|
package/mainnet/terra2.js
CHANGED
|
@@ -1437,48 +1437,6 @@ const assets = {
|
|
|
1437
1437
|
}
|
|
1438
1438
|
}]
|
|
1439
1439
|
},
|
|
1440
|
-
{
|
|
1441
|
-
description: 'Mars protocol token',
|
|
1442
|
-
denom_units: [{
|
|
1443
|
-
denom: 'ibc/2C50C2CC304FAE4C87868ED4B4279F8BF769F10CCFFD3154B6101C61E57AA498',
|
|
1444
|
-
exponent: 0,
|
|
1445
|
-
aliases: ['umars']
|
|
1446
|
-
}, {
|
|
1447
|
-
denom: 'mars',
|
|
1448
|
-
exponent: 6
|
|
1449
|
-
}],
|
|
1450
|
-
base: 'ibc/2C50C2CC304FAE4C87868ED4B4279F8BF769F10CCFFD3154B6101C61E57AA498',
|
|
1451
|
-
name: 'Mars',
|
|
1452
|
-
display: 'mars',
|
|
1453
|
-
symbol: 'MARS',
|
|
1454
|
-
logo_URIs: {
|
|
1455
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
1456
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
1457
|
-
},
|
|
1458
|
-
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
|
|
1459
|
-
images: [{
|
|
1460
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
1461
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg',
|
|
1462
|
-
theme: {
|
|
1463
|
-
primary_color_hex: '#d43c3f'
|
|
1464
|
-
}
|
|
1465
|
-
}],
|
|
1466
|
-
socials: {
|
|
1467
|
-
website: 'https://www.marsprotocol.io/',
|
|
1468
|
-
twitter: 'https://twitter.com/mars_protocol'
|
|
1469
|
-
},
|
|
1470
|
-
traces: [{
|
|
1471
|
-
type: 'ibc',
|
|
1472
|
-
counterparty: {
|
|
1473
|
-
channel_id: 'channel-2',
|
|
1474
|
-
base_denom: 'umars',
|
|
1475
|
-
chain_name: 'mars'
|
|
1476
|
-
},
|
|
1477
|
-
chain: {
|
|
1478
|
-
channel_id: 'channel-78'
|
|
1479
|
-
}
|
|
1480
|
-
}]
|
|
1481
|
-
},
|
|
1482
1440
|
{
|
|
1483
1441
|
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
1484
1442
|
denom_units: [{
|
|
@@ -4560,48 +4518,6 @@ const assets = {
|
|
|
4560
4518
|
}
|
|
4561
4519
|
}]
|
|
4562
4520
|
},
|
|
4563
|
-
{
|
|
4564
|
-
description: 'Mars protocol token',
|
|
4565
|
-
denom_units: [{
|
|
4566
|
-
denom: 'ibc/2C50C2CC304FAE4C87868ED4B4279F8BF769F10CCFFD3154B6101C61E57AA498',
|
|
4567
|
-
exponent: 0,
|
|
4568
|
-
aliases: ['umars']
|
|
4569
|
-
}, {
|
|
4570
|
-
denom: 'mars',
|
|
4571
|
-
exponent: 6
|
|
4572
|
-
}],
|
|
4573
|
-
base: 'ibc/2C50C2CC304FAE4C87868ED4B4279F8BF769F10CCFFD3154B6101C61E57AA498',
|
|
4574
|
-
name: 'Mars',
|
|
4575
|
-
display: 'mars',
|
|
4576
|
-
symbol: 'MARS',
|
|
4577
|
-
logo_URIs: {
|
|
4578
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
4579
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
4580
|
-
},
|
|
4581
|
-
coingecko_id: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
|
|
4582
|
-
images: [{
|
|
4583
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
4584
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg',
|
|
4585
|
-
theme: {
|
|
4586
|
-
primary_color_hex: '#d43c3f'
|
|
4587
|
-
}
|
|
4588
|
-
}],
|
|
4589
|
-
socials: {
|
|
4590
|
-
website: 'https://www.marsprotocol.io/',
|
|
4591
|
-
twitter: 'https://twitter.com/mars_protocol'
|
|
4592
|
-
},
|
|
4593
|
-
traces: [{
|
|
4594
|
-
type: 'ibc',
|
|
4595
|
-
counterparty: {
|
|
4596
|
-
channel_id: 'channel-2',
|
|
4597
|
-
base_denom: 'umars',
|
|
4598
|
-
chain_name: 'mars'
|
|
4599
|
-
},
|
|
4600
|
-
chain: {
|
|
4601
|
-
channel_id: 'channel-78'
|
|
4602
|
-
}
|
|
4603
|
-
}]
|
|
4604
|
-
},
|
|
4605
4521
|
{
|
|
4606
4522
|
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
4607
4523
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.62",
|
|
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.52",
|
|
33
|
+
"chain-registry": "^1.63.62"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.52"
|
|
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": "b6e4d920c7f6348537309062205bebca683d1737"
|
|
47
47
|
}
|
|
@@ -504,12 +504,12 @@ const assets = {
|
|
|
504
504
|
display: 'mars',
|
|
505
505
|
symbol: 'MARS',
|
|
506
506
|
logo_URIs: {
|
|
507
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
508
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
507
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
508
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
|
|
509
509
|
},
|
|
510
510
|
images: [{
|
|
511
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
512
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
511
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
512
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
|
|
513
513
|
}],
|
|
514
514
|
traces: [{
|
|
515
515
|
type: 'ibc',
|
|
@@ -1178,12 +1178,12 @@ const assets = {
|
|
|
1178
1178
|
display: 'mars',
|
|
1179
1179
|
symbol: 'MARS',
|
|
1180
1180
|
logo_URIs: {
|
|
1181
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1182
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1181
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
1182
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
|
|
1183
1183
|
},
|
|
1184
1184
|
images: [{
|
|
1185
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1186
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1185
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png',
|
|
1186
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg'
|
|
1187
1187
|
}],
|
|
1188
1188
|
traces: [{
|
|
1189
1189
|
type: 'ibc',
|