@chain-registry/osmosis 1.67.378 → 1.67.379
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/asset_list.js +0 -714
- package/assets.js +2 -4
- package/chain.js +10 -0
- package/esm/asset_list.js +0 -714
- package/esm/assets.js +2 -4
- package/esm/chain.js +10 -0
- package/package.json +3 -3
package/assets.js
CHANGED
|
@@ -1671,8 +1671,7 @@ const assets = {
|
|
|
1671
1671
|
},
|
|
1672
1672
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
|
|
1673
1673
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
|
|
1674
|
-
}]
|
|
1675
|
-
coingecko_id: 'comdex'
|
|
1674
|
+
}]
|
|
1676
1675
|
},
|
|
1677
1676
|
{
|
|
1678
1677
|
description: 'Native token for the cheqd network',
|
|
@@ -17953,8 +17952,7 @@ const assets = {
|
|
|
17953
17952
|
circle: true
|
|
17954
17953
|
}
|
|
17955
17954
|
}
|
|
17956
|
-
]
|
|
17957
|
-
coingecko_id: 'mantra-dao'
|
|
17955
|
+
]
|
|
17958
17956
|
},
|
|
17959
17957
|
{
|
|
17960
17958
|
description: 'The native staking and governance token of AtomOne',
|
package/chain.js
CHANGED
|
@@ -743,6 +743,16 @@ const chain = {
|
|
|
743
743
|
}
|
|
744
744
|
]
|
|
745
745
|
},
|
|
746
|
+
snapshots: [{
|
|
747
|
+
provider: 'Osmosis',
|
|
748
|
+
url: 'https://snapshots.osmosis.zone',
|
|
749
|
+
latest_url: 'https://snapshots.osmosis.zone/latest',
|
|
750
|
+
type: 'pruned',
|
|
751
|
+
db_backend: 'goleveldb',
|
|
752
|
+
frequency: 'every 2h',
|
|
753
|
+
compression: 'lz4',
|
|
754
|
+
checksum_available: true
|
|
755
|
+
}],
|
|
746
756
|
explorers: [
|
|
747
757
|
{
|
|
748
758
|
kind: 'ezstaking',
|