@chain-registry/assets 1.64.70 → 1.64.72
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/mainnet/osmosis.js
CHANGED
|
@@ -13336,7 +13336,7 @@ const assets = {
|
|
|
13336
13336
|
name: 'Router Chain',
|
|
13337
13337
|
display: 'ROUTE',
|
|
13338
13338
|
symbol: 'ROUTE',
|
|
13339
|
-
coingecko_id: '
|
|
13339
|
+
coingecko_id: 'router-protocol-2',
|
|
13340
13340
|
logo_URIs: {
|
|
13341
13341
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
|
|
13342
13342
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png'
|
|
@@ -18378,7 +18378,7 @@ const assets = {
|
|
|
18378
18378
|
name: 'Router Chain',
|
|
18379
18379
|
display: 'ROUTE',
|
|
18380
18380
|
symbol: 'ROUTE',
|
|
18381
|
-
coingecko_id: '
|
|
18381
|
+
coingecko_id: 'router-protocol-2',
|
|
18382
18382
|
logo_URIs: {
|
|
18383
18383
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
|
|
18384
18384
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png'
|