@chain-registry/assets 1.70.387 → 1.70.389
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/agoric.js +4 -8
- package/esm/mainnet/akash.js +4 -10
- package/esm/mainnet/andromeda.js +4 -8
- package/esm/mainnet/archway.js +4 -8
- package/esm/mainnet/axelar.js +48 -98
- package/esm/mainnet/babylon.js +0 -2
- package/esm/mainnet/celestia.js +44 -90
- package/esm/mainnet/cheqd.js +4 -8
- package/esm/mainnet/chihuahua.js +4 -8
- package/esm/mainnet/comdex.js +4 -8
- package/esm/mainnet/composable.js +8 -12
- package/esm/mainnet/coreum.js +4 -8
- package/esm/mainnet/cosmoshub.js +68 -138
- package/esm/mainnet/crescent.js +4 -8
- package/esm/mainnet/dydx.js +40 -80
- package/esm/mainnet/dymension.js +4 -8
- package/esm/mainnet/evmos.js +4 -8
- package/esm/mainnet/gravitybridge.js +4 -8
- package/esm/mainnet/injective.js +44 -88
- package/esm/mainnet/irisnet.js +20 -40
- package/esm/mainnet/jackal.js +4 -8
- package/esm/mainnet/juno.js +24 -48
- package/esm/mainnet/kopi.js +0 -2
- package/esm/mainnet/kujira.js +4 -8
- package/esm/mainnet/migaloo.js +88 -12
- package/esm/mainnet/neutron.js +44 -90
- package/esm/mainnet/noble.js +64 -130
- package/esm/mainnet/nolus.js +4 -8
- package/esm/mainnet/nyx.js +4 -8
- package/esm/mainnet/oraichain.js +4 -8
- package/esm/mainnet/osmosis.js +152 -150
- package/esm/mainnet/persistence.js +4 -8
- package/esm/mainnet/quicksilver.js +4 -8
- package/esm/mainnet/saga.js +4 -10
- package/esm/mainnet/secretnetwork.js +20 -44
- package/esm/mainnet/sentinel.js +4 -8
- package/esm/mainnet/sifchain.js +4 -8
- package/esm/mainnet/stargaze.js +4 -8
- package/esm/mainnet/stride.js +44 -88
- package/esm/mainnet/teritori.js +4 -8
- package/esm/mainnet/terra.js +4 -8
- package/esm/mainnet/terra2.js +44 -88
- package/esm/mainnet/umee.js +4 -8
- package/esm/mainnet/xion.js +0 -2
- package/esm/mainnet/xrplevm.js +0 -2
- package/index.d.ts +1 -1
- package/mainnet/agoric.js +4 -8
- package/mainnet/akash.js +4 -10
- package/mainnet/andromeda.js +4 -8
- package/mainnet/archway.js +4 -8
- package/mainnet/axelar.js +48 -98
- package/mainnet/babylon.js +0 -2
- package/mainnet/celestia.js +44 -90
- package/mainnet/cheqd.js +4 -8
- package/mainnet/chihuahua.js +4 -8
- package/mainnet/comdex.js +4 -8
- package/mainnet/composable.js +8 -12
- package/mainnet/coreum.js +4 -8
- package/mainnet/cosmoshub.js +68 -138
- package/mainnet/crescent.js +4 -8
- package/mainnet/dydx.js +40 -80
- package/mainnet/dymension.js +4 -8
- package/mainnet/evmos.js +4 -8
- package/mainnet/gravitybridge.js +4 -8
- package/mainnet/injective.js +44 -88
- package/mainnet/irisnet.js +20 -40
- package/mainnet/jackal.js +4 -8
- package/mainnet/juno.js +24 -48
- package/mainnet/kopi.js +0 -2
- package/mainnet/kujira.js +4 -8
- package/mainnet/migaloo.js +88 -12
- package/mainnet/neutron.js +44 -90
- package/mainnet/noble.js +64 -130
- package/mainnet/nolus.js +4 -8
- package/mainnet/nyx.js +4 -8
- package/mainnet/oraichain.js +4 -8
- package/mainnet/osmosis.js +152 -150
- package/mainnet/persistence.js +4 -8
- package/mainnet/quicksilver.js +4 -8
- package/mainnet/saga.js +4 -10
- package/mainnet/secretnetwork.js +20 -44
- package/mainnet/sentinel.js +4 -8
- package/mainnet/sifchain.js +4 -8
- package/mainnet/stargaze.js +4 -8
- package/mainnet/stride.js +44 -88
- package/mainnet/teritori.js +4 -8
- package/mainnet/terra.js +4 -8
- package/mainnet/terra2.js +44 -88
- package/mainnet/umee.js +4 -8
- package/mainnet/xion.js +0 -2
- package/mainnet/xrplevm.js +0 -2
- package/package.json +5 -5
package/mainnet/persistence.js
CHANGED
|
@@ -2997,13 +2997,11 @@ const assets = {
|
|
|
2997
2997
|
display: 'scrt',
|
|
2998
2998
|
symbol: 'SCRT',
|
|
2999
2999
|
logo_URIs: {
|
|
3000
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
3001
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3000
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
3002
3001
|
},
|
|
3003
3002
|
coingecko_id: 'secret',
|
|
3004
3003
|
images: [{
|
|
3005
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
3006
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3004
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
3007
3005
|
}],
|
|
3008
3006
|
socials: {
|
|
3009
3007
|
website: 'https://scrt.network/',
|
|
@@ -3383,13 +3381,11 @@ const assets = {
|
|
|
3383
3381
|
display: 'scrt',
|
|
3384
3382
|
symbol: 'SCRT',
|
|
3385
3383
|
logo_URIs: {
|
|
3386
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
3387
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3384
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
3388
3385
|
},
|
|
3389
3386
|
coingecko_id: 'secret',
|
|
3390
3387
|
images: [{
|
|
3391
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
3392
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3388
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
3393
3389
|
}],
|
|
3394
3390
|
socials: {
|
|
3395
3391
|
website: 'https://scrt.network/',
|
package/mainnet/quicksilver.js
CHANGED
|
@@ -1629,13 +1629,11 @@ const assets = {
|
|
|
1629
1629
|
display: 'scrt',
|
|
1630
1630
|
symbol: 'SCRT',
|
|
1631
1631
|
logo_URIs: {
|
|
1632
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1633
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1632
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1634
1633
|
},
|
|
1635
1634
|
coingecko_id: 'secret',
|
|
1636
1635
|
images: [{
|
|
1637
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1638
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1636
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1639
1637
|
}],
|
|
1640
1638
|
socials: {
|
|
1641
1639
|
website: 'https://scrt.network/',
|
|
@@ -2000,13 +1998,11 @@ const assets = {
|
|
|
2000
1998
|
display: 'scrt',
|
|
2001
1999
|
symbol: 'SCRT',
|
|
2002
2000
|
logo_URIs: {
|
|
2003
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
2004
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2001
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
2005
2002
|
},
|
|
2006
2003
|
coingecko_id: 'secret',
|
|
2007
2004
|
images: [{
|
|
2008
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
2009
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2005
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
2010
2006
|
}],
|
|
2011
2007
|
socials: {
|
|
2012
2008
|
website: 'https://scrt.network/',
|
package/mainnet/saga.js
CHANGED
|
@@ -69,7 +69,6 @@ const assets = {
|
|
|
69
69
|
logo_URIs: {
|
|
70
70
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
71
71
|
},
|
|
72
|
-
coingecko_id: 'elys-network',
|
|
73
72
|
images: [{
|
|
74
73
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
75
74
|
}],
|
|
@@ -643,7 +642,6 @@ const assets = {
|
|
|
643
642
|
logo_URIs: {
|
|
644
643
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
645
644
|
},
|
|
646
|
-
coingecko_id: 'elys-network',
|
|
647
645
|
images: [{
|
|
648
646
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
649
647
|
}],
|
|
@@ -1166,13 +1164,11 @@ const assets = {
|
|
|
1166
1164
|
display: 'scrt',
|
|
1167
1165
|
symbol: 'SCRT',
|
|
1168
1166
|
logo_URIs: {
|
|
1169
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1170
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1167
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1171
1168
|
},
|
|
1172
1169
|
coingecko_id: 'secret',
|
|
1173
1170
|
images: [{
|
|
1174
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1175
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1171
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1176
1172
|
}],
|
|
1177
1173
|
socials: {
|
|
1178
1174
|
website: 'https://scrt.network/',
|
|
@@ -1246,13 +1242,11 @@ const assets = {
|
|
|
1246
1242
|
display: 'scrt',
|
|
1247
1243
|
symbol: 'SCRT',
|
|
1248
1244
|
logo_URIs: {
|
|
1249
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1250
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1245
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1251
1246
|
},
|
|
1252
1247
|
coingecko_id: 'secret',
|
|
1253
1248
|
images: [{
|
|
1254
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1255
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1249
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1256
1250
|
}],
|
|
1257
1251
|
socials: {
|
|
1258
1252
|
website: 'https://scrt.network/',
|
package/mainnet/secretnetwork.js
CHANGED
|
@@ -6957,12 +6957,10 @@ const assets = {
|
|
|
6957
6957
|
display: 'dhk',
|
|
6958
6958
|
symbol: 'DHK',
|
|
6959
6959
|
logo_URIs: {
|
|
6960
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png'
|
|
6961
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
|
|
6960
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png'
|
|
6962
6961
|
},
|
|
6963
6962
|
images: [{
|
|
6964
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png'
|
|
6965
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
|
|
6963
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png'
|
|
6966
6964
|
}],
|
|
6967
6965
|
traces: [{
|
|
6968
6966
|
type: 'ibc-cw20',
|
|
@@ -7369,11 +7367,9 @@ const assets = {
|
|
|
7369
7367
|
display: 'solar',
|
|
7370
7368
|
symbol: 'SOLAR',
|
|
7371
7369
|
logo_URIs: {
|
|
7372
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png',
|
|
7373
7370
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg'
|
|
7374
7371
|
},
|
|
7375
7372
|
images: [{
|
|
7376
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png',
|
|
7377
7373
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg'
|
|
7378
7374
|
}],
|
|
7379
7375
|
traces: [{
|
|
@@ -9646,12 +9642,10 @@ const assets = {
|
|
|
9646
9642
|
display: 'kwt',
|
|
9647
9643
|
symbol: 'KWT',
|
|
9648
9644
|
images: [{
|
|
9649
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png'
|
|
9650
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.svg'
|
|
9645
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png'
|
|
9651
9646
|
}],
|
|
9652
9647
|
logo_URIs: {
|
|
9653
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png'
|
|
9654
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.svg'
|
|
9648
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png'
|
|
9655
9649
|
},
|
|
9656
9650
|
traces: [{
|
|
9657
9651
|
type: 'ibc-cw20',
|
|
@@ -9684,12 +9678,10 @@ const assets = {
|
|
|
9684
9678
|
display: 'milky',
|
|
9685
9679
|
symbol: 'MILKY',
|
|
9686
9680
|
images: [{
|
|
9687
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png'
|
|
9688
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.svg'
|
|
9681
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png'
|
|
9689
9682
|
}],
|
|
9690
9683
|
logo_URIs: {
|
|
9691
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png'
|
|
9692
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.svg'
|
|
9684
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png'
|
|
9693
9685
|
},
|
|
9694
9686
|
traces: [{
|
|
9695
9687
|
type: 'ibc-cw20',
|
|
@@ -9844,12 +9836,10 @@ const assets = {
|
|
|
9844
9836
|
display: 'xoch',
|
|
9845
9837
|
symbol: 'xOCH',
|
|
9846
9838
|
images: [{
|
|
9847
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
9848
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
|
|
9839
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
9849
9840
|
}],
|
|
9850
9841
|
logo_URIs: {
|
|
9851
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
9852
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
|
|
9842
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
9853
9843
|
},
|
|
9854
9844
|
traces: [{
|
|
9855
9845
|
type: 'ibc-cw20',
|
|
@@ -9970,12 +9960,10 @@ const assets = {
|
|
|
9970
9960
|
symbol: 'OCH',
|
|
9971
9961
|
coingecko_id: 'och',
|
|
9972
9962
|
images: [{
|
|
9973
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
9974
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
|
|
9963
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
9975
9964
|
}],
|
|
9976
9965
|
logo_URIs: {
|
|
9977
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
9978
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
|
|
9966
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
9979
9967
|
},
|
|
9980
9968
|
traces: [{
|
|
9981
9969
|
type: 'ibc-cw20',
|
|
@@ -10193,12 +10181,10 @@ const assets = {
|
|
|
10193
10181
|
display: 'dhk',
|
|
10194
10182
|
symbol: 'DHK',
|
|
10195
10183
|
logo_URIs: {
|
|
10196
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png'
|
|
10197
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
|
|
10184
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png'
|
|
10198
10185
|
},
|
|
10199
10186
|
images: [{
|
|
10200
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png'
|
|
10201
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
|
|
10187
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png'
|
|
10202
10188
|
}],
|
|
10203
10189
|
traces: [{
|
|
10204
10190
|
type: 'ibc-cw20',
|
|
@@ -10605,11 +10591,9 @@ const assets = {
|
|
|
10605
10591
|
display: 'solar',
|
|
10606
10592
|
symbol: 'SOLAR',
|
|
10607
10593
|
logo_URIs: {
|
|
10608
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png',
|
|
10609
10594
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg'
|
|
10610
10595
|
},
|
|
10611
10596
|
images: [{
|
|
10612
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png',
|
|
10613
10597
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg'
|
|
10614
10598
|
}],
|
|
10615
10599
|
traces: [{
|
|
@@ -12882,12 +12866,10 @@ const assets = {
|
|
|
12882
12866
|
display: 'kwt',
|
|
12883
12867
|
symbol: 'KWT',
|
|
12884
12868
|
images: [{
|
|
12885
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png'
|
|
12886
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.svg'
|
|
12869
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png'
|
|
12887
12870
|
}],
|
|
12888
12871
|
logo_URIs: {
|
|
12889
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png'
|
|
12890
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.svg'
|
|
12872
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png'
|
|
12891
12873
|
},
|
|
12892
12874
|
traces: [{
|
|
12893
12875
|
type: 'ibc-cw20',
|
|
@@ -12920,12 +12902,10 @@ const assets = {
|
|
|
12920
12902
|
display: 'milky',
|
|
12921
12903
|
symbol: 'MILKY',
|
|
12922
12904
|
images: [{
|
|
12923
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png'
|
|
12924
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.svg'
|
|
12905
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png'
|
|
12925
12906
|
}],
|
|
12926
12907
|
logo_URIs: {
|
|
12927
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png'
|
|
12928
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.svg'
|
|
12908
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png'
|
|
12929
12909
|
},
|
|
12930
12910
|
traces: [{
|
|
12931
12911
|
type: 'ibc-cw20',
|
|
@@ -13080,12 +13060,10 @@ const assets = {
|
|
|
13080
13060
|
display: 'xoch',
|
|
13081
13061
|
symbol: 'xOCH',
|
|
13082
13062
|
images: [{
|
|
13083
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
13084
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
|
|
13063
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
13085
13064
|
}],
|
|
13086
13065
|
logo_URIs: {
|
|
13087
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
13088
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
|
|
13066
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
13089
13067
|
},
|
|
13090
13068
|
traces: [{
|
|
13091
13069
|
type: 'ibc-cw20',
|
|
@@ -13206,12 +13184,10 @@ const assets = {
|
|
|
13206
13184
|
symbol: 'OCH',
|
|
13207
13185
|
coingecko_id: 'och',
|
|
13208
13186
|
images: [{
|
|
13209
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
13210
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
|
|
13187
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
13211
13188
|
}],
|
|
13212
13189
|
logo_URIs: {
|
|
13213
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
13214
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.svg'
|
|
13190
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/och.png'
|
|
13215
13191
|
},
|
|
13216
13192
|
traces: [{
|
|
13217
13193
|
type: 'ibc-cw20',
|
package/mainnet/sentinel.js
CHANGED
|
@@ -499,13 +499,11 @@ const assets = {
|
|
|
499
499
|
display: 'scrt',
|
|
500
500
|
symbol: 'SCRT',
|
|
501
501
|
logo_URIs: {
|
|
502
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
503
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
502
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
504
503
|
},
|
|
505
504
|
coingecko_id: 'secret',
|
|
506
505
|
images: [{
|
|
507
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
508
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
506
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
509
507
|
}],
|
|
510
508
|
socials: {
|
|
511
509
|
website: 'https://scrt.network/',
|
|
@@ -1020,13 +1018,11 @@ const assets = {
|
|
|
1020
1018
|
display: 'scrt',
|
|
1021
1019
|
symbol: 'SCRT',
|
|
1022
1020
|
logo_URIs: {
|
|
1023
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1024
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1021
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1025
1022
|
},
|
|
1026
1023
|
coingecko_id: 'secret',
|
|
1027
1024
|
images: [{
|
|
1028
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1029
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1025
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1030
1026
|
}],
|
|
1031
1027
|
socials: {
|
|
1032
1028
|
website: 'https://scrt.network/',
|
package/mainnet/sifchain.js
CHANGED
|
@@ -461,13 +461,11 @@ const assets = {
|
|
|
461
461
|
display: 'scrt',
|
|
462
462
|
symbol: 'SCRT',
|
|
463
463
|
logo_URIs: {
|
|
464
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
465
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
464
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
466
465
|
},
|
|
467
466
|
coingecko_id: 'secret',
|
|
468
467
|
images: [{
|
|
469
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
470
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
468
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
471
469
|
}],
|
|
472
470
|
socials: {
|
|
473
471
|
website: 'https://scrt.network/',
|
|
@@ -984,13 +982,11 @@ const assets = {
|
|
|
984
982
|
display: 'scrt',
|
|
985
983
|
symbol: 'SCRT',
|
|
986
984
|
logo_URIs: {
|
|
987
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
988
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
985
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
989
986
|
},
|
|
990
987
|
coingecko_id: 'secret',
|
|
991
988
|
images: [{
|
|
992
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
993
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
989
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
994
990
|
}],
|
|
995
991
|
socials: {
|
|
996
992
|
website: 'https://scrt.network/',
|
package/mainnet/stargaze.js
CHANGED
|
@@ -1502,13 +1502,11 @@ const assets = {
|
|
|
1502
1502
|
display: 'scrt',
|
|
1503
1503
|
symbol: 'SCRT',
|
|
1504
1504
|
logo_URIs: {
|
|
1505
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1506
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1505
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1507
1506
|
},
|
|
1508
1507
|
coingecko_id: 'secret',
|
|
1509
1508
|
images: [{
|
|
1510
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1511
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1509
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
1512
1510
|
}],
|
|
1513
1511
|
socials: {
|
|
1514
1512
|
website: 'https://scrt.network/',
|
|
@@ -3026,13 +3024,11 @@ const assets = {
|
|
|
3026
3024
|
display: 'scrt',
|
|
3027
3025
|
symbol: 'SCRT',
|
|
3028
3026
|
logo_URIs: {
|
|
3029
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
3030
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3027
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
3031
3028
|
},
|
|
3032
3029
|
coingecko_id: 'secret',
|
|
3033
3030
|
images: [{
|
|
3034
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
3035
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3031
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
|
|
3036
3032
|
}],
|
|
3037
3033
|
socials: {
|
|
3038
3034
|
website: 'https://scrt.network/',
|