chain-registry 1.63.13 → 1.63.15
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/assets.js +6 -0
- package/esm/mainnet/bluechip/chain.js +1 -1
- package/esm/mainnet/chains.js +6 -0
- package/esm/mainnet/mtgbp/assets.js +28 -0
- package/esm/mainnet/mtgbp/chain.js +60 -0
- package/esm/mainnet/mtgbp/index.js +4 -0
- package/esm/mainnet/named.js +3 -0
- package/esm/mainnet/qfs/assets.js +28 -0
- package/esm/mainnet/qfs/chain.js +60 -0
- package/esm/mainnet/qfs/index.js +4 -0
- package/esm/mainnet/self/chain.js +8 -0
- package/esm/mainnet/taketitan/assets.js +28 -0
- package/esm/mainnet/taketitan/chain.js +60 -0
- package/esm/mainnet/taketitan/index.js +4 -0
- package/esm/noncosmos/arbitrum/assets.js +15 -3
- package/esm/noncosmos/assets.js +4 -0
- package/esm/noncosmos/dogecoin/assets.js +25 -0
- package/esm/noncosmos/dogecoin/index.js +2 -0
- package/esm/noncosmos/ethereum/assets.js +2 -2
- package/esm/noncosmos/named.js +2 -0
- package/esm/noncosmos/optimism/assets.js +47 -0
- package/esm/noncosmos/optimism/index.js +2 -0
- package/esm/testnet/ibc.js +2 -0
- package/esm/testnet/osmosistestnet/ibc.js +30 -0
- package/esm/testnet/swisstroniktestnet/ibc.js +31 -0
- package/esm/testnet/swisstroniktestnet/index.js +2 -0
- package/mainnet/assets.js +6 -0
- package/mainnet/bluechip/chain.js +1 -1
- package/mainnet/chains.js +6 -0
- package/mainnet/mtgbp/assets.d.ts +3 -0
- package/mainnet/mtgbp/assets.js +30 -0
- package/mainnet/mtgbp/chain.d.ts +3 -0
- package/mainnet/mtgbp/chain.js +62 -0
- package/mainnet/mtgbp/index.d.ts +2 -0
- package/mainnet/mtgbp/index.js +10 -0
- package/mainnet/named.d.ts +3 -0
- package/mainnet/named.js +5 -2
- package/mainnet/qfs/assets.d.ts +3 -0
- package/mainnet/qfs/assets.js +30 -0
- package/mainnet/qfs/chain.d.ts +3 -0
- package/mainnet/qfs/chain.js +62 -0
- package/mainnet/qfs/index.d.ts +2 -0
- package/mainnet/qfs/index.js +10 -0
- package/mainnet/self/chain.js +8 -0
- package/mainnet/taketitan/assets.d.ts +3 -0
- package/mainnet/taketitan/assets.js +30 -0
- package/mainnet/taketitan/chain.d.ts +3 -0
- package/mainnet/taketitan/chain.js +62 -0
- package/mainnet/taketitan/index.d.ts +2 -0
- package/mainnet/taketitan/index.js +10 -0
- package/noncosmos/arbitrum/assets.js +15 -3
- package/noncosmos/assets.js +4 -0
- package/noncosmos/dogecoin/assets.d.ts +3 -0
- package/noncosmos/dogecoin/assets.js +27 -0
- package/noncosmos/dogecoin/index.d.ts +1 -0
- package/noncosmos/dogecoin/index.js +8 -0
- package/noncosmos/ethereum/assets.js +2 -2
- package/noncosmos/named.d.ts +2 -0
- package/noncosmos/named.js +3 -1
- package/noncosmos/optimism/assets.d.ts +3 -0
- package/noncosmos/optimism/assets.js +49 -0
- package/noncosmos/optimism/index.d.ts +1 -0
- package/noncosmos/optimism/index.js +8 -0
- package/package.json +4 -4
- package/testnet/ibc.js +2 -0
- package/testnet/osmosistestnet/ibc.js +30 -0
- package/testnet/swisstroniktestnet/ibc.d.ts +3 -0
- package/testnet/swisstroniktestnet/ibc.js +33 -0
- package/testnet/swisstroniktestnet/index.d.ts +1 -0
- package/testnet/swisstroniktestnet/index.js +3 -1
package/esm/mainnet/assets.js
CHANGED
|
@@ -97,6 +97,7 @@ import * as _meme from './meme';
|
|
|
97
97
|
import * as _microtick from './microtick';
|
|
98
98
|
import * as _migaloo from './migaloo';
|
|
99
99
|
import * as _mises from './mises';
|
|
100
|
+
import * as _mtgbp from './mtgbp';
|
|
100
101
|
import * as _mun from './mun';
|
|
101
102
|
import * as _mythos from './mythos';
|
|
102
103
|
import * as _neura from './neura';
|
|
@@ -127,6 +128,7 @@ import * as _provenance from './provenance';
|
|
|
127
128
|
import * as _pryzm from './pryzm';
|
|
128
129
|
import * as _pundix from './pundix';
|
|
129
130
|
import * as _pylons from './pylons';
|
|
131
|
+
import * as _qfs from './qfs';
|
|
130
132
|
import * as _quasar from './quasar';
|
|
131
133
|
import * as _quicksilver from './quicksilver';
|
|
132
134
|
import * as _qwoyn from './qwoyn';
|
|
@@ -155,6 +157,7 @@ import * as _starname from './starname';
|
|
|
155
157
|
import * as _stratos from './stratos';
|
|
156
158
|
import * as _stride from './stride';
|
|
157
159
|
import * as _sunrise from './sunrise';
|
|
160
|
+
import * as _taketitan from './taketitan';
|
|
158
161
|
import * as _tenet from './tenet';
|
|
159
162
|
import * as _teritori from './teritori';
|
|
160
163
|
import * as _terpnetwork from './terpnetwork';
|
|
@@ -269,6 +272,7 @@ const assets = [
|
|
|
269
272
|
_microtick.assets,
|
|
270
273
|
_migaloo.assets,
|
|
271
274
|
_mises.assets,
|
|
275
|
+
_mtgbp.assets,
|
|
272
276
|
_mun.assets,
|
|
273
277
|
_mythos.assets,
|
|
274
278
|
_neura.assets,
|
|
@@ -299,6 +303,7 @@ const assets = [
|
|
|
299
303
|
_pryzm.assets,
|
|
300
304
|
_pundix.assets,
|
|
301
305
|
_pylons.assets,
|
|
306
|
+
_qfs.assets,
|
|
302
307
|
_quasar.assets,
|
|
303
308
|
_quicksilver.assets,
|
|
304
309
|
_qwoyn.assets,
|
|
@@ -327,6 +332,7 @@ const assets = [
|
|
|
327
332
|
_stratos.assets,
|
|
328
333
|
_stride.assets,
|
|
329
334
|
_sunrise.assets,
|
|
335
|
+
_taketitan.assets,
|
|
330
336
|
_tenet.assets,
|
|
331
337
|
_teritori.assets,
|
|
332
338
|
_terpnetwork.assets,
|
package/esm/mainnet/chains.js
CHANGED
|
@@ -98,6 +98,7 @@ import * as _meme from './meme';
|
|
|
98
98
|
import * as _microtick from './microtick';
|
|
99
99
|
import * as _migaloo from './migaloo';
|
|
100
100
|
import * as _mises from './mises';
|
|
101
|
+
import * as _mtgbp from './mtgbp';
|
|
101
102
|
import * as _mun from './mun';
|
|
102
103
|
import * as _mythos from './mythos';
|
|
103
104
|
import * as _neura from './neura';
|
|
@@ -128,6 +129,7 @@ import * as _provenance from './provenance';
|
|
|
128
129
|
import * as _pryzm from './pryzm';
|
|
129
130
|
import * as _pundix from './pundix';
|
|
130
131
|
import * as _pylons from './pylons';
|
|
132
|
+
import * as _qfs from './qfs';
|
|
131
133
|
import * as _quasar from './quasar';
|
|
132
134
|
import * as _quicksilver from './quicksilver';
|
|
133
135
|
import * as _qwoyn from './qwoyn';
|
|
@@ -156,6 +158,7 @@ import * as _starname from './starname';
|
|
|
156
158
|
import * as _stratos from './stratos';
|
|
157
159
|
import * as _stride from './stride';
|
|
158
160
|
import * as _sunrise from './sunrise';
|
|
161
|
+
import * as _taketitan from './taketitan';
|
|
159
162
|
import * as _tenet from './tenet';
|
|
160
163
|
import * as _teritori from './teritori';
|
|
161
164
|
import * as _terpnetwork from './terpnetwork';
|
|
@@ -272,6 +275,7 @@ const chains = [
|
|
|
272
275
|
_microtick.chain,
|
|
273
276
|
_migaloo.chain,
|
|
274
277
|
_mises.chain,
|
|
278
|
+
_mtgbp.chain,
|
|
275
279
|
_mun.chain,
|
|
276
280
|
_mythos.chain,
|
|
277
281
|
_neura.chain,
|
|
@@ -302,6 +306,7 @@ const chains = [
|
|
|
302
306
|
_pryzm.chain,
|
|
303
307
|
_pundix.chain,
|
|
304
308
|
_pylons.chain,
|
|
309
|
+
_qfs.chain,
|
|
305
310
|
_quasar.chain,
|
|
306
311
|
_quicksilver.chain,
|
|
307
312
|
_qwoyn.chain,
|
|
@@ -330,6 +335,7 @@ const chains = [
|
|
|
330
335
|
_stratos.chain,
|
|
331
336
|
_stride.chain,
|
|
332
337
|
_sunrise.chain,
|
|
338
|
+
_taketitan.chain,
|
|
333
339
|
_tenet.chain,
|
|
334
340
|
_teritori.chain,
|
|
335
341
|
_terpnetwork.chain,
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../assetlist.schema.json',
|
|
3
|
+
chain_name: 'mtgbp',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'MTGBP the stablecoin of the future.',
|
|
6
|
+
extended_description: 'MTGBP is known as the stablecoin of the future. This stablecoin is based on the British pound, which means its value stays the same as the pound.\n\nMTGBP aims to connect traditional money with digital money, giving people a stable and trustworthy digital currency. This stablecoin combines the stability of the British pound with the speed and efficiency of blockchain technology.\n\nMTGBP makes it easy to do financial transactions without the ups and downs that other cryptocurrencies have. With MTGBP, you can send money, trade, and invest knowing that its value will stay steady. This makes it useful for everyday use and for long-term financial plans.\n\nIn short, MTGBP offers the stability of the British pound and the benefits of cryptocurrency, making it a safe and easy option for everyone.\n\n',
|
|
7
|
+
denom_units: [{
|
|
8
|
+
denom: 'mtgbp',
|
|
9
|
+
exponent: 0
|
|
10
|
+
}],
|
|
11
|
+
base: 'mtgbp',
|
|
12
|
+
name: 'mtgbp',
|
|
13
|
+
display: 'mtgbp',
|
|
14
|
+
symbol: 'MTGBP',
|
|
15
|
+
logo_URIs: {
|
|
16
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.png',
|
|
17
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.svg'
|
|
18
|
+
},
|
|
19
|
+
images: [{
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.png',
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.svg'
|
|
22
|
+
}],
|
|
23
|
+
socials: {
|
|
24
|
+
website: 'https://mtgbp.com/'
|
|
25
|
+
}
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
export default info;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../chain.schema.json',
|
|
3
|
+
chain_name: 'mtgbp',
|
|
4
|
+
status: 'live',
|
|
5
|
+
network_type: 'mainnet',
|
|
6
|
+
website: 'https://mtgbp.com/',
|
|
7
|
+
pretty_name: 'mtgbp',
|
|
8
|
+
chain_id: 'mtgbp-1',
|
|
9
|
+
bech32_prefix: 'mtgbp',
|
|
10
|
+
daemon_name: 'mtgbp',
|
|
11
|
+
node_home: '$HOME/.ssc',
|
|
12
|
+
key_algos: ['secp256k1'],
|
|
13
|
+
slip44: 1179993441,
|
|
14
|
+
staking: {
|
|
15
|
+
staking_tokens: [{
|
|
16
|
+
denom: 'mtgbp'
|
|
17
|
+
}],
|
|
18
|
+
lock_duration: {
|
|
19
|
+
time: '1814400s'
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
fees: {
|
|
23
|
+
fee_tokens: [{
|
|
24
|
+
denom: 'mtgbp',
|
|
25
|
+
low_gas_price: 0.000001,
|
|
26
|
+
average_gas_price: 0.000005,
|
|
27
|
+
high_gas_price: 0.0001
|
|
28
|
+
}]
|
|
29
|
+
},
|
|
30
|
+
apis: {
|
|
31
|
+
rpc: [{
|
|
32
|
+
address: 'https://rcp.mtgbp.com',
|
|
33
|
+
provider: 'mtgbp'
|
|
34
|
+
}],
|
|
35
|
+
rest: [{
|
|
36
|
+
address: 'https://lcd.mtgbp.com',
|
|
37
|
+
provider: 'mtgbp'
|
|
38
|
+
}],
|
|
39
|
+
grpc: [{
|
|
40
|
+
address: 'https://grcp.mtgbp.com:4090',
|
|
41
|
+
provider: 'mtgbp'
|
|
42
|
+
}]
|
|
43
|
+
},
|
|
44
|
+
logo_URIs: {
|
|
45
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.png',
|
|
46
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.svg'
|
|
47
|
+
},
|
|
48
|
+
explorers: [{
|
|
49
|
+
kind: 'ping.pub',
|
|
50
|
+
url: 'https://blockexplorer.mtgbp.com/mtgbp',
|
|
51
|
+
tx_page: 'https://blockexplorer.mtgbp.com/mtgbp/tx/${txHash}',
|
|
52
|
+
account_page: 'https://blockexplorer.mtgbp.com/mtgbp/accounts/${accountAddress}'
|
|
53
|
+
}],
|
|
54
|
+
keywords: [],
|
|
55
|
+
images: [{
|
|
56
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.png',
|
|
57
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.svg'
|
|
58
|
+
}]
|
|
59
|
+
};
|
|
60
|
+
export default info;
|
package/esm/mainnet/named.js
CHANGED
|
@@ -98,6 +98,7 @@ export * as meme from './meme';
|
|
|
98
98
|
export * as microtick from './microtick';
|
|
99
99
|
export * as migaloo from './migaloo';
|
|
100
100
|
export * as mises from './mises';
|
|
101
|
+
export * as mtgbp from './mtgbp';
|
|
101
102
|
export * as mun from './mun';
|
|
102
103
|
export * as mythos from './mythos';
|
|
103
104
|
export * as neura from './neura';
|
|
@@ -128,6 +129,7 @@ export * as provenance from './provenance';
|
|
|
128
129
|
export * as pryzm from './pryzm';
|
|
129
130
|
export * as pundix from './pundix';
|
|
130
131
|
export * as pylons from './pylons';
|
|
132
|
+
export * as qfs from './qfs';
|
|
131
133
|
export * as quasar from './quasar';
|
|
132
134
|
export * as quicksilver from './quicksilver';
|
|
133
135
|
export * as qwoyn from './qwoyn';
|
|
@@ -156,6 +158,7 @@ export * as starname from './starname';
|
|
|
156
158
|
export * as stratos from './stratos';
|
|
157
159
|
export * as stride from './stride';
|
|
158
160
|
export * as sunrise from './sunrise';
|
|
161
|
+
export * as taketitan from './taketitan';
|
|
159
162
|
export * as tenet from './tenet';
|
|
160
163
|
export * as teritori from './teritori';
|
|
161
164
|
export * as terpnetwork from './terpnetwork';
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../assetlist.schema.json',
|
|
3
|
+
chain_name: 'qfs',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'QFS stands for Quantum Financial Systems, the aim is to bridge traditional finance with the crypto ecosystem',
|
|
6
|
+
extended_description: 'QFS stands for Quantum Financial Systems, a revolutionary concept designed to integrate traditional financial systems with the rapidly evolving world of cryptocurrency and blockchain technology. The primary aim of QFS is to create a seamless interface that allows for the secure, efficient, and transparent exchange of assets between these two financial realms. By leveraging advanced quantum computing capabilities, QFS seeks to enhance the speed and security of transactions, reduce the risk of fraud, and provide a robust framework for financial innovation. This system is poised to transform how we conduct financial operations, offering unprecedented levels of trust and efficiency in the global financial landscape. Through the integration of traditional banking structures with the decentralized nature of cryptocurrencies, QFS aspires to bridge the gap between conventional and digital finance, paving the way for a more inclusive and technologically advanced financial future.',
|
|
7
|
+
denom_units: [{
|
|
8
|
+
denom: 'qfs',
|
|
9
|
+
exponent: 0
|
|
10
|
+
}],
|
|
11
|
+
base: 'qfs',
|
|
12
|
+
name: 'qfs',
|
|
13
|
+
display: 'qfs',
|
|
14
|
+
symbol: 'QFS',
|
|
15
|
+
logo_URIs: {
|
|
16
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.png',
|
|
17
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.svg'
|
|
18
|
+
},
|
|
19
|
+
images: [{
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.png',
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.svg'
|
|
22
|
+
}],
|
|
23
|
+
socials: {
|
|
24
|
+
website: 'https://qfsone.com/'
|
|
25
|
+
}
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
export default info;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../chain.schema.json',
|
|
3
|
+
chain_name: 'qfs',
|
|
4
|
+
status: 'live',
|
|
5
|
+
network_type: 'mainnet',
|
|
6
|
+
website: 'https://qfs.com/',
|
|
7
|
+
pretty_name: 'Quantum Financial Systems',
|
|
8
|
+
chain_id: 'qfs-1',
|
|
9
|
+
bech32_prefix: 'qfs',
|
|
10
|
+
daemon_name: 'qfs',
|
|
11
|
+
node_home: '$HOME/.ssc',
|
|
12
|
+
key_algos: ['secp256k1'],
|
|
13
|
+
slip44: 1179993431,
|
|
14
|
+
staking: {
|
|
15
|
+
staking_tokens: [{
|
|
16
|
+
denom: 'qfs'
|
|
17
|
+
}],
|
|
18
|
+
lock_duration: {
|
|
19
|
+
time: '1814400s'
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
fees: {
|
|
23
|
+
fee_tokens: [{
|
|
24
|
+
denom: 'qfs',
|
|
25
|
+
low_gas_price: 0.000001,
|
|
26
|
+
average_gas_price: 0.000005,
|
|
27
|
+
high_gas_price: 0.0001
|
|
28
|
+
}]
|
|
29
|
+
},
|
|
30
|
+
apis: {
|
|
31
|
+
rpc: [{
|
|
32
|
+
address: 'https://rcp.qfsone.com',
|
|
33
|
+
provider: 'qfs'
|
|
34
|
+
}],
|
|
35
|
+
rest: [{
|
|
36
|
+
address: 'https://lcd.qfsone.com',
|
|
37
|
+
provider: 'qfs'
|
|
38
|
+
}],
|
|
39
|
+
grpc: [{
|
|
40
|
+
address: 'https://grc.qfsone.com:9090',
|
|
41
|
+
provider: 'qfs'
|
|
42
|
+
}]
|
|
43
|
+
},
|
|
44
|
+
logo_URIs: {
|
|
45
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.png',
|
|
46
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.svg'
|
|
47
|
+
},
|
|
48
|
+
explorers: [{
|
|
49
|
+
kind: 'ping.pub',
|
|
50
|
+
url: 'https://blockexplorer.qfsone.com/qfs',
|
|
51
|
+
tx_page: 'https://blockexplorer.qfsone.com/qfs/tx/${txHash}',
|
|
52
|
+
account_page: 'https://blockexplorer.qfsone.com/qfs/accounts/${accountAddress}'
|
|
53
|
+
}],
|
|
54
|
+
keywords: [],
|
|
55
|
+
images: [{
|
|
56
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.png',
|
|
57
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.svg'
|
|
58
|
+
}]
|
|
59
|
+
};
|
|
60
|
+
export default info;
|
|
@@ -37,6 +37,9 @@ const info = {
|
|
|
37
37
|
rest: [{
|
|
38
38
|
address: 'https://api.selfchain.io',
|
|
39
39
|
provider: 'Self Chain'
|
|
40
|
+
}, {
|
|
41
|
+
address: 'https://selfchain.api.m.stavr.tech',
|
|
42
|
+
provider: '🔥STAVR🔥'
|
|
40
43
|
}],
|
|
41
44
|
grpc: []
|
|
42
45
|
},
|
|
@@ -45,6 +48,11 @@ const info = {
|
|
|
45
48
|
url: 'https://explorer.selfchain.xyz/selfchain',
|
|
46
49
|
tx_page: 'https://explorer.selfchain.xyz/selfchain/tx/${txHash}',
|
|
47
50
|
account_page: 'https://explorer.selfchain.xyz/selfchain/account/${accountAddress}'
|
|
51
|
+
}, {
|
|
52
|
+
kind: '🔥STAVR🔥',
|
|
53
|
+
url: 'https://explorer.stavr.tech/Selfchain-Mainnet',
|
|
54
|
+
tx_page: 'https://explorer.stavr.tech/Selfchain-Mainnet/tx/${txHash}',
|
|
55
|
+
account_page: 'https://explorer.stavr.tech/Selfchain-Mainnet/account/${accountAddress}'
|
|
48
56
|
}],
|
|
49
57
|
images: [{
|
|
50
58
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../assetlist.schema.json',
|
|
3
|
+
chain_name: 'taketitan',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'Taketitan the future of the asset management industry.',
|
|
6
|
+
extended_description: 'Taketitan is seen as the future of the asset management industry. This new blockchain technology is changing how asset management works in exciting ways.\n\nTaketitan aims to make managing assets simpler, faster, and more secure. By using blockchain technology, it provides a transparent and trustworthy system where all transactions are recorded in a secure and unchangeable way. This helps reduce the risk of fraud and errors, making asset management safer for everyone.\n\nWith Taketitan, managing assets becomes more efficient. Transactions are processed quickly, and the costs are lower compared to traditional methods. This means more people can benefit from high-quality asset management services without the high fees usually involved.\n\nTaketitan also makes it easier for people to track and manage their investments. Everything is done through a digital platform that is easy to use and always available. This gives users better control and visibility over their assets.\n\nIn short, Taketitan is revolutionizing the asset management industry by making it more secure, efficient, and accessible for everyone. This blockchain technology is paving the way for a new era in how we manage and grow our financial assets.',
|
|
7
|
+
denom_units: [{
|
|
8
|
+
denom: 'ttnc',
|
|
9
|
+
exponent: 0
|
|
10
|
+
}],
|
|
11
|
+
base: 'ttnc',
|
|
12
|
+
name: 'taketitan',
|
|
13
|
+
display: 'ttnc',
|
|
14
|
+
symbol: 'TTNC',
|
|
15
|
+
logo_URIs: {
|
|
16
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/taketitan/images/taketitan.png',
|
|
17
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/taketitan/images/taketitan.svg'
|
|
18
|
+
},
|
|
19
|
+
images: [{
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/taketitan/images/taketitan.png',
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/taketitan/images/taketitan.svg'
|
|
22
|
+
}],
|
|
23
|
+
socials: {
|
|
24
|
+
website: 'https://taketitan.com/'
|
|
25
|
+
}
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
export default info;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../chain.schema.json',
|
|
3
|
+
chain_name: 'taketitan',
|
|
4
|
+
status: 'live',
|
|
5
|
+
network_type: 'mainnet',
|
|
6
|
+
website: 'https://taketitan.com/',
|
|
7
|
+
pretty_name: 'TakeTitan',
|
|
8
|
+
chain_id: 'taketitan-12',
|
|
9
|
+
bech32_prefix: 'taketitan',
|
|
10
|
+
daemon_name: 'ttnc',
|
|
11
|
+
node_home: '$HOME/.ssc',
|
|
12
|
+
key_algos: ['secp256k1'],
|
|
13
|
+
slip44: 1179993421,
|
|
14
|
+
staking: {
|
|
15
|
+
staking_tokens: [{
|
|
16
|
+
denom: 'ttnc'
|
|
17
|
+
}],
|
|
18
|
+
lock_duration: {
|
|
19
|
+
time: '1814400s'
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
fees: {
|
|
23
|
+
fee_tokens: [{
|
|
24
|
+
denom: 'ttnc',
|
|
25
|
+
low_gas_price: 0.000001,
|
|
26
|
+
average_gas_price: 0.000005,
|
|
27
|
+
high_gas_price: 0.0001
|
|
28
|
+
}]
|
|
29
|
+
},
|
|
30
|
+
apis: {
|
|
31
|
+
rpc: [{
|
|
32
|
+
address: 'https://rcpttnc.taketitan.com',
|
|
33
|
+
provider: 'taketitan'
|
|
34
|
+
}],
|
|
35
|
+
rest: [{
|
|
36
|
+
address: 'https://lcdttnc.taketitan.com',
|
|
37
|
+
provider: 'taketitan'
|
|
38
|
+
}],
|
|
39
|
+
grpc: [{
|
|
40
|
+
address: 'https://grcpttnc.taketitan.com:8090',
|
|
41
|
+
provider: 'taketitan'
|
|
42
|
+
}]
|
|
43
|
+
},
|
|
44
|
+
logo_URIs: {
|
|
45
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/taketitan/images/taketitan.png',
|
|
46
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/taketitan/images/taketitan.svg'
|
|
47
|
+
},
|
|
48
|
+
explorers: [{
|
|
49
|
+
kind: 'ping.pub',
|
|
50
|
+
url: 'https://scan.taketitan.com/taketitan',
|
|
51
|
+
tx_page: 'https://scan.taketitan.com/taketitan/tx/${txHash}',
|
|
52
|
+
account_page: 'https://scan.taketitan.com/taketitan/accounts/${accountAddress}'
|
|
53
|
+
}],
|
|
54
|
+
keywords: [],
|
|
55
|
+
images: [{
|
|
56
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/taketitan/images/taketitan.png',
|
|
57
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/taketitan/images/taketitan.svg'
|
|
58
|
+
}]
|
|
59
|
+
};
|
|
60
|
+
export default info;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
const info = {
|
|
2
|
-
$schema: '
|
|
2
|
+
$schema: '../../assetlist.schema.json',
|
|
3
3
|
chain_name: 'arbitrum',
|
|
4
4
|
assets: [
|
|
5
5
|
{
|
|
6
6
|
description: 'The governance token of Arbitrum',
|
|
7
|
+
extended_description: 'Arbitrum is a Layer 2 scaling solution for Ethereum, enhancing transaction speed and reducing costs. Built to support smart contracts and decentralized applications (dApps), Arbitrum aims to improve scalability while maintaining compatibility with Ethereum\'s ecosystem.',
|
|
7
8
|
type_asset: 'erc20',
|
|
8
9
|
address: '0x912CE59144191C1204E64559FE8253a0e49E6548',
|
|
9
10
|
denom_units: [{
|
|
@@ -33,11 +34,22 @@ const info = {
|
|
|
33
34
|
denom_units: [{
|
|
34
35
|
denom: 'wei',
|
|
35
36
|
exponent: 0
|
|
37
|
+
}, {
|
|
38
|
+
denom: 'eth',
|
|
39
|
+
exponent: 18
|
|
36
40
|
}],
|
|
37
41
|
base: 'wei',
|
|
38
|
-
display: '
|
|
42
|
+
display: 'eth',
|
|
39
43
|
name: 'Ether',
|
|
40
|
-
symbol: 'ETH'
|
|
44
|
+
symbol: 'ETH',
|
|
45
|
+
traces: [{
|
|
46
|
+
type: 'additional-mintage',
|
|
47
|
+
counterparty: {
|
|
48
|
+
chain_name: 'ethereum',
|
|
49
|
+
base_denom: 'wei'
|
|
50
|
+
},
|
|
51
|
+
provider: 'Arbitrum'
|
|
52
|
+
}]
|
|
41
53
|
},
|
|
42
54
|
{
|
|
43
55
|
type_asset: 'erc20',
|
package/esm/noncosmos/assets.js
CHANGED
|
@@ -9,12 +9,14 @@ import * as _avalanche from './avalanche';
|
|
|
9
9
|
import * as _binancesmartchain from './binancesmartchain';
|
|
10
10
|
import * as _bitcoin from './bitcoin';
|
|
11
11
|
import * as _comex from './comex';
|
|
12
|
+
import * as _dogecoin from './dogecoin';
|
|
12
13
|
import * as _fantom from './fantom';
|
|
13
14
|
import * as _filecoin from './filecoin';
|
|
14
15
|
import * as _forex from './forex';
|
|
15
16
|
import * as _kusama from './kusama';
|
|
16
17
|
import * as _moonbeam from './moonbeam';
|
|
17
18
|
import * as _neo from './neo';
|
|
19
|
+
import * as _optimism from './optimism';
|
|
18
20
|
import * as _penumbra from './penumbra';
|
|
19
21
|
import * as _polkadot from './polkadot';
|
|
20
22
|
import * as _polygon from './polygon';
|
|
@@ -51,12 +53,14 @@ const assets = [
|
|
|
51
53
|
_binancesmartchain.assets,
|
|
52
54
|
_bitcoin.assets,
|
|
53
55
|
_comex.assets,
|
|
56
|
+
_dogecoin.assets,
|
|
54
57
|
_fantom.assets,
|
|
55
58
|
_filecoin.assets,
|
|
56
59
|
_forex.assets,
|
|
57
60
|
_kusama.assets,
|
|
58
61
|
_moonbeam.assets,
|
|
59
62
|
_neo.assets,
|
|
63
|
+
_optimism.assets,
|
|
60
64
|
_penumbra.assets,
|
|
61
65
|
_polkadot.assets,
|
|
62
66
|
_polygon.assets,
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../assetlist.schema.json',
|
|
3
|
+
chain_name: 'dogecoin',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'The native token of Dogecoin.',
|
|
6
|
+
extended_description: 'Dogecoin (DOGE) is a cryptocurrency created as a playful homage, known for its friendly community, Shiba Inu meme origins, and accessible, fast transactions.',
|
|
7
|
+
denom_units: [{
|
|
8
|
+
denom: 'shibe',
|
|
9
|
+
exponent: 0
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'doge',
|
|
12
|
+
exponent: 8
|
|
13
|
+
}],
|
|
14
|
+
type_asset: 'bitcoin-like',
|
|
15
|
+
base: 'shibe',
|
|
16
|
+
name: 'Dogecoin',
|
|
17
|
+
display: 'doge',
|
|
18
|
+
symbol: 'DOGE',
|
|
19
|
+
coingecko_id: 'dogecoin',
|
|
20
|
+
images: [{
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.png'
|
|
22
|
+
}]
|
|
23
|
+
}]
|
|
24
|
+
};
|
|
25
|
+
export default info;
|
|
@@ -391,7 +391,7 @@ const info = {
|
|
|
391
391
|
display: 'frxeth',
|
|
392
392
|
symbol: 'frxETH',
|
|
393
393
|
traces: [{
|
|
394
|
-
type: '
|
|
394
|
+
type: 'synthetic',
|
|
395
395
|
counterparty: {
|
|
396
396
|
chain_name: 'ethereum',
|
|
397
397
|
base_denom: 'wei'
|
|
@@ -425,7 +425,7 @@ const info = {
|
|
|
425
425
|
display: 'sfrxeth',
|
|
426
426
|
symbol: 'sfrxETH',
|
|
427
427
|
traces: [{
|
|
428
|
-
type: '
|
|
428
|
+
type: 'liquid-stake',
|
|
429
429
|
counterparty: {
|
|
430
430
|
chain_name: 'ethereum',
|
|
431
431
|
base_denom: '0x5e8422345238f34275888049021821e8e08caa1f'
|
package/esm/noncosmos/named.js
CHANGED
|
@@ -9,12 +9,14 @@ export * as avalanche from './avalanche';
|
|
|
9
9
|
export * as binancesmartchain from './binancesmartchain';
|
|
10
10
|
export * as bitcoin from './bitcoin';
|
|
11
11
|
export * as comex from './comex';
|
|
12
|
+
export * as dogecoin from './dogecoin';
|
|
12
13
|
export * as fantom from './fantom';
|
|
13
14
|
export * as filecoin from './filecoin';
|
|
14
15
|
export * as forex from './forex';
|
|
15
16
|
export * as kusama from './kusama';
|
|
16
17
|
export * as moonbeam from './moonbeam';
|
|
17
18
|
export * as neo from './neo';
|
|
19
|
+
export * as optimism from './optimism';
|
|
18
20
|
export * as penumbra from './penumbra';
|
|
19
21
|
export * as polkadot from './polkadot';
|
|
20
22
|
export * as polygon from './polygon';
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../assetlist.schema.json',
|
|
3
|
+
chain_name: 'optimism',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'The governance token of Optimism',
|
|
6
|
+
type_asset: 'erc20',
|
|
7
|
+
address: '0x4200000000000000000000000000000000000042',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: '0x4200000000000000000000000000000000000042',
|
|
10
|
+
exponent: 0
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'op',
|
|
13
|
+
exponent: 18
|
|
14
|
+
}],
|
|
15
|
+
base: '0x4200000000000000000000000000000000000042',
|
|
16
|
+
name: 'Optimism',
|
|
17
|
+
display: 'op',
|
|
18
|
+
symbol: 'OP',
|
|
19
|
+
coingecko_id: 'optimism',
|
|
20
|
+
images: [{
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.svg',
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.png'
|
|
23
|
+
}]
|
|
24
|
+
}, {
|
|
25
|
+
type_asset: 'evm-base',
|
|
26
|
+
denom_units: [{
|
|
27
|
+
denom: 'wei',
|
|
28
|
+
exponent: 0
|
|
29
|
+
}, {
|
|
30
|
+
denom: 'eth',
|
|
31
|
+
exponent: 18
|
|
32
|
+
}],
|
|
33
|
+
base: 'wei',
|
|
34
|
+
display: 'eth',
|
|
35
|
+
name: 'Ether',
|
|
36
|
+
symbol: 'ETH',
|
|
37
|
+
traces: [{
|
|
38
|
+
type: 'additional-mintage',
|
|
39
|
+
counterparty: {
|
|
40
|
+
chain_name: 'ethereum',
|
|
41
|
+
base_denom: 'wei'
|
|
42
|
+
},
|
|
43
|
+
provider: 'Optimism'
|
|
44
|
+
}]
|
|
45
|
+
}]
|
|
46
|
+
};
|
|
47
|
+
export default info;
|
package/esm/testnet/ibc.js
CHANGED
|
@@ -32,6 +32,7 @@ import * as _quicksilvertestnet from './quicksilvertestnet';
|
|
|
32
32
|
import * as _sagatestnet from './sagatestnet';
|
|
33
33
|
import * as _sgetestnet from './sgetestnet';
|
|
34
34
|
import * as _stargazetestnet from './stargazetestnet';
|
|
35
|
+
import * as _swisstroniktestnet from './swisstroniktestnet';
|
|
35
36
|
import * as _terra2testnet from './terra2testnet';
|
|
36
37
|
import * as _titantestnet from './titantestnet';
|
|
37
38
|
import * as _xiontestnet from './xiontestnet';
|
|
@@ -70,6 +71,7 @@ const ibc = [
|
|
|
70
71
|
..._sagatestnet.ibc,
|
|
71
72
|
..._sgetestnet.ibc,
|
|
72
73
|
..._stargazetestnet.ibc,
|
|
74
|
+
..._swisstroniktestnet.ibc,
|
|
73
75
|
..._terra2testnet.ibc,
|
|
74
76
|
..._titantestnet.ibc,
|
|
75
77
|
..._xiontestnet.ibc
|