@chain-registry/osmosis 1.67.49 → 1.67.50
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 +40 -0
- package/esm/assets.js +40 -0
- package/package.json +3 -3
package/assets.js
CHANGED
|
@@ -22401,6 +22401,46 @@ const assets = {
|
|
|
22401
22401
|
},
|
|
22402
22402
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg'
|
|
22403
22403
|
}]
|
|
22404
|
+
},
|
|
22405
|
+
{
|
|
22406
|
+
description: 'A multi-chain dogecoin twin, trustlessly created by chain-key cryptography and Internet Computer smart contracts that directly hold raw dogecoin.',
|
|
22407
|
+
extended_description: 'Chain-key Dogecoin (ckDOGE) is a bridge token that is backed 1:1 by DOGE held 100% on the ICP mainnet. ckDOGEdoes not rely on a centralized bridge to facilitate the conversion between DOGE and ckDOGE, which makes it substantially more secure when compared to other traditional \'wrapped\' tokens.',
|
|
22408
|
+
denom_units: [{
|
|
22409
|
+
denom: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/dogecoin-native-DOGE',
|
|
22410
|
+
exponent: 0,
|
|
22411
|
+
aliases: ['shibe']
|
|
22412
|
+
}, {
|
|
22413
|
+
denom: 'ckDOGE',
|
|
22414
|
+
exponent: 8
|
|
22415
|
+
}],
|
|
22416
|
+
type_asset: 'unknown',
|
|
22417
|
+
base: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/dogecoin-native-DOGE',
|
|
22418
|
+
name: 'Chain-key Dogecoin',
|
|
22419
|
+
display: 'ckDOGE',
|
|
22420
|
+
symbol: 'ckDOGE',
|
|
22421
|
+
traces: [{
|
|
22422
|
+
type: 'bridge',
|
|
22423
|
+
counterparty: {
|
|
22424
|
+
chain_name: 'dogecoin',
|
|
22425
|
+
base_denom: 'shibe'
|
|
22426
|
+
},
|
|
22427
|
+
provider: 'Omnity Network'
|
|
22428
|
+
}],
|
|
22429
|
+
images: [{
|
|
22430
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ckDOGE.svg',
|
|
22431
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ckDOGE.png'
|
|
22432
|
+
}, {
|
|
22433
|
+
image_sync: {
|
|
22434
|
+
chain_name: 'dogecoin',
|
|
22435
|
+
base_denom: 'shibe'
|
|
22436
|
+
},
|
|
22437
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.svg',
|
|
22438
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.png'
|
|
22439
|
+
}],
|
|
22440
|
+
socials: {
|
|
22441
|
+
website: 'https://internetcomputer.org',
|
|
22442
|
+
twitter: 'https://x.com/dfinity'
|
|
22443
|
+
}
|
|
22404
22444
|
}
|
|
22405
22445
|
]
|
|
22406
22446
|
};
|
package/esm/assets.js
CHANGED
|
@@ -22399,6 +22399,46 @@ const assets = {
|
|
|
22399
22399
|
},
|
|
22400
22400
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg'
|
|
22401
22401
|
}]
|
|
22402
|
+
},
|
|
22403
|
+
{
|
|
22404
|
+
description: 'A multi-chain dogecoin twin, trustlessly created by chain-key cryptography and Internet Computer smart contracts that directly hold raw dogecoin.',
|
|
22405
|
+
extended_description: 'Chain-key Dogecoin (ckDOGE) is a bridge token that is backed 1:1 by DOGE held 100% on the ICP mainnet. ckDOGEdoes not rely on a centralized bridge to facilitate the conversion between DOGE and ckDOGE, which makes it substantially more secure when compared to other traditional \'wrapped\' tokens.',
|
|
22406
|
+
denom_units: [{
|
|
22407
|
+
denom: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/dogecoin-native-DOGE',
|
|
22408
|
+
exponent: 0,
|
|
22409
|
+
aliases: ['shibe']
|
|
22410
|
+
}, {
|
|
22411
|
+
denom: 'ckDOGE',
|
|
22412
|
+
exponent: 8
|
|
22413
|
+
}],
|
|
22414
|
+
type_asset: 'unknown',
|
|
22415
|
+
base: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/dogecoin-native-DOGE',
|
|
22416
|
+
name: 'Chain-key Dogecoin',
|
|
22417
|
+
display: 'ckDOGE',
|
|
22418
|
+
symbol: 'ckDOGE',
|
|
22419
|
+
traces: [{
|
|
22420
|
+
type: 'bridge',
|
|
22421
|
+
counterparty: {
|
|
22422
|
+
chain_name: 'dogecoin',
|
|
22423
|
+
base_denom: 'shibe'
|
|
22424
|
+
},
|
|
22425
|
+
provider: 'Omnity Network'
|
|
22426
|
+
}],
|
|
22427
|
+
images: [{
|
|
22428
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ckDOGE.svg',
|
|
22429
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ckDOGE.png'
|
|
22430
|
+
}, {
|
|
22431
|
+
image_sync: {
|
|
22432
|
+
chain_name: 'dogecoin',
|
|
22433
|
+
base_denom: 'shibe'
|
|
22434
|
+
},
|
|
22435
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.svg',
|
|
22436
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.png'
|
|
22437
|
+
}],
|
|
22438
|
+
socials: {
|
|
22439
|
+
website: 'https://internetcomputer.org',
|
|
22440
|
+
twitter: 'https://x.com/dfinity'
|
|
22441
|
+
}
|
|
22402
22442
|
}
|
|
22403
22443
|
]
|
|
22404
22444
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.50",
|
|
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",
|
|
@@ -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.50"
|
|
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": "07d9327485c2ba76e29c16f8e10cef54e6d60154"
|
|
42
42
|
}
|