chain-registry 1.63.94 → 1.63.95
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/esm/mainnet/osmosis/assets.js +13 -1
- package/esm/mainnet/thorchain/chain.js +5 -2
- package/esm/noncosmos/internetcomputer/assets.js +29 -0
- package/mainnet/osmosis/assets.js +13 -1
- package/mainnet/thorchain/chain.js +5 -2
- package/noncosmos/internetcomputer/assets.js +29 -0
- package/package.json +4 -4
|
@@ -18321,9 +18321,21 @@ const info = {
|
|
|
18321
18321
|
background_color_hex: '#00000000'
|
|
18322
18322
|
}
|
|
18323
18323
|
},
|
|
18324
|
+
{
|
|
18325
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allSOL_circle.svg',
|
|
18326
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allSOL_circle.png',
|
|
18327
|
+
theme: {
|
|
18328
|
+
circle: false,
|
|
18329
|
+
background_color_hex: '#00000000'
|
|
18330
|
+
}
|
|
18331
|
+
},
|
|
18324
18332
|
{
|
|
18325
18333
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allSOL.svg',
|
|
18326
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allSOL.png'
|
|
18334
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allSOL.png',
|
|
18335
|
+
theme: {
|
|
18336
|
+
circle: false,
|
|
18337
|
+
background_color_hex: '#00000000'
|
|
18338
|
+
}
|
|
18327
18339
|
}
|
|
18328
18340
|
]
|
|
18329
18341
|
},
|
|
@@ -6,12 +6,15 @@ const info = {
|
|
|
6
6
|
website: 'https://thorchain.org/',
|
|
7
7
|
pretty_name: 'THORChain',
|
|
8
8
|
chain_type: 'cosmos',
|
|
9
|
-
chain_id: 'thorchain-
|
|
9
|
+
chain_id: 'thorchain-1',
|
|
10
10
|
bech32_prefix: 'thor',
|
|
11
11
|
daemon_name: 'thord',
|
|
12
12
|
node_home: '$HOME/.thornode',
|
|
13
13
|
slip44: 931,
|
|
14
|
-
codebase: {
|
|
14
|
+
codebase: {
|
|
15
|
+
cosmos_sdk_version: 'v0.45.16',
|
|
16
|
+
cosmwasm_enabled: false
|
|
17
|
+
},
|
|
15
18
|
apis: {
|
|
16
19
|
rpc: [],
|
|
17
20
|
rest: []
|
|
@@ -30,6 +30,35 @@ const info = {
|
|
|
30
30
|
website: 'https://internetcomputer.org/',
|
|
31
31
|
twitter: 'https://x.com/dfinity'
|
|
32
32
|
}
|
|
33
|
+
}, {
|
|
34
|
+
description: 'A multi-chain bitcoin twin, trustlessly created by chain-key cryptography and Internet Computer smart contracts that directly hold raw bitcoin.',
|
|
35
|
+
extended_description: 'Chain-key Bitcoin (ckBTC) is an ICRC-2-compliant token that is backed 1:1 by BTC held 100% on the mainnet. ckBTC does not rely on a centralized bridge to facilitate the conversion between BTC and ckBTC, which makes it substantially more secure when compared to other traditional \'wrapped\' tokens.',
|
|
36
|
+
denom_units: [{
|
|
37
|
+
denom: 'uckBTC',
|
|
38
|
+
exponent: 0
|
|
39
|
+
}, {
|
|
40
|
+
denom: 'ckBTC',
|
|
41
|
+
exponent: 8
|
|
42
|
+
}],
|
|
43
|
+
type_asset: 'unknown',
|
|
44
|
+
base: 'uckBTC',
|
|
45
|
+
name: 'Chain-key Bitcoin',
|
|
46
|
+
display: 'ckBTC',
|
|
47
|
+
symbol: 'ckBTC',
|
|
48
|
+
images: [{
|
|
49
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckbtc.svg',
|
|
50
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckbtc.png',
|
|
51
|
+
theme: {
|
|
52
|
+
circle: true,
|
|
53
|
+
primary_color_hex: '#3B00B9',
|
|
54
|
+
background_color_hex: '#3B00B9'
|
|
55
|
+
}
|
|
56
|
+
}],
|
|
57
|
+
coingecko_id: 'chain-key-bitcoin',
|
|
58
|
+
socials: {
|
|
59
|
+
website: 'https://internetcomputer.org/ckbtc',
|
|
60
|
+
twitter: 'https://x.com/dfinity'
|
|
61
|
+
}
|
|
33
62
|
}]
|
|
34
63
|
};
|
|
35
64
|
export default info;
|
|
@@ -18323,9 +18323,21 @@ const info = {
|
|
|
18323
18323
|
background_color_hex: '#00000000'
|
|
18324
18324
|
}
|
|
18325
18325
|
},
|
|
18326
|
+
{
|
|
18327
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allSOL_circle.svg',
|
|
18328
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allSOL_circle.png',
|
|
18329
|
+
theme: {
|
|
18330
|
+
circle: false,
|
|
18331
|
+
background_color_hex: '#00000000'
|
|
18332
|
+
}
|
|
18333
|
+
},
|
|
18326
18334
|
{
|
|
18327
18335
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allSOL.svg',
|
|
18328
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allSOL.png'
|
|
18336
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allSOL.png',
|
|
18337
|
+
theme: {
|
|
18338
|
+
circle: false,
|
|
18339
|
+
background_color_hex: '#00000000'
|
|
18340
|
+
}
|
|
18329
18341
|
}
|
|
18330
18342
|
]
|
|
18331
18343
|
},
|
|
@@ -8,12 +8,15 @@ const info = {
|
|
|
8
8
|
website: 'https://thorchain.org/',
|
|
9
9
|
pretty_name: 'THORChain',
|
|
10
10
|
chain_type: 'cosmos',
|
|
11
|
-
chain_id: 'thorchain-
|
|
11
|
+
chain_id: 'thorchain-1',
|
|
12
12
|
bech32_prefix: 'thor',
|
|
13
13
|
daemon_name: 'thord',
|
|
14
14
|
node_home: '$HOME/.thornode',
|
|
15
15
|
slip44: 931,
|
|
16
|
-
codebase: {
|
|
16
|
+
codebase: {
|
|
17
|
+
cosmos_sdk_version: 'v0.45.16',
|
|
18
|
+
cosmwasm_enabled: false
|
|
19
|
+
},
|
|
17
20
|
apis: {
|
|
18
21
|
rpc: [],
|
|
19
22
|
rest: []
|
|
@@ -32,6 +32,35 @@ const info = {
|
|
|
32
32
|
website: 'https://internetcomputer.org/',
|
|
33
33
|
twitter: 'https://x.com/dfinity'
|
|
34
34
|
}
|
|
35
|
+
}, {
|
|
36
|
+
description: 'A multi-chain bitcoin twin, trustlessly created by chain-key cryptography and Internet Computer smart contracts that directly hold raw bitcoin.',
|
|
37
|
+
extended_description: 'Chain-key Bitcoin (ckBTC) is an ICRC-2-compliant token that is backed 1:1 by BTC held 100% on the mainnet. ckBTC does not rely on a centralized bridge to facilitate the conversion between BTC and ckBTC, which makes it substantially more secure when compared to other traditional \'wrapped\' tokens.',
|
|
38
|
+
denom_units: [{
|
|
39
|
+
denom: 'uckBTC',
|
|
40
|
+
exponent: 0
|
|
41
|
+
}, {
|
|
42
|
+
denom: 'ckBTC',
|
|
43
|
+
exponent: 8
|
|
44
|
+
}],
|
|
45
|
+
type_asset: 'unknown',
|
|
46
|
+
base: 'uckBTC',
|
|
47
|
+
name: 'Chain-key Bitcoin',
|
|
48
|
+
display: 'ckBTC',
|
|
49
|
+
symbol: 'ckBTC',
|
|
50
|
+
images: [{
|
|
51
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckbtc.svg',
|
|
52
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckbtc.png',
|
|
53
|
+
theme: {
|
|
54
|
+
circle: true,
|
|
55
|
+
primary_color_hex: '#3B00B9',
|
|
56
|
+
background_color_hex: '#3B00B9'
|
|
57
|
+
}
|
|
58
|
+
}],
|
|
59
|
+
coingecko_id: 'chain-key-bitcoin',
|
|
60
|
+
socials: {
|
|
61
|
+
website: 'https://internetcomputer.org/ckbtc',
|
|
62
|
+
twitter: 'https://x.com/dfinity'
|
|
63
|
+
}
|
|
35
64
|
}]
|
|
36
65
|
};
|
|
37
66
|
exports.default = info;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.63.
|
|
3
|
+
"version": "1.63.95",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.46.
|
|
32
|
+
"@chain-registry/utils": "^1.46.76",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.76"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "7e3c21d6c74119033e7393904e5f8c2cb1f8edc6"
|
|
47
47
|
}
|