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