@chain-registry/assets 1.70.332 → 1.70.333
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/cosmoshub.js +2 -2
- package/esm/mainnet/noble.js +2 -2
- package/esm/mainnet/osmosis.js +2 -2
- package/index.d.ts +1 -1
- package/mainnet/cosmoshub.js +2 -2
- package/mainnet/noble.js +2 -2
- package/mainnet/osmosis.js +2 -2
- package/package.json +5 -5
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -12681,7 +12681,7 @@ const assets = {
|
|
|
12681
12681
|
base: 'ibc/551CA67335E14C0F0D8B2AA24DF575F0E02836540330B20778C826F48ED8DE80',
|
|
12682
12682
|
name: 'Sunrise USDrise',
|
|
12683
12683
|
display: 'usdrise',
|
|
12684
|
-
symbol: '
|
|
12684
|
+
symbol: 'USDrise',
|
|
12685
12685
|
logo_URIs: {
|
|
12686
12686
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
|
|
12687
12687
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'
|
|
@@ -23142,7 +23142,7 @@ const assets = {
|
|
|
23142
23142
|
base: 'ibc/551CA67335E14C0F0D8B2AA24DF575F0E02836540330B20778C826F48ED8DE80',
|
|
23143
23143
|
name: 'Sunrise USDrise',
|
|
23144
23144
|
display: 'usdrise',
|
|
23145
|
-
symbol: '
|
|
23145
|
+
symbol: 'USDrise',
|
|
23146
23146
|
logo_URIs: {
|
|
23147
23147
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
|
|
23148
23148
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'
|
package/esm/mainnet/noble.js
CHANGED
|
@@ -12676,7 +12676,7 @@ const assets = {
|
|
|
12676
12676
|
base: 'ibc/66382B8DABAC0CBDC669E8D3551F26D123BB28CE0C73D3705A571F58E23DCE81',
|
|
12677
12677
|
name: 'Sunrise USDrise',
|
|
12678
12678
|
display: 'usdrise',
|
|
12679
|
-
symbol: '
|
|
12679
|
+
symbol: 'USDrise',
|
|
12680
12680
|
logo_URIs: {
|
|
12681
12681
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
|
|
12682
12682
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'
|
|
@@ -21596,7 +21596,7 @@ const assets = {
|
|
|
21596
21596
|
base: 'ibc/66382B8DABAC0CBDC669E8D3551F26D123BB28CE0C73D3705A571F58E23DCE81',
|
|
21597
21597
|
name: 'Sunrise USDrise',
|
|
21598
21598
|
display: 'usdrise',
|
|
21599
|
-
symbol: '
|
|
21599
|
+
symbol: 'USDrise',
|
|
21600
21600
|
logo_URIs: {
|
|
21601
21601
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
|
|
21602
21602
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -21125,7 +21125,7 @@ const assets = {
|
|
|
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 assets = {
|
|
|
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/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export * from './devnet';
|
|
|
4
4
|
export * from './noncosmos';
|
|
5
5
|
import asset_lists from './asset_lists';
|
|
6
6
|
declare const _default: {
|
|
7
|
-
asset_lists: AssetList[];
|
|
7
|
+
asset_lists: import("@chain-registry/types").AssetList[];
|
|
8
8
|
};
|
|
9
9
|
export default _default;
|
|
10
10
|
export { asset_lists };
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -12683,7 +12683,7 @@ const assets = {
|
|
|
12683
12683
|
base: 'ibc/551CA67335E14C0F0D8B2AA24DF575F0E02836540330B20778C826F48ED8DE80',
|
|
12684
12684
|
name: 'Sunrise USDrise',
|
|
12685
12685
|
display: 'usdrise',
|
|
12686
|
-
symbol: '
|
|
12686
|
+
symbol: 'USDrise',
|
|
12687
12687
|
logo_URIs: {
|
|
12688
12688
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
|
|
12689
12689
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'
|
|
@@ -23144,7 +23144,7 @@ const assets = {
|
|
|
23144
23144
|
base: 'ibc/551CA67335E14C0F0D8B2AA24DF575F0E02836540330B20778C826F48ED8DE80',
|
|
23145
23145
|
name: 'Sunrise USDrise',
|
|
23146
23146
|
display: 'usdrise',
|
|
23147
|
-
symbol: '
|
|
23147
|
+
symbol: 'USDrise',
|
|
23148
23148
|
logo_URIs: {
|
|
23149
23149
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
|
|
23150
23150
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'
|
package/mainnet/noble.js
CHANGED
|
@@ -12678,7 +12678,7 @@ const assets = {
|
|
|
12678
12678
|
base: 'ibc/66382B8DABAC0CBDC669E8D3551F26D123BB28CE0C73D3705A571F58E23DCE81',
|
|
12679
12679
|
name: 'Sunrise USDrise',
|
|
12680
12680
|
display: 'usdrise',
|
|
12681
|
-
symbol: '
|
|
12681
|
+
symbol: 'USDrise',
|
|
12682
12682
|
logo_URIs: {
|
|
12683
12683
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
|
|
12684
12684
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'
|
|
@@ -21598,7 +21598,7 @@ const assets = {
|
|
|
21598
21598
|
base: 'ibc/66382B8DABAC0CBDC669E8D3551F26D123BB28CE0C73D3705A571F58E23DCE81',
|
|
21599
21599
|
name: 'Sunrise USDrise',
|
|
21600
21600
|
display: 'usdrise',
|
|
21601
|
-
symbol: '
|
|
21601
|
+
symbol: 'USDrise',
|
|
21602
21602
|
logo_URIs: {
|
|
21603
21603
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
|
|
21604
21604
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'
|
package/mainnet/osmosis.js
CHANGED
|
@@ -21127,7 +21127,7 @@ const assets = {
|
|
|
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 assets = {
|
|
|
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.333",
|
|
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.206",
|
|
33
|
+
"chain-registry": "^1.69.333"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.206"
|
|
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": "90fcd3cb7239eeb09e9ac0b5b170e4fd03ed2526"
|
|
47
47
|
}
|