@chain-registry/osmosis 1.67.99 → 1.67.101
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 +72 -0
- package/esm/asset_list.js +72 -0
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -5569,6 +5569,42 @@ const asset_list = {
|
|
|
5569
5569
|
}
|
|
5570
5570
|
}]
|
|
5571
5571
|
},
|
|
5572
|
+
{
|
|
5573
|
+
description: 'NIL - the native token of Nillion',
|
|
5574
|
+
denom_units: [{
|
|
5575
|
+
denom: 'ibc/D37860EB1D2669F34B47A7BC48885853D5AB23642EF958CDEA35EB6074087064',
|
|
5576
|
+
exponent: 0,
|
|
5577
|
+
aliases: ['unil']
|
|
5578
|
+
}, {
|
|
5579
|
+
denom: 'nil',
|
|
5580
|
+
exponent: 6
|
|
5581
|
+
}],
|
|
5582
|
+
base: 'ibc/D37860EB1D2669F34B47A7BC48885853D5AB23642EF958CDEA35EB6074087064',
|
|
5583
|
+
name: 'Nillion',
|
|
5584
|
+
display: 'nil',
|
|
5585
|
+
symbol: 'NIL',
|
|
5586
|
+
images: [{
|
|
5587
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.png',
|
|
5588
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.svg'
|
|
5589
|
+
}],
|
|
5590
|
+
type_asset: 'sdk.coin',
|
|
5591
|
+
socials: {
|
|
5592
|
+
website: 'https://nillion.com',
|
|
5593
|
+
twitter: 'https://x.com/nillionnetwork'
|
|
5594
|
+
},
|
|
5595
|
+
coingecko_id: 'nillion',
|
|
5596
|
+
traces: [{
|
|
5597
|
+
type: 'ibc',
|
|
5598
|
+
counterparty: {
|
|
5599
|
+
channel_id: 'channel-2',
|
|
5600
|
+
base_denom: 'unil',
|
|
5601
|
+
chain_name: 'nillion'
|
|
5602
|
+
},
|
|
5603
|
+
chain: {
|
|
5604
|
+
channel_id: 'channel-98416'
|
|
5605
|
+
}
|
|
5606
|
+
}]
|
|
5607
|
+
},
|
|
5572
5608
|
{
|
|
5573
5609
|
description: 'The permissioned staking asset for Noble Chain',
|
|
5574
5610
|
denom_units: [{
|
|
@@ -11847,6 +11883,42 @@ const asset_list = {
|
|
|
11847
11883
|
}
|
|
11848
11884
|
}]
|
|
11849
11885
|
},
|
|
11886
|
+
{
|
|
11887
|
+
description: 'NIL - the native token of Nillion',
|
|
11888
|
+
denom_units: [{
|
|
11889
|
+
denom: 'ibc/D37860EB1D2669F34B47A7BC48885853D5AB23642EF958CDEA35EB6074087064',
|
|
11890
|
+
exponent: 0,
|
|
11891
|
+
aliases: ['unil']
|
|
11892
|
+
}, {
|
|
11893
|
+
denom: 'nil',
|
|
11894
|
+
exponent: 6
|
|
11895
|
+
}],
|
|
11896
|
+
base: 'ibc/D37860EB1D2669F34B47A7BC48885853D5AB23642EF958CDEA35EB6074087064',
|
|
11897
|
+
name: 'Nillion',
|
|
11898
|
+
display: 'nil',
|
|
11899
|
+
symbol: 'NIL',
|
|
11900
|
+
images: [{
|
|
11901
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.png',
|
|
11902
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.svg'
|
|
11903
|
+
}],
|
|
11904
|
+
type_asset: 'sdk.coin',
|
|
11905
|
+
socials: {
|
|
11906
|
+
website: 'https://nillion.com',
|
|
11907
|
+
twitter: 'https://x.com/nillionnetwork'
|
|
11908
|
+
},
|
|
11909
|
+
coingecko_id: 'nillion',
|
|
11910
|
+
traces: [{
|
|
11911
|
+
type: 'ibc',
|
|
11912
|
+
counterparty: {
|
|
11913
|
+
channel_id: 'channel-2',
|
|
11914
|
+
base_denom: 'unil',
|
|
11915
|
+
chain_name: 'nillion'
|
|
11916
|
+
},
|
|
11917
|
+
chain: {
|
|
11918
|
+
channel_id: 'channel-98416'
|
|
11919
|
+
}
|
|
11920
|
+
}]
|
|
11921
|
+
},
|
|
11850
11922
|
{
|
|
11851
11923
|
description: 'The permissioned staking asset for Noble Chain',
|
|
11852
11924
|
denom_units: [{
|
package/esm/asset_list.js
CHANGED
|
@@ -5567,6 +5567,42 @@ const asset_list = {
|
|
|
5567
5567
|
}
|
|
5568
5568
|
}]
|
|
5569
5569
|
},
|
|
5570
|
+
{
|
|
5571
|
+
description: 'NIL - the native token of Nillion',
|
|
5572
|
+
denom_units: [{
|
|
5573
|
+
denom: 'ibc/D37860EB1D2669F34B47A7BC48885853D5AB23642EF958CDEA35EB6074087064',
|
|
5574
|
+
exponent: 0,
|
|
5575
|
+
aliases: ['unil']
|
|
5576
|
+
}, {
|
|
5577
|
+
denom: 'nil',
|
|
5578
|
+
exponent: 6
|
|
5579
|
+
}],
|
|
5580
|
+
base: 'ibc/D37860EB1D2669F34B47A7BC48885853D5AB23642EF958CDEA35EB6074087064',
|
|
5581
|
+
name: 'Nillion',
|
|
5582
|
+
display: 'nil',
|
|
5583
|
+
symbol: 'NIL',
|
|
5584
|
+
images: [{
|
|
5585
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.png',
|
|
5586
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.svg'
|
|
5587
|
+
}],
|
|
5588
|
+
type_asset: 'sdk.coin',
|
|
5589
|
+
socials: {
|
|
5590
|
+
website: 'https://nillion.com',
|
|
5591
|
+
twitter: 'https://x.com/nillionnetwork'
|
|
5592
|
+
},
|
|
5593
|
+
coingecko_id: 'nillion',
|
|
5594
|
+
traces: [{
|
|
5595
|
+
type: 'ibc',
|
|
5596
|
+
counterparty: {
|
|
5597
|
+
channel_id: 'channel-2',
|
|
5598
|
+
base_denom: 'unil',
|
|
5599
|
+
chain_name: 'nillion'
|
|
5600
|
+
},
|
|
5601
|
+
chain: {
|
|
5602
|
+
channel_id: 'channel-98416'
|
|
5603
|
+
}
|
|
5604
|
+
}]
|
|
5605
|
+
},
|
|
5570
5606
|
{
|
|
5571
5607
|
description: 'The permissioned staking asset for Noble Chain',
|
|
5572
5608
|
denom_units: [{
|
|
@@ -11845,6 +11881,42 @@ const asset_list = {
|
|
|
11845
11881
|
}
|
|
11846
11882
|
}]
|
|
11847
11883
|
},
|
|
11884
|
+
{
|
|
11885
|
+
description: 'NIL - the native token of Nillion',
|
|
11886
|
+
denom_units: [{
|
|
11887
|
+
denom: 'ibc/D37860EB1D2669F34B47A7BC48885853D5AB23642EF958CDEA35EB6074087064',
|
|
11888
|
+
exponent: 0,
|
|
11889
|
+
aliases: ['unil']
|
|
11890
|
+
}, {
|
|
11891
|
+
denom: 'nil',
|
|
11892
|
+
exponent: 6
|
|
11893
|
+
}],
|
|
11894
|
+
base: 'ibc/D37860EB1D2669F34B47A7BC48885853D5AB23642EF958CDEA35EB6074087064',
|
|
11895
|
+
name: 'Nillion',
|
|
11896
|
+
display: 'nil',
|
|
11897
|
+
symbol: 'NIL',
|
|
11898
|
+
images: [{
|
|
11899
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.png',
|
|
11900
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.svg'
|
|
11901
|
+
}],
|
|
11902
|
+
type_asset: 'sdk.coin',
|
|
11903
|
+
socials: {
|
|
11904
|
+
website: 'https://nillion.com',
|
|
11905
|
+
twitter: 'https://x.com/nillionnetwork'
|
|
11906
|
+
},
|
|
11907
|
+
coingecko_id: 'nillion',
|
|
11908
|
+
traces: [{
|
|
11909
|
+
type: 'ibc',
|
|
11910
|
+
counterparty: {
|
|
11911
|
+
channel_id: 'channel-2',
|
|
11912
|
+
base_denom: 'unil',
|
|
11913
|
+
chain_name: 'nillion'
|
|
11914
|
+
},
|
|
11915
|
+
chain: {
|
|
11916
|
+
channel_id: 'channel-98416'
|
|
11917
|
+
}
|
|
11918
|
+
}]
|
|
11919
|
+
},
|
|
11848
11920
|
{
|
|
11849
11921
|
description: 'The permissioned staking asset for Noble Chain',
|
|
11850
11922
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.101",
|
|
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.101"
|
|
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": "8e5ace99b26fa6a521ea35d57af77fa03a0032e8"
|
|
42
42
|
}
|