@chain-registry/osmosis 1.45.9 → 1.45.10
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
|
@@ -4428,7 +4428,7 @@ const asset_list = {
|
|
|
4428
4428
|
traces: [{
|
|
4429
4429
|
type: 'ibc',
|
|
4430
4430
|
counterparty: {
|
|
4431
|
-
channel_id: 'channel-
|
|
4431
|
+
channel_id: 'channel-6',
|
|
4432
4432
|
base_denom: 'aonex',
|
|
4433
4433
|
chain_name: 'onex'
|
|
4434
4434
|
},
|
|
@@ -8938,7 +8938,7 @@ const asset_list = {
|
|
|
8938
8938
|
traces: [{
|
|
8939
8939
|
type: 'ibc',
|
|
8940
8940
|
counterparty: {
|
|
8941
|
-
channel_id: 'channel-
|
|
8941
|
+
channel_id: 'channel-6',
|
|
8942
8942
|
base_denom: 'aonex',
|
|
8943
8943
|
chain_name: 'onex'
|
|
8944
8944
|
},
|
package/esm/asset_list.js
CHANGED
|
@@ -4426,7 +4426,7 @@ const asset_list = {
|
|
|
4426
4426
|
traces: [{
|
|
4427
4427
|
type: 'ibc',
|
|
4428
4428
|
counterparty: {
|
|
4429
|
-
channel_id: 'channel-
|
|
4429
|
+
channel_id: 'channel-6',
|
|
4430
4430
|
base_denom: 'aonex',
|
|
4431
4431
|
chain_name: 'onex'
|
|
4432
4432
|
},
|
|
@@ -8936,7 +8936,7 @@ const asset_list = {
|
|
|
8936
8936
|
traces: [{
|
|
8937
8937
|
type: 'ibc',
|
|
8938
8938
|
counterparty: {
|
|
8939
|
-
channel_id: 'channel-
|
|
8939
|
+
channel_id: 'channel-6',
|
|
8940
8940
|
base_denom: 'aonex',
|
|
8941
8941
|
chain_name: 'onex'
|
|
8942
8942
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.45.
|
|
3
|
+
"version": "1.45.10",
|
|
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",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"test:watch": "jest --watch"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@chain-registry/types": "^0.28.
|
|
33
|
+
"@chain-registry/types": "^0.28.10"
|
|
34
34
|
},
|
|
35
35
|
"keywords": [
|
|
36
36
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"osmosis"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "c4cfd0db8a26e6c27be1d5058cc51fd8b06a395c"
|
|
43
43
|
}
|