@chain-registry/juno 1.64.80 → 1.64.82
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/assets.js +6 -5
- package/esm/assets.js +6 -5
- package/esm/testnet_assets.js +4 -1
- package/package.json +4 -4
- package/testnet_assets.js +4 -1
package/assets.js
CHANGED
|
@@ -1937,18 +1937,19 @@ const assets = {
|
|
|
1937
1937
|
symbol: 'USDC',
|
|
1938
1938
|
coingecko_id: 'usd-coin',
|
|
1939
1939
|
logo_URIs: {
|
|
1940
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1941
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1940
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
1941
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
1942
1942
|
},
|
|
1943
1943
|
images: [{
|
|
1944
1944
|
image_sync: {
|
|
1945
1945
|
chain_name: 'noble',
|
|
1946
1946
|
base_denom: 'uusdc'
|
|
1947
1947
|
},
|
|
1948
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1949
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1948
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
1949
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
1950
1950
|
theme: {
|
|
1951
|
-
|
|
1951
|
+
circle: true,
|
|
1952
|
+
primary_color_hex: '#2775CA'
|
|
1952
1953
|
}
|
|
1953
1954
|
}],
|
|
1954
1955
|
traces: [{
|
package/esm/assets.js
CHANGED
|
@@ -1935,18 +1935,19 @@ const assets = {
|
|
|
1935
1935
|
symbol: 'USDC',
|
|
1936
1936
|
coingecko_id: 'usd-coin',
|
|
1937
1937
|
logo_URIs: {
|
|
1938
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1939
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1938
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
1939
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
1940
1940
|
},
|
|
1941
1941
|
images: [{
|
|
1942
1942
|
image_sync: {
|
|
1943
1943
|
chain_name: 'noble',
|
|
1944
1944
|
base_denom: 'uusdc'
|
|
1945
1945
|
},
|
|
1946
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1947
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1946
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
1947
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
1948
1948
|
theme: {
|
|
1949
|
-
|
|
1949
|
+
circle: true,
|
|
1950
|
+
primary_color_hex: '#2775CA'
|
|
1950
1951
|
}
|
|
1951
1952
|
}],
|
|
1952
1953
|
traces: [{
|
package/esm/testnet_assets.js
CHANGED
|
@@ -78,7 +78,10 @@ const testnet_assets = {
|
|
|
78
78
|
base_denom: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA'
|
|
79
79
|
},
|
|
80
80
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg',
|
|
81
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png'
|
|
81
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png',
|
|
82
|
+
theme: {
|
|
83
|
+
primary_color_hex: '#dc6c24'
|
|
84
|
+
}
|
|
82
85
|
}]
|
|
83
86
|
}
|
|
84
87
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.82",
|
|
4
4
|
"description": "Chain Registry info for Juno",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"chain-registry": "^1.63.
|
|
32
|
+
"chain-registry": "^1.63.82"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chain-registry/types": "^0.45.
|
|
35
|
+
"@chain-registry/types": "^0.45.65"
|
|
36
36
|
},
|
|
37
37
|
"keywords": [
|
|
38
38
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"tokens",
|
|
44
44
|
"juno"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "c81a28d5963c678dd8f0f02a146d2fc99e455c4b"
|
|
47
47
|
}
|
package/testnet_assets.js
CHANGED
|
@@ -80,7 +80,10 @@ const testnet_assets = {
|
|
|
80
80
|
base_denom: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA'
|
|
81
81
|
},
|
|
82
82
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg',
|
|
83
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png'
|
|
83
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png',
|
|
84
|
+
theme: {
|
|
85
|
+
primary_color_hex: '#dc6c24'
|
|
86
|
+
}
|
|
84
87
|
}]
|
|
85
88
|
}
|
|
86
89
|
]
|