@chain-registry/juno 1.70.301 → 1.70.303
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 +142 -570
- package/assets.js +77 -306
- package/chain.js +1 -4
- package/esm/asset_list.js +142 -570
- package/esm/assets.js +77 -306
- package/esm/chain.js +1 -4
- package/esm/testnet_assets.js +1 -4
- package/package.json +4 -4
- package/testnet_assets.js +1 -4
package/esm/chain.js
CHANGED
|
@@ -272,10 +272,7 @@ const chain = {
|
|
|
272
272
|
],
|
|
273
273
|
images: [{
|
|
274
274
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
275
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
276
|
-
theme: {
|
|
277
|
-
primary_color_hex: '#fa7b7b'
|
|
278
|
-
}
|
|
275
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
279
276
|
}]
|
|
280
277
|
};
|
|
281
278
|
export default chain;
|
package/esm/testnet_assets.js
CHANGED
|
@@ -88,10 +88,7 @@ const testnet_assets = {
|
|
|
88
88
|
base_denom: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA'
|
|
89
89
|
},
|
|
90
90
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg',
|
|
91
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png'
|
|
92
|
-
theme: {
|
|
93
|
-
primary_color_hex: '#dc6c24'
|
|
94
|
-
}
|
|
91
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png'
|
|
95
92
|
}]
|
|
96
93
|
}
|
|
97
94
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.303",
|
|
4
4
|
"description": "Chain Registry info for Juno",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"chain-registry": "^1.69.303"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chain-registry/types": "^0.50.
|
|
35
|
+
"@chain-registry/types": "^0.50.191"
|
|
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": "9628417e4def31881fdd398690775502c95d30b9"
|
|
47
47
|
}
|
package/testnet_assets.js
CHANGED
|
@@ -90,10 +90,7 @@ const testnet_assets = {
|
|
|
90
90
|
base_denom: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA'
|
|
91
91
|
},
|
|
92
92
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg',
|
|
93
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png'
|
|
94
|
-
theme: {
|
|
95
|
-
primary_color_hex: '#dc6c24'
|
|
96
|
-
}
|
|
93
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png'
|
|
97
94
|
}]
|
|
98
95
|
}
|
|
99
96
|
]
|