@chain-registry/assets 1.70.535 → 1.70.536
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.
|
@@ -416,7 +416,6 @@ const assets = {
|
|
|
416
416
|
name: 'Page',
|
|
417
417
|
display: 'page',
|
|
418
418
|
symbol: 'PAGE',
|
|
419
|
-
coingecko_id: 'page',
|
|
420
419
|
logo_URIs: {
|
|
421
420
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
|
|
422
421
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
|
|
@@ -2665,7 +2664,6 @@ const assets = {
|
|
|
2665
2664
|
name: 'Page',
|
|
2666
2665
|
display: 'page',
|
|
2667
2666
|
symbol: 'PAGE',
|
|
2668
|
-
coingecko_id: 'page',
|
|
2669
2667
|
logo_URIs: {
|
|
2670
2668
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
|
|
2671
2669
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
|
package/mainnet/composable.js
CHANGED
|
@@ -418,7 +418,6 @@ const assets = {
|
|
|
418
418
|
name: 'Page',
|
|
419
419
|
display: 'page',
|
|
420
420
|
symbol: 'PAGE',
|
|
421
|
-
coingecko_id: 'page',
|
|
422
421
|
logo_URIs: {
|
|
423
422
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
|
|
424
423
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
|
|
@@ -2667,7 +2666,6 @@ const assets = {
|
|
|
2667
2666
|
name: 'Page',
|
|
2668
2667
|
display: 'page',
|
|
2669
2668
|
symbol: 'PAGE',
|
|
2670
|
-
coingecko_id: 'page',
|
|
2671
2669
|
logo_URIs: {
|
|
2672
2670
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.png',
|
|
2673
2671
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.536",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.331",
|
|
33
|
+
"chain-registry": "^1.69.536"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.331"
|
|
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": "b2ad0777b43887692d441dbfe1922c0c876ab4b0"
|
|
47
47
|
}
|