@chain-registry/osmosis 1.67.205 → 1.67.206
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 +2 -2
- package/esm/asset_list.js +2 -2
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -21127,7 +21127,7 @@ const asset_list = {
|
|
|
21127
21127
|
base: 'ibc/2B46DD47EBAA57FB76436A1E5758BDE6356A8CE04D9FE879F95F838FAAD231B6',
|
|
21128
21128
|
name: 'Sunrise USDrise',
|
|
21129
21129
|
display: 'usdrise',
|
|
21130
|
-
symbol: '
|
|
21130
|
+
symbol: 'USDrise',
|
|
21131
21131
|
logo_URIs: {
|
|
21132
21132
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
|
|
21133
21133
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'
|
|
@@ -31168,7 +31168,7 @@ const asset_list = {
|
|
|
31168
31168
|
base: 'ibc/2B46DD47EBAA57FB76436A1E5758BDE6356A8CE04D9FE879F95F838FAAD231B6',
|
|
31169
31169
|
name: 'Sunrise USDrise',
|
|
31170
31170
|
display: 'usdrise',
|
|
31171
|
-
symbol: '
|
|
31171
|
+
symbol: 'USDrise',
|
|
31172
31172
|
logo_URIs: {
|
|
31173
31173
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
|
|
31174
31174
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'
|
package/esm/asset_list.js
CHANGED
|
@@ -21125,7 +21125,7 @@ const asset_list = {
|
|
|
21125
21125
|
base: 'ibc/2B46DD47EBAA57FB76436A1E5758BDE6356A8CE04D9FE879F95F838FAAD231B6',
|
|
21126
21126
|
name: 'Sunrise USDrise',
|
|
21127
21127
|
display: 'usdrise',
|
|
21128
|
-
symbol: '
|
|
21128
|
+
symbol: 'USDrise',
|
|
21129
21129
|
logo_URIs: {
|
|
21130
21130
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
|
|
21131
21131
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'
|
|
@@ -31166,7 +31166,7 @@ const asset_list = {
|
|
|
31166
31166
|
base: 'ibc/2B46DD47EBAA57FB76436A1E5758BDE6356A8CE04D9FE879F95F838FAAD231B6',
|
|
31167
31167
|
name: 'Sunrise USDrise',
|
|
31168
31168
|
display: 'usdrise',
|
|
31169
|
-
symbol: '
|
|
31169
|
+
symbol: 'USDrise',
|
|
31170
31170
|
logo_URIs: {
|
|
31171
31171
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
|
|
31172
31172
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.206",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^0.50.
|
|
32
|
+
"@chain-registry/types": "^0.50.206"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"interchain",
|
|
39
39
|
"osmosis"
|
|
40
40
|
],
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "90fcd3cb7239eeb09e9ac0b5b170e4fd03ed2526"
|
|
42
42
|
}
|