chain-registry 2.0.229 → 2.0.231
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/asset-lists.js +4 -0
- package/esm/mainnet/bitbadges/ibc-data.js +31 -0
- package/esm/mainnet/chains.js +4 -0
- package/esm/mainnet/cosmoshub/chain.js +6 -6
- package/esm/mainnet/hipercapital/asset-list.js +27 -0
- package/esm/mainnet/hipercapital/chain.js +65 -0
- package/esm/mainnet/hipercapital/index.js +4 -0
- package/esm/mainnet/injective/ibc-data.js +31 -0
- package/esm/mainnet/ritbit/asset-list.js +60 -0
- package/esm/mainnet/ritbit/chain.js +60 -0
- package/esm/mainnet/ritbit/index.js +4 -0
- package/esm/mainnet/safrochain/asset-list.js +24 -3
- package/mainnet/asset-lists.js +4 -0
- package/mainnet/bitbadges/ibc-data.js +31 -0
- package/mainnet/chains.js +4 -0
- package/mainnet/cosmoshub/chain.js +6 -6
- package/mainnet/hipercapital/asset-list.d.ts +3 -0
- package/mainnet/hipercapital/asset-list.js +29 -0
- package/mainnet/hipercapital/chain.d.ts +3 -0
- package/mainnet/hipercapital/chain.js +67 -0
- package/mainnet/hipercapital/index.d.ts +2 -0
- package/mainnet/hipercapital/index.js +10 -0
- package/mainnet/injective/ibc-data.js +31 -0
- package/mainnet/ritbit/asset-list.d.ts +3 -0
- package/mainnet/ritbit/asset-list.js +62 -0
- package/mainnet/ritbit/chain.d.ts +3 -0
- package/mainnet/ritbit/chain.js +62 -0
- package/mainnet/ritbit/index.d.ts +2 -0
- package/mainnet/ritbit/index.js +10 -0
- package/mainnet/safrochain/asset-list.js +24 -3
- package/package.json +3 -3
|
@@ -86,6 +86,7 @@ import * as _haqq from './haqq';
|
|
|
86
86
|
import * as _hazinachain from './hazinachain';
|
|
87
87
|
import * as _heli from './heli';
|
|
88
88
|
import * as _highbury from './highbury';
|
|
89
|
+
import * as _hipercapital from './hipercapital';
|
|
89
90
|
import * as _hippoprotocol from './hippoprotocol';
|
|
90
91
|
import * as _humans from './humans';
|
|
91
92
|
import * as _idep from './idep';
|
|
@@ -171,6 +172,7 @@ import * as _qwoyn from './qwoyn';
|
|
|
171
172
|
import * as _realio from './realio';
|
|
172
173
|
import * as _rebus from './rebus';
|
|
173
174
|
import * as _regen from './regen';
|
|
175
|
+
import * as _ritbit from './ritbit';
|
|
174
176
|
import * as _rizon from './rizon';
|
|
175
177
|
import * as _safrochain from './safrochain';
|
|
176
178
|
import * as _saga from './saga';
|
|
@@ -312,6 +314,7 @@ const assetList = [
|
|
|
312
314
|
_hazinachain.assetList,
|
|
313
315
|
_heli.assetList,
|
|
314
316
|
_highbury.assetList,
|
|
317
|
+
_hipercapital.assetList,
|
|
315
318
|
_hippoprotocol.assetList,
|
|
316
319
|
_humans.assetList,
|
|
317
320
|
_idep.assetList,
|
|
@@ -397,6 +400,7 @@ const assetList = [
|
|
|
397
400
|
_realio.assetList,
|
|
398
401
|
_rebus.assetList,
|
|
399
402
|
_regen.assetList,
|
|
403
|
+
_ritbit.assetList,
|
|
400
404
|
_rizon.assetList,
|
|
401
405
|
_safrochain.assetList,
|
|
402
406
|
_saga.assetList,
|
|
@@ -30,6 +30,37 @@ const info = [
|
|
|
30
30
|
}
|
|
31
31
|
}]
|
|
32
32
|
},
|
|
33
|
+
{
|
|
34
|
+
$schema: '../ibc_data.schema.json',
|
|
35
|
+
chain1: {
|
|
36
|
+
chainName: 'bitbadges',
|
|
37
|
+
chainId: 'bitbadges-1',
|
|
38
|
+
clientId: '07-tendermint-39',
|
|
39
|
+
connectionId: 'connection-89'
|
|
40
|
+
},
|
|
41
|
+
chain2: {
|
|
42
|
+
chainName: 'injective',
|
|
43
|
+
chainId: 'injective-1',
|
|
44
|
+
clientId: '07-tendermint-340',
|
|
45
|
+
connectionId: 'connection-343'
|
|
46
|
+
},
|
|
47
|
+
channels: [{
|
|
48
|
+
chain1: {
|
|
49
|
+
channelId: 'channel-40',
|
|
50
|
+
portId: 'transfer'
|
|
51
|
+
},
|
|
52
|
+
chain2: {
|
|
53
|
+
channelId: 'channel-464',
|
|
54
|
+
portId: 'transfer'
|
|
55
|
+
},
|
|
56
|
+
ordering: 'unordered',
|
|
57
|
+
version: 'ics20-1',
|
|
58
|
+
tags: {
|
|
59
|
+
preferred: true,
|
|
60
|
+
status: 'ACTIVE'
|
|
61
|
+
}
|
|
62
|
+
}]
|
|
63
|
+
},
|
|
33
64
|
{
|
|
34
65
|
$schema: '../ibc_data.schema.json',
|
|
35
66
|
chain1: {
|
package/esm/mainnet/chains.js
CHANGED
|
@@ -86,6 +86,7 @@ import * as _haqq from './haqq';
|
|
|
86
86
|
import * as _hazinachain from './hazinachain';
|
|
87
87
|
import * as _heli from './heli';
|
|
88
88
|
import * as _highbury from './highbury';
|
|
89
|
+
import * as _hipercapital from './hipercapital';
|
|
89
90
|
import * as _hippoprotocol from './hippoprotocol';
|
|
90
91
|
import * as _humans from './humans';
|
|
91
92
|
import * as _idep from './idep';
|
|
@@ -171,6 +172,7 @@ import * as _qwoyn from './qwoyn';
|
|
|
171
172
|
import * as _realio from './realio';
|
|
172
173
|
import * as _rebus from './rebus';
|
|
173
174
|
import * as _regen from './regen';
|
|
175
|
+
import * as _ritbit from './ritbit';
|
|
174
176
|
import * as _rizon from './rizon';
|
|
175
177
|
import * as _safrochain from './safrochain';
|
|
176
178
|
import * as _saga from './saga';
|
|
@@ -312,6 +314,7 @@ const chains = [
|
|
|
312
314
|
_hazinachain.chain,
|
|
313
315
|
_heli.chain,
|
|
314
316
|
_highbury.chain,
|
|
317
|
+
_hipercapital.chain,
|
|
315
318
|
_hippoprotocol.chain,
|
|
316
319
|
_humans.chain,
|
|
317
320
|
_idep.chain,
|
|
@@ -397,6 +400,7 @@ const chains = [
|
|
|
397
400
|
_realio.chain,
|
|
398
401
|
_rebus.chain,
|
|
399
402
|
_regen.chain,
|
|
403
|
+
_ritbit.chain,
|
|
400
404
|
_rizon.chain,
|
|
401
405
|
_safrochain.chain,
|
|
402
406
|
_saga.chain,
|
|
@@ -28,15 +28,15 @@ const info = {
|
|
|
28
28
|
},
|
|
29
29
|
codebase: {
|
|
30
30
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
31
|
-
recommendedVersion: 'v27.
|
|
32
|
-
compatibleVersions: ['v27.
|
|
31
|
+
recommendedVersion: 'v27.5.0',
|
|
32
|
+
compatibleVersions: ['v27.5.0'],
|
|
33
33
|
consensus: {
|
|
34
34
|
type: 'cometbft',
|
|
35
35
|
version: 'v0.38.23'
|
|
36
36
|
},
|
|
37
37
|
binaries: {
|
|
38
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
39
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
38
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.5.0/gaiad-v27.5.0-darwin-amd64',
|
|
39
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.5.0/gaiad-v27.5.0-linux-amd64'
|
|
40
40
|
},
|
|
41
41
|
genesis: {
|
|
42
42
|
genesisUrl: 'https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz'
|
|
@@ -48,14 +48,14 @@ const info = {
|
|
|
48
48
|
},
|
|
49
49
|
ibc: {
|
|
50
50
|
type: 'go',
|
|
51
|
-
version: 'v10.
|
|
51
|
+
version: 'v10.7.0'
|
|
52
52
|
},
|
|
53
53
|
cosmwasm: {
|
|
54
54
|
version: 'v0.60.7',
|
|
55
55
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
56
56
|
tag: 'v0.60.7'
|
|
57
57
|
},
|
|
58
|
-
tag: 'v27.
|
|
58
|
+
tag: 'v27.5.0'
|
|
59
59
|
},
|
|
60
60
|
logoURIs: {
|
|
61
61
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../assetlist.schema.json',
|
|
3
|
+
chainName: 'hipercapital',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'HIP is the native governance and gas token of the HiperCapital sovereign chain (hipcf_7777-1).',
|
|
6
|
+
typeAsset: 'sdk.coin',
|
|
7
|
+
denomUnits: [{
|
|
8
|
+
denom: 'ahip',
|
|
9
|
+
exponent: 0,
|
|
10
|
+
aliases: ['attoahip']
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'hip',
|
|
13
|
+
exponent: 18
|
|
14
|
+
}],
|
|
15
|
+
base: 'ahip',
|
|
16
|
+
name: 'HiperCapital Governance',
|
|
17
|
+
display: 'hip',
|
|
18
|
+
symbol: 'HIP',
|
|
19
|
+
logoURIs: {
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hipercapital/images/hip.png'
|
|
21
|
+
},
|
|
22
|
+
images: [{
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hipercapital/images/hip.png'
|
|
24
|
+
}]
|
|
25
|
+
}]
|
|
26
|
+
};
|
|
27
|
+
export default info;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../chain.schema.json',
|
|
3
|
+
chainName: 'hipercapital',
|
|
4
|
+
status: 'live',
|
|
5
|
+
networkType: 'mainnet',
|
|
6
|
+
prettyName: 'Hipercapital Finance',
|
|
7
|
+
chainType: 'cosmos',
|
|
8
|
+
chainId: 'hipcf_7777-1',
|
|
9
|
+
bech32Prefix: 'cosmos',
|
|
10
|
+
daemonName: 'evmd',
|
|
11
|
+
nodeHome: '$HOME/.evmd-mainnet',
|
|
12
|
+
keyAlgos: ['ethsecp256k1'],
|
|
13
|
+
slip44: 60,
|
|
14
|
+
logoURIs: {
|
|
15
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hipercapital/images/hip.png'
|
|
16
|
+
},
|
|
17
|
+
fees: {
|
|
18
|
+
feeTokens: [{
|
|
19
|
+
denom: 'ahip',
|
|
20
|
+
fixedMinGasPrice: 0,
|
|
21
|
+
lowGasPrice: 1000000000,
|
|
22
|
+
averageGasPrice: 5000000000,
|
|
23
|
+
highGasPrice: 10000000000
|
|
24
|
+
}]
|
|
25
|
+
},
|
|
26
|
+
staking: {
|
|
27
|
+
stakingTokens: [{
|
|
28
|
+
denom: 'ahip'
|
|
29
|
+
}]
|
|
30
|
+
},
|
|
31
|
+
codebase: {
|
|
32
|
+
gitRepo: 'https://github.com/hipercapital/evm',
|
|
33
|
+
recommendedVersion: 'v0.7.0',
|
|
34
|
+
consensus: {
|
|
35
|
+
type: 'cometbft'
|
|
36
|
+
},
|
|
37
|
+
genesis: {
|
|
38
|
+
genesisUrl: 'https://rpc-cosmos.hipercapitalfinance.com/genesis.json'
|
|
39
|
+
},
|
|
40
|
+
compatibleVersions: ['v0.7.0']
|
|
41
|
+
},
|
|
42
|
+
apis: {
|
|
43
|
+
rpc: [{
|
|
44
|
+
address: 'https://rpc-cosmos.hipercapitalfinance.com',
|
|
45
|
+
provider: 'HiperCapital Finance'
|
|
46
|
+
}],
|
|
47
|
+
rest: [{
|
|
48
|
+
address: 'https://api-cosmos.hipercapitalfinance.com',
|
|
49
|
+
provider: 'HiperCapital Finance'
|
|
50
|
+
}],
|
|
51
|
+
evmHttpJsonrpc: [{
|
|
52
|
+
address: 'https://evm-cosmos.hipercapitalfinance.com',
|
|
53
|
+
provider: 'HiperCapital Finance'
|
|
54
|
+
}]
|
|
55
|
+
},
|
|
56
|
+
explorers: [{
|
|
57
|
+
kind: 'HiperCapital Explorer',
|
|
58
|
+
url: 'https://explorer.hipercapitalfinance.com'
|
|
59
|
+
}],
|
|
60
|
+
images: [{
|
|
61
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hipercapital/images/hip.png'
|
|
62
|
+
}],
|
|
63
|
+
website: 'https://hipercapitalfinance.com'
|
|
64
|
+
};
|
|
65
|
+
export default info;
|
|
@@ -92,6 +92,37 @@ const info = [
|
|
|
92
92
|
}
|
|
93
93
|
}]
|
|
94
94
|
},
|
|
95
|
+
{
|
|
96
|
+
$schema: '../ibc_data.schema.json',
|
|
97
|
+
chain1: {
|
|
98
|
+
chainName: 'bitbadges',
|
|
99
|
+
chainId: 'bitbadges-1',
|
|
100
|
+
clientId: '07-tendermint-39',
|
|
101
|
+
connectionId: 'connection-89'
|
|
102
|
+
},
|
|
103
|
+
chain2: {
|
|
104
|
+
chainName: 'injective',
|
|
105
|
+
chainId: 'injective-1',
|
|
106
|
+
clientId: '07-tendermint-340',
|
|
107
|
+
connectionId: 'connection-343'
|
|
108
|
+
},
|
|
109
|
+
channels: [{
|
|
110
|
+
chain1: {
|
|
111
|
+
channelId: 'channel-40',
|
|
112
|
+
portId: 'transfer'
|
|
113
|
+
},
|
|
114
|
+
chain2: {
|
|
115
|
+
channelId: 'channel-464',
|
|
116
|
+
portId: 'transfer'
|
|
117
|
+
},
|
|
118
|
+
ordering: 'unordered',
|
|
119
|
+
version: 'ics20-1',
|
|
120
|
+
tags: {
|
|
121
|
+
preferred: true,
|
|
122
|
+
status: 'ACTIVE'
|
|
123
|
+
}
|
|
124
|
+
}]
|
|
125
|
+
},
|
|
95
126
|
{
|
|
96
127
|
$schema: '../ibc_data.schema.json',
|
|
97
128
|
chain1: {
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../assetlist.schema.json',
|
|
3
|
+
chainName: 'ritbit',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'RIT is the native staking and governance token of RITBIT, the network that powers the Rubin Trade decentralized exchange.',
|
|
6
|
+
denomUnits: [{
|
|
7
|
+
denom: 'urit',
|
|
8
|
+
exponent: 0
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'rit',
|
|
11
|
+
exponent: 18
|
|
12
|
+
}],
|
|
13
|
+
base: 'urit',
|
|
14
|
+
name: 'Rubin',
|
|
15
|
+
display: 'rit',
|
|
16
|
+
symbol: 'RIT',
|
|
17
|
+
logoURIs: {
|
|
18
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ritbit/images/ritbit.png'
|
|
19
|
+
},
|
|
20
|
+
images: [{
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ritbit/images/ritbit.png'
|
|
22
|
+
}],
|
|
23
|
+
typeAsset: 'sdk.coin'
|
|
24
|
+
}, {
|
|
25
|
+
description: 'USD Coin (USDC) used as collateral for trading on Rubin.',
|
|
26
|
+
denomUnits: [{
|
|
27
|
+
denom: 'uusdc',
|
|
28
|
+
exponent: 0
|
|
29
|
+
}, {
|
|
30
|
+
denom: 'usdc',
|
|
31
|
+
exponent: 6
|
|
32
|
+
}],
|
|
33
|
+
base: 'uusdc',
|
|
34
|
+
name: 'USD Coin',
|
|
35
|
+
display: 'usdc',
|
|
36
|
+
symbol: 'USDC',
|
|
37
|
+
traces: [{
|
|
38
|
+
type: 'bridge',
|
|
39
|
+
counterparty: {
|
|
40
|
+
chainName: 'ethereum',
|
|
41
|
+
baseDenom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
42
|
+
},
|
|
43
|
+
provider: 'Rubin'
|
|
44
|
+
}],
|
|
45
|
+
logoURIs: {
|
|
46
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
47
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
48
|
+
},
|
|
49
|
+
images: [{
|
|
50
|
+
imageSync: {
|
|
51
|
+
chainName: 'ethereum',
|
|
52
|
+
baseDenom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
53
|
+
},
|
|
54
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
55
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
56
|
+
}],
|
|
57
|
+
typeAsset: 'sdk.coin'
|
|
58
|
+
}]
|
|
59
|
+
};
|
|
60
|
+
export default info;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../chain.schema.json',
|
|
3
|
+
chainName: 'ritbit',
|
|
4
|
+
status: 'live',
|
|
5
|
+
website: 'https://rubin.trade/',
|
|
6
|
+
networkType: 'mainnet',
|
|
7
|
+
prettyName: 'RITBIT',
|
|
8
|
+
chainType: 'cosmos',
|
|
9
|
+
chainId: 'ritbit-mainnet',
|
|
10
|
+
bech32Prefix: 'rit',
|
|
11
|
+
slip44: 118,
|
|
12
|
+
fees: {
|
|
13
|
+
feeTokens: [{
|
|
14
|
+
denom: 'urit',
|
|
15
|
+
fixedMinGasPrice: 12500000000,
|
|
16
|
+
lowGasPrice: 12500000000,
|
|
17
|
+
averageGasPrice: 12500000000,
|
|
18
|
+
highGasPrice: 20000000000
|
|
19
|
+
}, {
|
|
20
|
+
denom: 'uusdc',
|
|
21
|
+
fixedMinGasPrice: 0.025,
|
|
22
|
+
lowGasPrice: 0.025,
|
|
23
|
+
averageGasPrice: 0.025,
|
|
24
|
+
highGasPrice: 0.03
|
|
25
|
+
}]
|
|
26
|
+
},
|
|
27
|
+
staking: {
|
|
28
|
+
stakingTokens: [{
|
|
29
|
+
denom: 'urit'
|
|
30
|
+
}]
|
|
31
|
+
},
|
|
32
|
+
logoURIs: {
|
|
33
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ritbit/images/ritbit.png'
|
|
34
|
+
},
|
|
35
|
+
description: 'RITBIT is the network that powers Rubin Trade — a self-custody decentralized exchange for crypto perpetual futures and spot trading.',
|
|
36
|
+
apis: {
|
|
37
|
+
rpc: [{
|
|
38
|
+
address: 'https://rpc.mainnet.rubin.trade',
|
|
39
|
+
provider: 'Rubin'
|
|
40
|
+
}],
|
|
41
|
+
rest: [{
|
|
42
|
+
address: 'https://rest.mainnet.rubin.trade',
|
|
43
|
+
provider: 'Rubin'
|
|
44
|
+
}],
|
|
45
|
+
grpc: [{
|
|
46
|
+
address: 'grpc.mainnet.rubin.trade:443',
|
|
47
|
+
provider: 'Rubin'
|
|
48
|
+
}]
|
|
49
|
+
},
|
|
50
|
+
explorers: [{
|
|
51
|
+
kind: 'rubin',
|
|
52
|
+
url: 'https://explorer.rubin.trade/ritbit-mainnet',
|
|
53
|
+
txPage: 'https://explorer.rubin.trade/ritbit-mainnet/tx/${txHash}',
|
|
54
|
+
accountPage: 'https://explorer.rubin.trade/ritbit-mainnet/account/${accountAddress}'
|
|
55
|
+
}],
|
|
56
|
+
images: [{
|
|
57
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ritbit/images/ritbit.png'
|
|
58
|
+
}]
|
|
59
|
+
};
|
|
60
|
+
export default info;
|
|
@@ -53,9 +53,21 @@ const info = {
|
|
|
53
53
|
}
|
|
54
54
|
}],
|
|
55
55
|
logoURIs: {
|
|
56
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
56
57
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
57
58
|
},
|
|
58
|
-
typeAsset: 'ics20'
|
|
59
|
+
typeAsset: 'ics20',
|
|
60
|
+
images: [{
|
|
61
|
+
imageSync: {
|
|
62
|
+
chainName: 'noble',
|
|
63
|
+
baseDenom: 'uusdc'
|
|
64
|
+
},
|
|
65
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
66
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
67
|
+
theme: {
|
|
68
|
+
circle: true
|
|
69
|
+
}
|
|
70
|
+
}]
|
|
59
71
|
},
|
|
60
72
|
{
|
|
61
73
|
description: 'Osmosis OSMO bridged over IBC channel-1.',
|
|
@@ -84,9 +96,18 @@ const info = {
|
|
|
84
96
|
}
|
|
85
97
|
}],
|
|
86
98
|
logoURIs: {
|
|
87
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png'
|
|
99
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
100
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
88
101
|
},
|
|
89
|
-
typeAsset: 'ics20'
|
|
102
|
+
typeAsset: 'ics20',
|
|
103
|
+
images: [{
|
|
104
|
+
imageSync: {
|
|
105
|
+
chainName: 'osmosis',
|
|
106
|
+
baseDenom: 'uosmo'
|
|
107
|
+
},
|
|
108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
109
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
110
|
+
}]
|
|
90
111
|
}
|
|
91
112
|
]
|
|
92
113
|
};
|
package/mainnet/asset-lists.js
CHANGED
|
@@ -111,6 +111,7 @@ const _haqq = __importStar(require("./haqq"));
|
|
|
111
111
|
const _hazinachain = __importStar(require("./hazinachain"));
|
|
112
112
|
const _heli = __importStar(require("./heli"));
|
|
113
113
|
const _highbury = __importStar(require("./highbury"));
|
|
114
|
+
const _hipercapital = __importStar(require("./hipercapital"));
|
|
114
115
|
const _hippoprotocol = __importStar(require("./hippoprotocol"));
|
|
115
116
|
const _humans = __importStar(require("./humans"));
|
|
116
117
|
const _idep = __importStar(require("./idep"));
|
|
@@ -196,6 +197,7 @@ const _qwoyn = __importStar(require("./qwoyn"));
|
|
|
196
197
|
const _realio = __importStar(require("./realio"));
|
|
197
198
|
const _rebus = __importStar(require("./rebus"));
|
|
198
199
|
const _regen = __importStar(require("./regen"));
|
|
200
|
+
const _ritbit = __importStar(require("./ritbit"));
|
|
199
201
|
const _rizon = __importStar(require("./rizon"));
|
|
200
202
|
const _safrochain = __importStar(require("./safrochain"));
|
|
201
203
|
const _saga = __importStar(require("./saga"));
|
|
@@ -337,6 +339,7 @@ const assetList = [
|
|
|
337
339
|
_hazinachain.assetList,
|
|
338
340
|
_heli.assetList,
|
|
339
341
|
_highbury.assetList,
|
|
342
|
+
_hipercapital.assetList,
|
|
340
343
|
_hippoprotocol.assetList,
|
|
341
344
|
_humans.assetList,
|
|
342
345
|
_idep.assetList,
|
|
@@ -422,6 +425,7 @@ const assetList = [
|
|
|
422
425
|
_realio.assetList,
|
|
423
426
|
_rebus.assetList,
|
|
424
427
|
_regen.assetList,
|
|
428
|
+
_ritbit.assetList,
|
|
425
429
|
_rizon.assetList,
|
|
426
430
|
_safrochain.assetList,
|
|
427
431
|
_saga.assetList,
|
|
@@ -32,6 +32,37 @@ const info = [
|
|
|
32
32
|
}
|
|
33
33
|
}]
|
|
34
34
|
},
|
|
35
|
+
{
|
|
36
|
+
$schema: '../ibc_data.schema.json',
|
|
37
|
+
chain1: {
|
|
38
|
+
chainName: 'bitbadges',
|
|
39
|
+
chainId: 'bitbadges-1',
|
|
40
|
+
clientId: '07-tendermint-39',
|
|
41
|
+
connectionId: 'connection-89'
|
|
42
|
+
},
|
|
43
|
+
chain2: {
|
|
44
|
+
chainName: 'injective',
|
|
45
|
+
chainId: 'injective-1',
|
|
46
|
+
clientId: '07-tendermint-340',
|
|
47
|
+
connectionId: 'connection-343'
|
|
48
|
+
},
|
|
49
|
+
channels: [{
|
|
50
|
+
chain1: {
|
|
51
|
+
channelId: 'channel-40',
|
|
52
|
+
portId: 'transfer'
|
|
53
|
+
},
|
|
54
|
+
chain2: {
|
|
55
|
+
channelId: 'channel-464',
|
|
56
|
+
portId: 'transfer'
|
|
57
|
+
},
|
|
58
|
+
ordering: 'unordered',
|
|
59
|
+
version: 'ics20-1',
|
|
60
|
+
tags: {
|
|
61
|
+
preferred: true,
|
|
62
|
+
status: 'ACTIVE'
|
|
63
|
+
}
|
|
64
|
+
}]
|
|
65
|
+
},
|
|
35
66
|
{
|
|
36
67
|
$schema: '../ibc_data.schema.json',
|
|
37
68
|
chain1: {
|
package/mainnet/chains.js
CHANGED
|
@@ -111,6 +111,7 @@ const _haqq = __importStar(require("./haqq"));
|
|
|
111
111
|
const _hazinachain = __importStar(require("./hazinachain"));
|
|
112
112
|
const _heli = __importStar(require("./heli"));
|
|
113
113
|
const _highbury = __importStar(require("./highbury"));
|
|
114
|
+
const _hipercapital = __importStar(require("./hipercapital"));
|
|
114
115
|
const _hippoprotocol = __importStar(require("./hippoprotocol"));
|
|
115
116
|
const _humans = __importStar(require("./humans"));
|
|
116
117
|
const _idep = __importStar(require("./idep"));
|
|
@@ -196,6 +197,7 @@ const _qwoyn = __importStar(require("./qwoyn"));
|
|
|
196
197
|
const _realio = __importStar(require("./realio"));
|
|
197
198
|
const _rebus = __importStar(require("./rebus"));
|
|
198
199
|
const _regen = __importStar(require("./regen"));
|
|
200
|
+
const _ritbit = __importStar(require("./ritbit"));
|
|
199
201
|
const _rizon = __importStar(require("./rizon"));
|
|
200
202
|
const _safrochain = __importStar(require("./safrochain"));
|
|
201
203
|
const _saga = __importStar(require("./saga"));
|
|
@@ -337,6 +339,7 @@ const chains = [
|
|
|
337
339
|
_hazinachain.chain,
|
|
338
340
|
_heli.chain,
|
|
339
341
|
_highbury.chain,
|
|
342
|
+
_hipercapital.chain,
|
|
340
343
|
_hippoprotocol.chain,
|
|
341
344
|
_humans.chain,
|
|
342
345
|
_idep.chain,
|
|
@@ -422,6 +425,7 @@ const chains = [
|
|
|
422
425
|
_realio.chain,
|
|
423
426
|
_rebus.chain,
|
|
424
427
|
_regen.chain,
|
|
428
|
+
_ritbit.chain,
|
|
425
429
|
_rizon.chain,
|
|
426
430
|
_safrochain.chain,
|
|
427
431
|
_saga.chain,
|
|
@@ -30,15 +30,15 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
32
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
33
|
-
recommendedVersion: 'v27.
|
|
34
|
-
compatibleVersions: ['v27.
|
|
33
|
+
recommendedVersion: 'v27.5.0',
|
|
34
|
+
compatibleVersions: ['v27.5.0'],
|
|
35
35
|
consensus: {
|
|
36
36
|
type: 'cometbft',
|
|
37
37
|
version: 'v0.38.23'
|
|
38
38
|
},
|
|
39
39
|
binaries: {
|
|
40
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
41
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
40
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.5.0/gaiad-v27.5.0-darwin-amd64',
|
|
41
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.5.0/gaiad-v27.5.0-linux-amd64'
|
|
42
42
|
},
|
|
43
43
|
genesis: {
|
|
44
44
|
genesisUrl: 'https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz'
|
|
@@ -50,14 +50,14 @@ const info = {
|
|
|
50
50
|
},
|
|
51
51
|
ibc: {
|
|
52
52
|
type: 'go',
|
|
53
|
-
version: 'v10.
|
|
53
|
+
version: 'v10.7.0'
|
|
54
54
|
},
|
|
55
55
|
cosmwasm: {
|
|
56
56
|
version: 'v0.60.7',
|
|
57
57
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
58
58
|
tag: 'v0.60.7'
|
|
59
59
|
},
|
|
60
|
-
tag: 'v27.
|
|
60
|
+
tag: 'v27.5.0'
|
|
61
61
|
},
|
|
62
62
|
logoURIs: {
|
|
63
63
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../assetlist.schema.json',
|
|
5
|
+
chainName: 'hipercapital',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'HIP is the native governance and gas token of the HiperCapital sovereign chain (hipcf_7777-1).',
|
|
8
|
+
typeAsset: 'sdk.coin',
|
|
9
|
+
denomUnits: [{
|
|
10
|
+
denom: 'ahip',
|
|
11
|
+
exponent: 0,
|
|
12
|
+
aliases: ['attoahip']
|
|
13
|
+
}, {
|
|
14
|
+
denom: 'hip',
|
|
15
|
+
exponent: 18
|
|
16
|
+
}],
|
|
17
|
+
base: 'ahip',
|
|
18
|
+
name: 'HiperCapital Governance',
|
|
19
|
+
display: 'hip',
|
|
20
|
+
symbol: 'HIP',
|
|
21
|
+
logoURIs: {
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hipercapital/images/hip.png'
|
|
23
|
+
},
|
|
24
|
+
images: [{
|
|
25
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hipercapital/images/hip.png'
|
|
26
|
+
}]
|
|
27
|
+
}]
|
|
28
|
+
};
|
|
29
|
+
exports.default = info;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../chain.schema.json',
|
|
5
|
+
chainName: 'hipercapital',
|
|
6
|
+
status: 'live',
|
|
7
|
+
networkType: 'mainnet',
|
|
8
|
+
prettyName: 'Hipercapital Finance',
|
|
9
|
+
chainType: 'cosmos',
|
|
10
|
+
chainId: 'hipcf_7777-1',
|
|
11
|
+
bech32Prefix: 'cosmos',
|
|
12
|
+
daemonName: 'evmd',
|
|
13
|
+
nodeHome: '$HOME/.evmd-mainnet',
|
|
14
|
+
keyAlgos: ['ethsecp256k1'],
|
|
15
|
+
slip44: 60,
|
|
16
|
+
logoURIs: {
|
|
17
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hipercapital/images/hip.png'
|
|
18
|
+
},
|
|
19
|
+
fees: {
|
|
20
|
+
feeTokens: [{
|
|
21
|
+
denom: 'ahip',
|
|
22
|
+
fixedMinGasPrice: 0,
|
|
23
|
+
lowGasPrice: 1000000000,
|
|
24
|
+
averageGasPrice: 5000000000,
|
|
25
|
+
highGasPrice: 10000000000
|
|
26
|
+
}]
|
|
27
|
+
},
|
|
28
|
+
staking: {
|
|
29
|
+
stakingTokens: [{
|
|
30
|
+
denom: 'ahip'
|
|
31
|
+
}]
|
|
32
|
+
},
|
|
33
|
+
codebase: {
|
|
34
|
+
gitRepo: 'https://github.com/hipercapital/evm',
|
|
35
|
+
recommendedVersion: 'v0.7.0',
|
|
36
|
+
consensus: {
|
|
37
|
+
type: 'cometbft'
|
|
38
|
+
},
|
|
39
|
+
genesis: {
|
|
40
|
+
genesisUrl: 'https://rpc-cosmos.hipercapitalfinance.com/genesis.json'
|
|
41
|
+
},
|
|
42
|
+
compatibleVersions: ['v0.7.0']
|
|
43
|
+
},
|
|
44
|
+
apis: {
|
|
45
|
+
rpc: [{
|
|
46
|
+
address: 'https://rpc-cosmos.hipercapitalfinance.com',
|
|
47
|
+
provider: 'HiperCapital Finance'
|
|
48
|
+
}],
|
|
49
|
+
rest: [{
|
|
50
|
+
address: 'https://api-cosmos.hipercapitalfinance.com',
|
|
51
|
+
provider: 'HiperCapital Finance'
|
|
52
|
+
}],
|
|
53
|
+
evmHttpJsonrpc: [{
|
|
54
|
+
address: 'https://evm-cosmos.hipercapitalfinance.com',
|
|
55
|
+
provider: 'HiperCapital Finance'
|
|
56
|
+
}]
|
|
57
|
+
},
|
|
58
|
+
explorers: [{
|
|
59
|
+
kind: 'HiperCapital Explorer',
|
|
60
|
+
url: 'https://explorer.hipercapitalfinance.com'
|
|
61
|
+
}],
|
|
62
|
+
images: [{
|
|
63
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hipercapital/images/hip.png'
|
|
64
|
+
}],
|
|
65
|
+
website: 'https://hipercapitalfinance.com'
|
|
66
|
+
};
|
|
67
|
+
exports.default = info;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.chain = exports.assetList = void 0;
|
|
7
|
+
const asset_list_1 = __importDefault(require("./asset-list"));
|
|
8
|
+
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
exports.assetList = asset_list_1.default;
|
|
10
|
+
exports.chain = chain_1.default;
|
|
@@ -94,6 +94,37 @@ const info = [
|
|
|
94
94
|
}
|
|
95
95
|
}]
|
|
96
96
|
},
|
|
97
|
+
{
|
|
98
|
+
$schema: '../ibc_data.schema.json',
|
|
99
|
+
chain1: {
|
|
100
|
+
chainName: 'bitbadges',
|
|
101
|
+
chainId: 'bitbadges-1',
|
|
102
|
+
clientId: '07-tendermint-39',
|
|
103
|
+
connectionId: 'connection-89'
|
|
104
|
+
},
|
|
105
|
+
chain2: {
|
|
106
|
+
chainName: 'injective',
|
|
107
|
+
chainId: 'injective-1',
|
|
108
|
+
clientId: '07-tendermint-340',
|
|
109
|
+
connectionId: 'connection-343'
|
|
110
|
+
},
|
|
111
|
+
channels: [{
|
|
112
|
+
chain1: {
|
|
113
|
+
channelId: 'channel-40',
|
|
114
|
+
portId: 'transfer'
|
|
115
|
+
},
|
|
116
|
+
chain2: {
|
|
117
|
+
channelId: 'channel-464',
|
|
118
|
+
portId: 'transfer'
|
|
119
|
+
},
|
|
120
|
+
ordering: 'unordered',
|
|
121
|
+
version: 'ics20-1',
|
|
122
|
+
tags: {
|
|
123
|
+
preferred: true,
|
|
124
|
+
status: 'ACTIVE'
|
|
125
|
+
}
|
|
126
|
+
}]
|
|
127
|
+
},
|
|
97
128
|
{
|
|
98
129
|
$schema: '../ibc_data.schema.json',
|
|
99
130
|
chain1: {
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../assetlist.schema.json',
|
|
5
|
+
chainName: 'ritbit',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'RIT is the native staking and governance token of RITBIT, the network that powers the Rubin Trade decentralized exchange.',
|
|
8
|
+
denomUnits: [{
|
|
9
|
+
denom: 'urit',
|
|
10
|
+
exponent: 0
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'rit',
|
|
13
|
+
exponent: 18
|
|
14
|
+
}],
|
|
15
|
+
base: 'urit',
|
|
16
|
+
name: 'Rubin',
|
|
17
|
+
display: 'rit',
|
|
18
|
+
symbol: 'RIT',
|
|
19
|
+
logoURIs: {
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ritbit/images/ritbit.png'
|
|
21
|
+
},
|
|
22
|
+
images: [{
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ritbit/images/ritbit.png'
|
|
24
|
+
}],
|
|
25
|
+
typeAsset: 'sdk.coin'
|
|
26
|
+
}, {
|
|
27
|
+
description: 'USD Coin (USDC) used as collateral for trading on Rubin.',
|
|
28
|
+
denomUnits: [{
|
|
29
|
+
denom: 'uusdc',
|
|
30
|
+
exponent: 0
|
|
31
|
+
}, {
|
|
32
|
+
denom: 'usdc',
|
|
33
|
+
exponent: 6
|
|
34
|
+
}],
|
|
35
|
+
base: 'uusdc',
|
|
36
|
+
name: 'USD Coin',
|
|
37
|
+
display: 'usdc',
|
|
38
|
+
symbol: 'USDC',
|
|
39
|
+
traces: [{
|
|
40
|
+
type: 'bridge',
|
|
41
|
+
counterparty: {
|
|
42
|
+
chainName: 'ethereum',
|
|
43
|
+
baseDenom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
44
|
+
},
|
|
45
|
+
provider: 'Rubin'
|
|
46
|
+
}],
|
|
47
|
+
logoURIs: {
|
|
48
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
49
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
50
|
+
},
|
|
51
|
+
images: [{
|
|
52
|
+
imageSync: {
|
|
53
|
+
chainName: 'ethereum',
|
|
54
|
+
baseDenom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
55
|
+
},
|
|
56
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
57
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
58
|
+
}],
|
|
59
|
+
typeAsset: 'sdk.coin'
|
|
60
|
+
}]
|
|
61
|
+
};
|
|
62
|
+
exports.default = info;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../chain.schema.json',
|
|
5
|
+
chainName: 'ritbit',
|
|
6
|
+
status: 'live',
|
|
7
|
+
website: 'https://rubin.trade/',
|
|
8
|
+
networkType: 'mainnet',
|
|
9
|
+
prettyName: 'RITBIT',
|
|
10
|
+
chainType: 'cosmos',
|
|
11
|
+
chainId: 'ritbit-mainnet',
|
|
12
|
+
bech32Prefix: 'rit',
|
|
13
|
+
slip44: 118,
|
|
14
|
+
fees: {
|
|
15
|
+
feeTokens: [{
|
|
16
|
+
denom: 'urit',
|
|
17
|
+
fixedMinGasPrice: 12500000000,
|
|
18
|
+
lowGasPrice: 12500000000,
|
|
19
|
+
averageGasPrice: 12500000000,
|
|
20
|
+
highGasPrice: 20000000000
|
|
21
|
+
}, {
|
|
22
|
+
denom: 'uusdc',
|
|
23
|
+
fixedMinGasPrice: 0.025,
|
|
24
|
+
lowGasPrice: 0.025,
|
|
25
|
+
averageGasPrice: 0.025,
|
|
26
|
+
highGasPrice: 0.03
|
|
27
|
+
}]
|
|
28
|
+
},
|
|
29
|
+
staking: {
|
|
30
|
+
stakingTokens: [{
|
|
31
|
+
denom: 'urit'
|
|
32
|
+
}]
|
|
33
|
+
},
|
|
34
|
+
logoURIs: {
|
|
35
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ritbit/images/ritbit.png'
|
|
36
|
+
},
|
|
37
|
+
description: 'RITBIT is the network that powers Rubin Trade — a self-custody decentralized exchange for crypto perpetual futures and spot trading.',
|
|
38
|
+
apis: {
|
|
39
|
+
rpc: [{
|
|
40
|
+
address: 'https://rpc.mainnet.rubin.trade',
|
|
41
|
+
provider: 'Rubin'
|
|
42
|
+
}],
|
|
43
|
+
rest: [{
|
|
44
|
+
address: 'https://rest.mainnet.rubin.trade',
|
|
45
|
+
provider: 'Rubin'
|
|
46
|
+
}],
|
|
47
|
+
grpc: [{
|
|
48
|
+
address: 'grpc.mainnet.rubin.trade:443',
|
|
49
|
+
provider: 'Rubin'
|
|
50
|
+
}]
|
|
51
|
+
},
|
|
52
|
+
explorers: [{
|
|
53
|
+
kind: 'rubin',
|
|
54
|
+
url: 'https://explorer.rubin.trade/ritbit-mainnet',
|
|
55
|
+
txPage: 'https://explorer.rubin.trade/ritbit-mainnet/tx/${txHash}',
|
|
56
|
+
accountPage: 'https://explorer.rubin.trade/ritbit-mainnet/account/${accountAddress}'
|
|
57
|
+
}],
|
|
58
|
+
images: [{
|
|
59
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ritbit/images/ritbit.png'
|
|
60
|
+
}]
|
|
61
|
+
};
|
|
62
|
+
exports.default = info;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.chain = exports.assetList = void 0;
|
|
7
|
+
const asset_list_1 = __importDefault(require("./asset-list"));
|
|
8
|
+
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
exports.assetList = asset_list_1.default;
|
|
10
|
+
exports.chain = chain_1.default;
|
|
@@ -55,9 +55,21 @@ const info = {
|
|
|
55
55
|
}
|
|
56
56
|
}],
|
|
57
57
|
logoURIs: {
|
|
58
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
58
59
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
59
60
|
},
|
|
60
|
-
typeAsset: 'ics20'
|
|
61
|
+
typeAsset: 'ics20',
|
|
62
|
+
images: [{
|
|
63
|
+
imageSync: {
|
|
64
|
+
chainName: 'noble',
|
|
65
|
+
baseDenom: 'uusdc'
|
|
66
|
+
},
|
|
67
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
68
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
69
|
+
theme: {
|
|
70
|
+
circle: true
|
|
71
|
+
}
|
|
72
|
+
}]
|
|
61
73
|
},
|
|
62
74
|
{
|
|
63
75
|
description: 'Osmosis OSMO bridged over IBC channel-1.',
|
|
@@ -86,9 +98,18 @@ const info = {
|
|
|
86
98
|
}
|
|
87
99
|
}],
|
|
88
100
|
logoURIs: {
|
|
89
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png'
|
|
101
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
102
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
90
103
|
},
|
|
91
|
-
typeAsset: 'ics20'
|
|
104
|
+
typeAsset: 'ics20',
|
|
105
|
+
images: [{
|
|
106
|
+
imageSync: {
|
|
107
|
+
chainName: 'osmosis',
|
|
108
|
+
baseDenom: 'uosmo'
|
|
109
|
+
},
|
|
110
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
111
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
112
|
+
}]
|
|
92
113
|
}
|
|
93
114
|
]
|
|
94
115
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.231",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.231"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "7ebb1895988fcf56a7041a7ca1cd0e8d149dfcde"
|
|
43
43
|
}
|