@chain-registry/osmosis 1.67.157 → 1.67.158
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/assets.js +42 -0
- package/esm/assets.js +42 -0
- package/package.json +3 -3
package/assets.js
CHANGED
|
@@ -24865,7 +24865,49 @@ const assets = {
|
|
|
24865
24865
|
logo_URIs: {
|
|
24866
24866
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.atom.svg',
|
|
24867
24867
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.atom.png'
|
|
24868
|
+
},
|
|
24869
|
+
socials: {
|
|
24870
|
+
website: 'https://www.paxos.com/pax-gold',
|
|
24871
|
+
twitter: 'https://x.com/Paxos'
|
|
24868
24872
|
}
|
|
24873
|
+
},
|
|
24874
|
+
{
|
|
24875
|
+
description: 'The native token of Namada.',
|
|
24876
|
+
denom_units: [{
|
|
24877
|
+
denom: 'ibc/22632ABDBBD528D348728DB854CE4FDE6588DB90B268000E50606BFD2CFDA053',
|
|
24878
|
+
exponent: 0,
|
|
24879
|
+
aliases: ['unam']
|
|
24880
|
+
}, {
|
|
24881
|
+
denom: 'nam',
|
|
24882
|
+
exponent: 6
|
|
24883
|
+
}],
|
|
24884
|
+
type_asset: 'ics20',
|
|
24885
|
+
base: 'ibc/22632ABDBBD528D348728DB854CE4FDE6588DB90B268000E50606BFD2CFDA053',
|
|
24886
|
+
name: 'Namada',
|
|
24887
|
+
display: 'nam',
|
|
24888
|
+
symbol: 'NAM',
|
|
24889
|
+
traces: [{
|
|
24890
|
+
type: 'ibc',
|
|
24891
|
+
counterparty: {
|
|
24892
|
+
chain_name: 'namada',
|
|
24893
|
+
base_denom: 'unam',
|
|
24894
|
+
channel_id: 'channel-1'
|
|
24895
|
+
},
|
|
24896
|
+
chain: {
|
|
24897
|
+
channel_id: 'channel-98451',
|
|
24898
|
+
path: 'transfer/channel-98451/unam'
|
|
24899
|
+
}
|
|
24900
|
+
}],
|
|
24901
|
+
logo_URIs: {
|
|
24902
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
24903
|
+
},
|
|
24904
|
+
images: [{
|
|
24905
|
+
image_sync: {
|
|
24906
|
+
chain_name: 'namada',
|
|
24907
|
+
base_denom: 'unam'
|
|
24908
|
+
},
|
|
24909
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
24910
|
+
}]
|
|
24869
24911
|
}
|
|
24870
24912
|
]
|
|
24871
24913
|
};
|
package/esm/assets.js
CHANGED
|
@@ -24863,7 +24863,49 @@ const assets = {
|
|
|
24863
24863
|
logo_URIs: {
|
|
24864
24864
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.atom.svg',
|
|
24865
24865
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.atom.png'
|
|
24866
|
+
},
|
|
24867
|
+
socials: {
|
|
24868
|
+
website: 'https://www.paxos.com/pax-gold',
|
|
24869
|
+
twitter: 'https://x.com/Paxos'
|
|
24866
24870
|
}
|
|
24871
|
+
},
|
|
24872
|
+
{
|
|
24873
|
+
description: 'The native token of Namada.',
|
|
24874
|
+
denom_units: [{
|
|
24875
|
+
denom: 'ibc/22632ABDBBD528D348728DB854CE4FDE6588DB90B268000E50606BFD2CFDA053',
|
|
24876
|
+
exponent: 0,
|
|
24877
|
+
aliases: ['unam']
|
|
24878
|
+
}, {
|
|
24879
|
+
denom: 'nam',
|
|
24880
|
+
exponent: 6
|
|
24881
|
+
}],
|
|
24882
|
+
type_asset: 'ics20',
|
|
24883
|
+
base: 'ibc/22632ABDBBD528D348728DB854CE4FDE6588DB90B268000E50606BFD2CFDA053',
|
|
24884
|
+
name: 'Namada',
|
|
24885
|
+
display: 'nam',
|
|
24886
|
+
symbol: 'NAM',
|
|
24887
|
+
traces: [{
|
|
24888
|
+
type: 'ibc',
|
|
24889
|
+
counterparty: {
|
|
24890
|
+
chain_name: 'namada',
|
|
24891
|
+
base_denom: 'unam',
|
|
24892
|
+
channel_id: 'channel-1'
|
|
24893
|
+
},
|
|
24894
|
+
chain: {
|
|
24895
|
+
channel_id: 'channel-98451',
|
|
24896
|
+
path: 'transfer/channel-98451/unam'
|
|
24897
|
+
}
|
|
24898
|
+
}],
|
|
24899
|
+
logo_URIs: {
|
|
24900
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
24901
|
+
},
|
|
24902
|
+
images: [{
|
|
24903
|
+
image_sync: {
|
|
24904
|
+
chain_name: 'namada',
|
|
24905
|
+
base_denom: 'unam'
|
|
24906
|
+
},
|
|
24907
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
24908
|
+
}]
|
|
24867
24909
|
}
|
|
24868
24910
|
]
|
|
24869
24911
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.158",
|
|
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.158"
|
|
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": "c817530a27aa964d9c2d3991e958570f645a84ed"
|
|
42
42
|
}
|