@chain-registry/osmosis 1.67.374 → 1.67.375
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 +0 -2
- package/assets.js +1 -2
- package/esm/asset_list.js +0 -2
- package/esm/assets.js +1 -2
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -6019,7 +6019,6 @@ const asset_list = {
|
|
|
6019
6019
|
name: 'Noble Dollar',
|
|
6020
6020
|
display: 'usdn',
|
|
6021
6021
|
symbol: 'USDN',
|
|
6022
|
-
coingecko_id: 'noble-dollar-usdn',
|
|
6023
6022
|
logo_URIs: {
|
|
6024
6023
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
6025
6024
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
@@ -12565,7 +12564,6 @@ const asset_list = {
|
|
|
12565
12564
|
name: 'Noble Dollar',
|
|
12566
12565
|
display: 'usdn',
|
|
12567
12566
|
symbol: 'USDN',
|
|
12568
|
-
coingecko_id: 'noble-dollar-usdn',
|
|
12569
12567
|
logo_URIs: {
|
|
12570
12568
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
12571
12569
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
package/assets.js
CHANGED
|
@@ -21574,8 +21574,7 @@ const assets = {
|
|
|
21574
21574
|
},
|
|
21575
21575
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
21576
21576
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
21577
|
-
}]
|
|
21578
|
-
coingecko_id: 'noble-dollar-usdn'
|
|
21577
|
+
}]
|
|
21579
21578
|
},
|
|
21580
21579
|
{
|
|
21581
21580
|
description: 'Formation Of $hit Tokens',
|
package/esm/asset_list.js
CHANGED
|
@@ -6017,7 +6017,6 @@ const asset_list = {
|
|
|
6017
6017
|
name: 'Noble Dollar',
|
|
6018
6018
|
display: 'usdn',
|
|
6019
6019
|
symbol: 'USDN',
|
|
6020
|
-
coingecko_id: 'noble-dollar-usdn',
|
|
6021
6020
|
logo_URIs: {
|
|
6022
6021
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
6023
6022
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
@@ -12563,7 +12562,6 @@ const asset_list = {
|
|
|
12563
12562
|
name: 'Noble Dollar',
|
|
12564
12563
|
display: 'usdn',
|
|
12565
12564
|
symbol: 'USDN',
|
|
12566
|
-
coingecko_id: 'noble-dollar-usdn',
|
|
12567
12565
|
logo_URIs: {
|
|
12568
12566
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
12569
12567
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
package/esm/assets.js
CHANGED
|
@@ -21572,8 +21572,7 @@ const assets = {
|
|
|
21572
21572
|
},
|
|
21573
21573
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
21574
21574
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
21575
|
-
}]
|
|
21576
|
-
coingecko_id: 'noble-dollar-usdn'
|
|
21575
|
+
}]
|
|
21577
21576
|
},
|
|
21578
21577
|
{
|
|
21579
21578
|
description: 'Formation Of $hit Tokens',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.375",
|
|
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.375"
|
|
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": "ae00018a48a55039df2bba184bb0e272bb65bb3b"
|
|
42
42
|
}
|