@chain-registry/osmosis 1.67.267 → 1.67.268
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 +8 -8
- package/chain.js +6 -0
- package/esm/asset_list.js +8 -8
- package/esm/chain.js +6 -0
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -6281,7 +6281,7 @@ const asset_list = {
|
|
|
6281
6281
|
{
|
|
6282
6282
|
description: 'The native token of Optio',
|
|
6283
6283
|
denom_units: [{
|
|
6284
|
-
denom: 'ibc/
|
|
6284
|
+
denom: 'ibc/6AA47B1A9F00CC9B127796717F4BE976C12EFC843387F22461152888E1365045',
|
|
6285
6285
|
exponent: 0,
|
|
6286
6286
|
aliases: ['uOPT']
|
|
6287
6287
|
}, {
|
|
@@ -6289,7 +6289,7 @@ const asset_list = {
|
|
|
6289
6289
|
exponent: 6
|
|
6290
6290
|
}],
|
|
6291
6291
|
type_asset: 'sdk.coin',
|
|
6292
|
-
base: 'ibc/
|
|
6292
|
+
base: 'ibc/6AA47B1A9F00CC9B127796717F4BE976C12EFC843387F22461152888E1365045',
|
|
6293
6293
|
name: 'OPT',
|
|
6294
6294
|
display: 'OPT',
|
|
6295
6295
|
symbol: 'OPT',
|
|
@@ -6300,12 +6300,12 @@ const asset_list = {
|
|
|
6300
6300
|
traces: [{
|
|
6301
6301
|
type: 'ibc',
|
|
6302
6302
|
counterparty: {
|
|
6303
|
-
channel_id: 'channel-
|
|
6303
|
+
channel_id: 'channel-5',
|
|
6304
6304
|
base_denom: 'uOPT',
|
|
6305
6305
|
chain_name: 'optio'
|
|
6306
6306
|
},
|
|
6307
6307
|
chain: {
|
|
6308
|
-
channel_id: 'channel-
|
|
6308
|
+
channel_id: 'channel-108371'
|
|
6309
6309
|
}
|
|
6310
6310
|
}]
|
|
6311
6311
|
},
|
|
@@ -12610,7 +12610,7 @@ const asset_list = {
|
|
|
12610
12610
|
{
|
|
12611
12611
|
description: 'The native token of Optio',
|
|
12612
12612
|
denom_units: [{
|
|
12613
|
-
denom: 'ibc/
|
|
12613
|
+
denom: 'ibc/6AA47B1A9F00CC9B127796717F4BE976C12EFC843387F22461152888E1365045',
|
|
12614
12614
|
exponent: 0,
|
|
12615
12615
|
aliases: ['uOPT']
|
|
12616
12616
|
}, {
|
|
@@ -12618,7 +12618,7 @@ const asset_list = {
|
|
|
12618
12618
|
exponent: 6
|
|
12619
12619
|
}],
|
|
12620
12620
|
type_asset: 'sdk.coin',
|
|
12621
|
-
base: 'ibc/
|
|
12621
|
+
base: 'ibc/6AA47B1A9F00CC9B127796717F4BE976C12EFC843387F22461152888E1365045',
|
|
12622
12622
|
name: 'OPT',
|
|
12623
12623
|
display: 'OPT',
|
|
12624
12624
|
symbol: 'OPT',
|
|
@@ -12629,12 +12629,12 @@ const asset_list = {
|
|
|
12629
12629
|
traces: [{
|
|
12630
12630
|
type: 'ibc',
|
|
12631
12631
|
counterparty: {
|
|
12632
|
-
channel_id: 'channel-
|
|
12632
|
+
channel_id: 'channel-5',
|
|
12633
12633
|
base_denom: 'uOPT',
|
|
12634
12634
|
chain_name: 'optio'
|
|
12635
12635
|
},
|
|
12636
12636
|
chain: {
|
|
12637
|
-
channel_id: 'channel-
|
|
12637
|
+
channel_id: 'channel-108371'
|
|
12638
12638
|
}
|
|
12639
12639
|
}]
|
|
12640
12640
|
},
|
package/chain.js
CHANGED
|
@@ -828,6 +828,12 @@ const chain = {
|
|
|
828
828
|
url: 'https://validatorinfo.com/networks/osmosis/overview',
|
|
829
829
|
validator_page: 'https://validatorinfo.com/networks/osmosis/validators',
|
|
830
830
|
proposal_page: 'https://validatorinfo.com/networks/osmosis/governance'
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
kind: 'moon-runners',
|
|
834
|
+
url: 'https://moon-runners.net/osmosis/mainnet',
|
|
835
|
+
tx_page: 'https://moon-runners.net/osmosis/mainnet/finder?search=${txHash}',
|
|
836
|
+
account_page: 'https://moon-runners.net/osmosis/mainnet/finder?search=${accountAddress}'
|
|
831
837
|
}
|
|
832
838
|
],
|
|
833
839
|
keywords: ['dex']
|
package/esm/asset_list.js
CHANGED
|
@@ -6279,7 +6279,7 @@ const asset_list = {
|
|
|
6279
6279
|
{
|
|
6280
6280
|
description: 'The native token of Optio',
|
|
6281
6281
|
denom_units: [{
|
|
6282
|
-
denom: 'ibc/
|
|
6282
|
+
denom: 'ibc/6AA47B1A9F00CC9B127796717F4BE976C12EFC843387F22461152888E1365045',
|
|
6283
6283
|
exponent: 0,
|
|
6284
6284
|
aliases: ['uOPT']
|
|
6285
6285
|
}, {
|
|
@@ -6287,7 +6287,7 @@ const asset_list = {
|
|
|
6287
6287
|
exponent: 6
|
|
6288
6288
|
}],
|
|
6289
6289
|
type_asset: 'sdk.coin',
|
|
6290
|
-
base: 'ibc/
|
|
6290
|
+
base: 'ibc/6AA47B1A9F00CC9B127796717F4BE976C12EFC843387F22461152888E1365045',
|
|
6291
6291
|
name: 'OPT',
|
|
6292
6292
|
display: 'OPT',
|
|
6293
6293
|
symbol: 'OPT',
|
|
@@ -6298,12 +6298,12 @@ const asset_list = {
|
|
|
6298
6298
|
traces: [{
|
|
6299
6299
|
type: 'ibc',
|
|
6300
6300
|
counterparty: {
|
|
6301
|
-
channel_id: 'channel-
|
|
6301
|
+
channel_id: 'channel-5',
|
|
6302
6302
|
base_denom: 'uOPT',
|
|
6303
6303
|
chain_name: 'optio'
|
|
6304
6304
|
},
|
|
6305
6305
|
chain: {
|
|
6306
|
-
channel_id: 'channel-
|
|
6306
|
+
channel_id: 'channel-108371'
|
|
6307
6307
|
}
|
|
6308
6308
|
}]
|
|
6309
6309
|
},
|
|
@@ -12608,7 +12608,7 @@ const asset_list = {
|
|
|
12608
12608
|
{
|
|
12609
12609
|
description: 'The native token of Optio',
|
|
12610
12610
|
denom_units: [{
|
|
12611
|
-
denom: 'ibc/
|
|
12611
|
+
denom: 'ibc/6AA47B1A9F00CC9B127796717F4BE976C12EFC843387F22461152888E1365045',
|
|
12612
12612
|
exponent: 0,
|
|
12613
12613
|
aliases: ['uOPT']
|
|
12614
12614
|
}, {
|
|
@@ -12616,7 +12616,7 @@ const asset_list = {
|
|
|
12616
12616
|
exponent: 6
|
|
12617
12617
|
}],
|
|
12618
12618
|
type_asset: 'sdk.coin',
|
|
12619
|
-
base: 'ibc/
|
|
12619
|
+
base: 'ibc/6AA47B1A9F00CC9B127796717F4BE976C12EFC843387F22461152888E1365045',
|
|
12620
12620
|
name: 'OPT',
|
|
12621
12621
|
display: 'OPT',
|
|
12622
12622
|
symbol: 'OPT',
|
|
@@ -12627,12 +12627,12 @@ const asset_list = {
|
|
|
12627
12627
|
traces: [{
|
|
12628
12628
|
type: 'ibc',
|
|
12629
12629
|
counterparty: {
|
|
12630
|
-
channel_id: 'channel-
|
|
12630
|
+
channel_id: 'channel-5',
|
|
12631
12631
|
base_denom: 'uOPT',
|
|
12632
12632
|
chain_name: 'optio'
|
|
12633
12633
|
},
|
|
12634
12634
|
chain: {
|
|
12635
|
-
channel_id: 'channel-
|
|
12635
|
+
channel_id: 'channel-108371'
|
|
12636
12636
|
}
|
|
12637
12637
|
}]
|
|
12638
12638
|
},
|
package/esm/chain.js
CHANGED
|
@@ -826,6 +826,12 @@ const chain = {
|
|
|
826
826
|
url: 'https://validatorinfo.com/networks/osmosis/overview',
|
|
827
827
|
validator_page: 'https://validatorinfo.com/networks/osmosis/validators',
|
|
828
828
|
proposal_page: 'https://validatorinfo.com/networks/osmosis/governance'
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
kind: 'moon-runners',
|
|
832
|
+
url: 'https://moon-runners.net/osmosis/mainnet',
|
|
833
|
+
tx_page: 'https://moon-runners.net/osmosis/mainnet/finder?search=${txHash}',
|
|
834
|
+
account_page: 'https://moon-runners.net/osmosis/mainnet/finder?search=${accountAddress}'
|
|
829
835
|
}
|
|
830
836
|
],
|
|
831
837
|
keywords: ['dex']
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.268",
|
|
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.268"
|
|
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": "19245b6f786a1d2190ec87dff23a00814de0d6c9"
|
|
42
42
|
}
|