@chain-registry/osmosis 1.34.13 → 1.34.15
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/main/asset_list.js +1 -1
- package/main/assets.js +35 -0
- package/package.json +5 -5
package/main/assets.js
CHANGED
|
@@ -11131,6 +11131,41 @@ var assets = {
|
|
|
11131
11131
|
logo_URIs: {
|
|
11132
11132
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.svg'
|
|
11133
11133
|
}
|
|
11134
|
+
}, {
|
|
11135
|
+
description: 'Cvn is a Layer-1 blockchain built to deliver on the promise of DeFi',
|
|
11136
|
+
denom_units: [{
|
|
11137
|
+
denom: 'ibc/D3FAF77F5DE21C18413B164751239BA7D521A9D8EA53BFE553AADF338A721480',
|
|
11138
|
+
exponent: 0,
|
|
11139
|
+
aliases: ['acvnt']
|
|
11140
|
+
}, {
|
|
11141
|
+
denom: 'cvnt',
|
|
11142
|
+
exponent: 18
|
|
11143
|
+
}],
|
|
11144
|
+
type_asset: 'ics20',
|
|
11145
|
+
base: 'ibc/D3FAF77F5DE21C18413B164751239BA7D521A9D8EA53BFE553AADF338A721480',
|
|
11146
|
+
name: 'CVN',
|
|
11147
|
+
display: 'cvnt',
|
|
11148
|
+
symbol: 'CVN',
|
|
11149
|
+
traces: [{
|
|
11150
|
+
type: 'ibc',
|
|
11151
|
+
counterparty: {
|
|
11152
|
+
chain_name: 'conscious',
|
|
11153
|
+
base_denom: 'acvnt',
|
|
11154
|
+
channel_id: 'channel-5'
|
|
11155
|
+
},
|
|
11156
|
+
chain: {
|
|
11157
|
+
channel_id: 'channel-35264',
|
|
11158
|
+
path: 'transfer/channel-35264/acvnt'
|
|
11159
|
+
}
|
|
11160
|
+
}],
|
|
11161
|
+
logo_URIs: {
|
|
11162
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png',
|
|
11163
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg'
|
|
11164
|
+
},
|
|
11165
|
+
images: [{
|
|
11166
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png',
|
|
11167
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg'
|
|
11168
|
+
}]
|
|
11134
11169
|
}]
|
|
11135
11170
|
};
|
|
11136
11171
|
var _default = exports["default"] = assets;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.34.
|
|
3
|
+
"version": "1.34.15",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -50,14 +50,14 @@
|
|
|
50
50
|
"@babel/plugin-transform-runtime": "7.21.4",
|
|
51
51
|
"@babel/preset-env": "7.21.4",
|
|
52
52
|
"@babel/preset-typescript": "^7.21.4",
|
|
53
|
-
"@chain-registry/utils": "^1.19.
|
|
53
|
+
"@chain-registry/utils": "^1.19.10",
|
|
54
54
|
"@types/jest": "^29.5.1",
|
|
55
55
|
"@typescript-eslint/eslint-plugin": "5.59.0",
|
|
56
56
|
"@typescript-eslint/parser": "5.59.0",
|
|
57
57
|
"babel-core": "7.0.0-bridge.0",
|
|
58
58
|
"babel-jest": "29.5.0",
|
|
59
59
|
"babel-watch": "^7.7.2",
|
|
60
|
-
"chain-registry": "^1.33.
|
|
60
|
+
"chain-registry": "^1.33.15",
|
|
61
61
|
"cross-env": "^7.0.2",
|
|
62
62
|
"eslint": "8.38.0",
|
|
63
63
|
"eslint-config-prettier": "^8.8.0",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
74
|
"@babel/runtime": "^7.21.0",
|
|
75
|
-
"@chain-registry/types": "^0.18.
|
|
75
|
+
"@chain-registry/types": "^0.18.11"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "aa8328a7035af758a4deb5e6ef81679ace8764c1"
|
|
78
78
|
}
|