chain-registry 2.0.52 → 2.0.54
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/cosmoshub/asset-list.js +62 -7
- package/esm/mainnet/intento/asset-list.js +86 -2
- package/esm/mainnet/intento/chain.js +23 -4
- package/esm/mainnet/osmosis/asset-list.js +67 -0
- package/esm/testnet/atomonetestnet/chain.js +8 -14
- package/mainnet/cosmoshub/asset-list.js +62 -7
- package/mainnet/intento/asset-list.js +86 -2
- package/mainnet/intento/chain.js +23 -4
- package/mainnet/osmosis/asset-list.js +67 -0
- package/package.json +3 -3
- package/testnet/atomonetestnet/chain.js +8 -14
|
@@ -735,24 +735,79 @@ const info = {
|
|
|
735
735
|
}
|
|
736
736
|
},
|
|
737
737
|
{
|
|
738
|
-
description: 'Quark ($QUARK) is
|
|
738
|
+
description: 'Quark ($QUARK) is an Osmosis token launched on the Cosmos Hub.',
|
|
739
739
|
denomUnits: [{
|
|
740
|
-
denom: '
|
|
740
|
+
denom: 'ibc/7B6EBFC446E50DFF981C994E207BFB398889706C2B0DF8A14D8B87F6C0E33A1A',
|
|
741
741
|
exponent: 0
|
|
742
742
|
}, {
|
|
743
743
|
denom: 'quark',
|
|
744
744
|
exponent: 6
|
|
745
745
|
}],
|
|
746
|
-
typeAsset: '
|
|
747
|
-
base: '
|
|
746
|
+
typeAsset: 'ics20',
|
|
747
|
+
base: 'ibc/7B6EBFC446E50DFF981C994E207BFB398889706C2B0DF8A14D8B87F6C0E33A1A',
|
|
748
748
|
name: 'Quark',
|
|
749
749
|
display: 'quark',
|
|
750
750
|
symbol: 'QUARK',
|
|
751
|
+
traces: [{
|
|
752
|
+
type: 'ibc',
|
|
753
|
+
counterparty: {
|
|
754
|
+
chainName: 'osmosis',
|
|
755
|
+
baseDenom: 'factory/osmo1x7s7a2erqspkm6e79n7yh7fw3yh7xx4lt54mxg/uquark',
|
|
756
|
+
channelId: 'channel-0'
|
|
757
|
+
},
|
|
758
|
+
chain: {
|
|
759
|
+
channelId: 'channel-141',
|
|
760
|
+
path: 'transfer/channel-141/factory/osmo1x7s7a2erqspkm6e79n7yh7fw3yh7xx4lt54mxg/uquark'
|
|
761
|
+
}
|
|
762
|
+
}],
|
|
763
|
+
logoURIs: {
|
|
764
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.png',
|
|
765
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.svg'
|
|
766
|
+
},
|
|
767
|
+
keywords: ['memecoin'],
|
|
768
|
+
socials: {
|
|
769
|
+
twitter: 'https://x.com/quark_on_cosmos'
|
|
770
|
+
}
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
description: 'The native token of Intento.',
|
|
774
|
+
denomUnits: [{
|
|
775
|
+
denom: 'ibc/DC1EF3EA03CD7F2226981D610335C3E62E3DD868A1B83EB017CE294E29C8D473',
|
|
776
|
+
exponent: 0,
|
|
777
|
+
aliases: ['uinto']
|
|
778
|
+
}, {
|
|
779
|
+
denom: 'into',
|
|
780
|
+
exponent: 6
|
|
781
|
+
}],
|
|
782
|
+
typeAsset: 'ics20',
|
|
783
|
+
base: 'ibc/DC1EF3EA03CD7F2226981D610335C3E62E3DD868A1B83EB017CE294E29C8D473',
|
|
784
|
+
name: 'Intento',
|
|
785
|
+
display: 'into',
|
|
786
|
+
symbol: 'INTO',
|
|
787
|
+
traces: [{
|
|
788
|
+
type: 'ibc',
|
|
789
|
+
counterparty: {
|
|
790
|
+
chainName: 'intento',
|
|
791
|
+
baseDenom: 'uinto',
|
|
792
|
+
channelId: 'channel-1'
|
|
793
|
+
},
|
|
794
|
+
chain: {
|
|
795
|
+
channelId: 'channel-1492',
|
|
796
|
+
path: 'transfer/channel-1492/uinto'
|
|
797
|
+
}
|
|
798
|
+
}],
|
|
751
799
|
logoURIs: {
|
|
752
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
753
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
800
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
|
|
801
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
|
|
754
802
|
},
|
|
755
|
-
|
|
803
|
+
images: [{
|
|
804
|
+
imageSync: {
|
|
805
|
+
chainName: 'intento',
|
|
806
|
+
baseDenom: 'uinto'
|
|
807
|
+
},
|
|
808
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
|
|
809
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
|
|
810
|
+
}]
|
|
756
811
|
}
|
|
757
812
|
]
|
|
758
813
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const info = {
|
|
2
2
|
$schema: '../assetlist.schema.json',
|
|
3
3
|
chainName: 'intento',
|
|
4
|
-
assets: [
|
|
4
|
+
assets: [
|
|
5
|
+
{
|
|
5
6
|
description: 'The native token of INTENTO',
|
|
6
7
|
denomUnits: [{
|
|
7
8
|
denom: 'uinto',
|
|
@@ -23,6 +24,89 @@ const info = {
|
|
|
23
24
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
|
|
24
25
|
}],
|
|
25
26
|
typeAsset: 'sdk.coin'
|
|
26
|
-
}
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
description: 'The staking token of the Cosmos Hub',
|
|
30
|
+
extendedDescription: 'ATOM secures the Cosmos Hub and is one of the most widely used IBC tokens. It can be used for staking, governance, and gas across the Cosmos ecosystem.',
|
|
31
|
+
denomUnits: [{
|
|
32
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
33
|
+
exponent: 0,
|
|
34
|
+
aliases: ['uatom']
|
|
35
|
+
}, {
|
|
36
|
+
denom: 'ATOM',
|
|
37
|
+
exponent: 6
|
|
38
|
+
}],
|
|
39
|
+
typeAsset: 'ics20',
|
|
40
|
+
base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
41
|
+
name: 'Cosmos Hub',
|
|
42
|
+
display: 'ATOM',
|
|
43
|
+
symbol: 'ATOM',
|
|
44
|
+
logoURIs: {
|
|
45
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
46
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
47
|
+
},
|
|
48
|
+
traces: [{
|
|
49
|
+
type: 'ibc',
|
|
50
|
+
counterparty: {
|
|
51
|
+
chainName: 'cosmoshub',
|
|
52
|
+
baseDenom: 'uatom',
|
|
53
|
+
channelId: 'channel-1492'
|
|
54
|
+
},
|
|
55
|
+
chain: {
|
|
56
|
+
channelId: 'channel-1',
|
|
57
|
+
path: 'transfer/channel-1/uatom'
|
|
58
|
+
}
|
|
59
|
+
}],
|
|
60
|
+
images: [{
|
|
61
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
62
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
|
|
63
|
+
imageSync: {
|
|
64
|
+
chainName: 'cosmoshub',
|
|
65
|
+
baseDenom: 'uatom'
|
|
66
|
+
}
|
|
67
|
+
}]
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
description: 'The native token of Osmosis',
|
|
71
|
+
extendedDescription: 'OSMO is the staking and governance token of Osmosis, the leading interchain DEX. It is also widely used as an IBC gas token.',
|
|
72
|
+
denomUnits: [{
|
|
73
|
+
denom: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
|
|
74
|
+
exponent: 0,
|
|
75
|
+
aliases: ['uosmo']
|
|
76
|
+
}, {
|
|
77
|
+
denom: 'OSMO',
|
|
78
|
+
exponent: 6
|
|
79
|
+
}],
|
|
80
|
+
typeAsset: 'ics20',
|
|
81
|
+
base: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
|
|
82
|
+
name: 'Osmosis',
|
|
83
|
+
display: 'OSMO',
|
|
84
|
+
symbol: 'OSMO',
|
|
85
|
+
logoURIs: {
|
|
86
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
87
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
88
|
+
},
|
|
89
|
+
traces: [{
|
|
90
|
+
type: 'ibc',
|
|
91
|
+
counterparty: {
|
|
92
|
+
chainName: 'osmosis',
|
|
93
|
+
baseDenom: 'uosmo',
|
|
94
|
+
channelId: 'channel-106076'
|
|
95
|
+
},
|
|
96
|
+
chain: {
|
|
97
|
+
channelId: 'channel-3',
|
|
98
|
+
path: 'transfer/channel-3/uosmo'
|
|
99
|
+
}
|
|
100
|
+
}],
|
|
101
|
+
images: [{
|
|
102
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
103
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
104
|
+
imageSync: {
|
|
105
|
+
chainName: 'osmosis',
|
|
106
|
+
baseDenom: 'uosmo'
|
|
107
|
+
}
|
|
108
|
+
}]
|
|
109
|
+
}
|
|
110
|
+
]
|
|
27
111
|
};
|
|
28
112
|
export default info;
|
|
@@ -10,13 +10,32 @@ const info = {
|
|
|
10
10
|
daemonName: 'intentod',
|
|
11
11
|
nodeHome: '$HOME/.intento',
|
|
12
12
|
keyAlgos: ['secp256k1'],
|
|
13
|
-
slip44: 118,
|
|
14
13
|
fees: {
|
|
15
|
-
feeTokens: [
|
|
14
|
+
feeTokens: [
|
|
15
|
+
{
|
|
16
16
|
denom: 'uinto',
|
|
17
|
-
fixedMinGasPrice: 0
|
|
18
|
-
|
|
17
|
+
fixedMinGasPrice: 0.01,
|
|
18
|
+
lowGasPrice: 0.01,
|
|
19
|
+
averageGasPrice: 0.02,
|
|
20
|
+
highGasPrice: 0.03
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
24
|
+
fixedMinGasPrice: 0.003,
|
|
25
|
+
lowGasPrice: 0.003,
|
|
26
|
+
averageGasPrice: 0.007,
|
|
27
|
+
highGasPrice: 0.015
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
denom: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
|
|
31
|
+
fixedMinGasPrice: 0.005,
|
|
32
|
+
lowGasPrice: 0.005,
|
|
33
|
+
averageGasPrice: 0.01,
|
|
34
|
+
highGasPrice: 0.02
|
|
35
|
+
}
|
|
36
|
+
]
|
|
19
37
|
},
|
|
38
|
+
slip44: 118,
|
|
20
39
|
staking: {
|
|
21
40
|
stakingTokens: [{
|
|
22
41
|
denom: 'uinto'
|
|
@@ -22461,6 +22461,73 @@ const info = {
|
|
|
22461
22461
|
socials: {
|
|
22462
22462
|
website: 'https://daodao.zone/dao/osmo10hgl747acm8h648xv9qrxkv3vyvv266yffs4aka7qjcr0659lnqs4ypu7v'
|
|
22463
22463
|
}
|
|
22464
|
+
},
|
|
22465
|
+
{
|
|
22466
|
+
description: 'Quark ($QUARK) is an Osmosis token launched on the Cosmos Hub.',
|
|
22467
|
+
denomUnits: [{
|
|
22468
|
+
denom: 'factory/osmo1x7s7a2erqspkm6e79n7yh7fw3yh7xx4lt54mxg/uquark',
|
|
22469
|
+
exponent: 0
|
|
22470
|
+
}, {
|
|
22471
|
+
denom: 'QUARK',
|
|
22472
|
+
exponent: 6
|
|
22473
|
+
}],
|
|
22474
|
+
typeAsset: 'sdk.coin',
|
|
22475
|
+
base: 'factory/osmo1x7s7a2erqspkm6e79n7yh7fw3yh7xx4lt54mxg/uquark',
|
|
22476
|
+
name: 'Quark',
|
|
22477
|
+
display: 'QUARK',
|
|
22478
|
+
symbol: 'QUARK',
|
|
22479
|
+
logoURIs: {
|
|
22480
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.png',
|
|
22481
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.svg'
|
|
22482
|
+
},
|
|
22483
|
+
images: [{
|
|
22484
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.png',
|
|
22485
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.svg'
|
|
22486
|
+
}],
|
|
22487
|
+
keywords: ['meme'],
|
|
22488
|
+
socials: {
|
|
22489
|
+
twitter: 'https://x.com/quark_on_cosmos'
|
|
22490
|
+
}
|
|
22491
|
+
},
|
|
22492
|
+
{
|
|
22493
|
+
description: 'The native token of Intento.',
|
|
22494
|
+
denomUnits: [{
|
|
22495
|
+
denom: 'ibc/BE072C03DA544CF282499418E7BC64D38614879B3EE95F9AD91E6C37267D4836',
|
|
22496
|
+
exponent: 0,
|
|
22497
|
+
aliases: ['uinto']
|
|
22498
|
+
}, {
|
|
22499
|
+
denom: 'into',
|
|
22500
|
+
exponent: 6
|
|
22501
|
+
}],
|
|
22502
|
+
typeAsset: 'ics20',
|
|
22503
|
+
base: 'ibc/BE072C03DA544CF282499418E7BC64D38614879B3EE95F9AD91E6C37267D4836',
|
|
22504
|
+
name: 'Intento',
|
|
22505
|
+
display: 'into',
|
|
22506
|
+
symbol: 'INTO',
|
|
22507
|
+
traces: [{
|
|
22508
|
+
type: 'ibc',
|
|
22509
|
+
counterparty: {
|
|
22510
|
+
chainName: 'intento',
|
|
22511
|
+
baseDenom: 'uinto',
|
|
22512
|
+
channelId: 'channel-3'
|
|
22513
|
+
},
|
|
22514
|
+
chain: {
|
|
22515
|
+
channelId: 'channel-106076',
|
|
22516
|
+
path: 'transfer/channel-106076/uinto'
|
|
22517
|
+
}
|
|
22518
|
+
}],
|
|
22519
|
+
logoURIs: {
|
|
22520
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
|
|
22521
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
|
|
22522
|
+
},
|
|
22523
|
+
images: [{
|
|
22524
|
+
imageSync: {
|
|
22525
|
+
chainName: 'intento',
|
|
22526
|
+
baseDenom: 'uinto'
|
|
22527
|
+
},
|
|
22528
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
|
|
22529
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
|
|
22530
|
+
}]
|
|
22464
22531
|
}
|
|
22465
22532
|
]
|
|
22466
22533
|
};
|
|
@@ -19,12 +19,6 @@ const info = {
|
|
|
19
19
|
lowGasPrice: 0.225,
|
|
20
20
|
averageGasPrice: 0.3,
|
|
21
21
|
highGasPrice: 0.5
|
|
22
|
-
}, {
|
|
23
|
-
denom: 'uatone',
|
|
24
|
-
fixedMinGasPrice: 0.025,
|
|
25
|
-
lowGasPrice: 0.01,
|
|
26
|
-
averageGasPrice: 0.025,
|
|
27
|
-
highGasPrice: 0.05
|
|
28
22
|
}]
|
|
29
23
|
},
|
|
30
24
|
staking: {
|
|
@@ -34,15 +28,15 @@ const info = {
|
|
|
34
28
|
},
|
|
35
29
|
codebase: {
|
|
36
30
|
gitRepo: 'https://github.com/atomone-hub/atomone',
|
|
37
|
-
recommendedVersion: '
|
|
38
|
-
compatibleVersions: ['
|
|
31
|
+
recommendedVersion: 'v3.0.1',
|
|
32
|
+
compatibleVersions: ['v3.0.1'],
|
|
39
33
|
binaries: {
|
|
40
|
-
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
41
|
-
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
42
|
-
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
43
|
-
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
44
|
-
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
45
|
-
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
34
|
+
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.1/atomoned-v3.0.1-linux-amd64',
|
|
35
|
+
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.1/atomoned-v3.0.1-linux-arm64',
|
|
36
|
+
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.1/atomoned-v3.0.1-darwin-amd64',
|
|
37
|
+
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.1/atomoned-v3.0.1-darwin-arm64',
|
|
38
|
+
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.1/atomoned-v3.0.1-windows-amd64.exe',
|
|
39
|
+
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.1/atomoned-v3.0.1-windows-arm64.exe'
|
|
46
40
|
},
|
|
47
41
|
genesis: {
|
|
48
42
|
genesisUrl: 'https://atomone.fra1.digitaloceanspaces.com/atomone-testnet-1/genesis.json'
|
|
@@ -737,24 +737,79 @@ const info = {
|
|
|
737
737
|
}
|
|
738
738
|
},
|
|
739
739
|
{
|
|
740
|
-
description: 'Quark ($QUARK) is
|
|
740
|
+
description: 'Quark ($QUARK) is an Osmosis token launched on the Cosmos Hub.',
|
|
741
741
|
denomUnits: [{
|
|
742
|
-
denom: '
|
|
742
|
+
denom: 'ibc/7B6EBFC446E50DFF981C994E207BFB398889706C2B0DF8A14D8B87F6C0E33A1A',
|
|
743
743
|
exponent: 0
|
|
744
744
|
}, {
|
|
745
745
|
denom: 'quark',
|
|
746
746
|
exponent: 6
|
|
747
747
|
}],
|
|
748
|
-
typeAsset: '
|
|
749
|
-
base: '
|
|
748
|
+
typeAsset: 'ics20',
|
|
749
|
+
base: 'ibc/7B6EBFC446E50DFF981C994E207BFB398889706C2B0DF8A14D8B87F6C0E33A1A',
|
|
750
750
|
name: 'Quark',
|
|
751
751
|
display: 'quark',
|
|
752
752
|
symbol: 'QUARK',
|
|
753
|
+
traces: [{
|
|
754
|
+
type: 'ibc',
|
|
755
|
+
counterparty: {
|
|
756
|
+
chainName: 'osmosis',
|
|
757
|
+
baseDenom: 'factory/osmo1x7s7a2erqspkm6e79n7yh7fw3yh7xx4lt54mxg/uquark',
|
|
758
|
+
channelId: 'channel-0'
|
|
759
|
+
},
|
|
760
|
+
chain: {
|
|
761
|
+
channelId: 'channel-141',
|
|
762
|
+
path: 'transfer/channel-141/factory/osmo1x7s7a2erqspkm6e79n7yh7fw3yh7xx4lt54mxg/uquark'
|
|
763
|
+
}
|
|
764
|
+
}],
|
|
765
|
+
logoURIs: {
|
|
766
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.png',
|
|
767
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.svg'
|
|
768
|
+
},
|
|
769
|
+
keywords: ['memecoin'],
|
|
770
|
+
socials: {
|
|
771
|
+
twitter: 'https://x.com/quark_on_cosmos'
|
|
772
|
+
}
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
description: 'The native token of Intento.',
|
|
776
|
+
denomUnits: [{
|
|
777
|
+
denom: 'ibc/DC1EF3EA03CD7F2226981D610335C3E62E3DD868A1B83EB017CE294E29C8D473',
|
|
778
|
+
exponent: 0,
|
|
779
|
+
aliases: ['uinto']
|
|
780
|
+
}, {
|
|
781
|
+
denom: 'into',
|
|
782
|
+
exponent: 6
|
|
783
|
+
}],
|
|
784
|
+
typeAsset: 'ics20',
|
|
785
|
+
base: 'ibc/DC1EF3EA03CD7F2226981D610335C3E62E3DD868A1B83EB017CE294E29C8D473',
|
|
786
|
+
name: 'Intento',
|
|
787
|
+
display: 'into',
|
|
788
|
+
symbol: 'INTO',
|
|
789
|
+
traces: [{
|
|
790
|
+
type: 'ibc',
|
|
791
|
+
counterparty: {
|
|
792
|
+
chainName: 'intento',
|
|
793
|
+
baseDenom: 'uinto',
|
|
794
|
+
channelId: 'channel-1'
|
|
795
|
+
},
|
|
796
|
+
chain: {
|
|
797
|
+
channelId: 'channel-1492',
|
|
798
|
+
path: 'transfer/channel-1492/uinto'
|
|
799
|
+
}
|
|
800
|
+
}],
|
|
753
801
|
logoURIs: {
|
|
754
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
755
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
802
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
|
|
803
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
|
|
756
804
|
},
|
|
757
|
-
|
|
805
|
+
images: [{
|
|
806
|
+
imageSync: {
|
|
807
|
+
chainName: 'intento',
|
|
808
|
+
baseDenom: 'uinto'
|
|
809
|
+
},
|
|
810
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
|
|
811
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
|
|
812
|
+
}]
|
|
758
813
|
}
|
|
759
814
|
]
|
|
760
815
|
};
|
|
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const info = {
|
|
4
4
|
$schema: '../assetlist.schema.json',
|
|
5
5
|
chainName: 'intento',
|
|
6
|
-
assets: [
|
|
6
|
+
assets: [
|
|
7
|
+
{
|
|
7
8
|
description: 'The native token of INTENTO',
|
|
8
9
|
denomUnits: [{
|
|
9
10
|
denom: 'uinto',
|
|
@@ -25,6 +26,89 @@ const info = {
|
|
|
25
26
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
|
|
26
27
|
}],
|
|
27
28
|
typeAsset: 'sdk.coin'
|
|
28
|
-
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
description: 'The staking token of the Cosmos Hub',
|
|
32
|
+
extendedDescription: 'ATOM secures the Cosmos Hub and is one of the most widely used IBC tokens. It can be used for staking, governance, and gas across the Cosmos ecosystem.',
|
|
33
|
+
denomUnits: [{
|
|
34
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
35
|
+
exponent: 0,
|
|
36
|
+
aliases: ['uatom']
|
|
37
|
+
}, {
|
|
38
|
+
denom: 'ATOM',
|
|
39
|
+
exponent: 6
|
|
40
|
+
}],
|
|
41
|
+
typeAsset: 'ics20',
|
|
42
|
+
base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
43
|
+
name: 'Cosmos Hub',
|
|
44
|
+
display: 'ATOM',
|
|
45
|
+
symbol: 'ATOM',
|
|
46
|
+
logoURIs: {
|
|
47
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
48
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
49
|
+
},
|
|
50
|
+
traces: [{
|
|
51
|
+
type: 'ibc',
|
|
52
|
+
counterparty: {
|
|
53
|
+
chainName: 'cosmoshub',
|
|
54
|
+
baseDenom: 'uatom',
|
|
55
|
+
channelId: 'channel-1492'
|
|
56
|
+
},
|
|
57
|
+
chain: {
|
|
58
|
+
channelId: 'channel-1',
|
|
59
|
+
path: 'transfer/channel-1/uatom'
|
|
60
|
+
}
|
|
61
|
+
}],
|
|
62
|
+
images: [{
|
|
63
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
64
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
|
|
65
|
+
imageSync: {
|
|
66
|
+
chainName: 'cosmoshub',
|
|
67
|
+
baseDenom: 'uatom'
|
|
68
|
+
}
|
|
69
|
+
}]
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
description: 'The native token of Osmosis',
|
|
73
|
+
extendedDescription: 'OSMO is the staking and governance token of Osmosis, the leading interchain DEX. It is also widely used as an IBC gas token.',
|
|
74
|
+
denomUnits: [{
|
|
75
|
+
denom: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
|
|
76
|
+
exponent: 0,
|
|
77
|
+
aliases: ['uosmo']
|
|
78
|
+
}, {
|
|
79
|
+
denom: 'OSMO',
|
|
80
|
+
exponent: 6
|
|
81
|
+
}],
|
|
82
|
+
typeAsset: 'ics20',
|
|
83
|
+
base: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
|
|
84
|
+
name: 'Osmosis',
|
|
85
|
+
display: 'OSMO',
|
|
86
|
+
symbol: 'OSMO',
|
|
87
|
+
logoURIs: {
|
|
88
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
89
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
90
|
+
},
|
|
91
|
+
traces: [{
|
|
92
|
+
type: 'ibc',
|
|
93
|
+
counterparty: {
|
|
94
|
+
chainName: 'osmosis',
|
|
95
|
+
baseDenom: 'uosmo',
|
|
96
|
+
channelId: 'channel-106076'
|
|
97
|
+
},
|
|
98
|
+
chain: {
|
|
99
|
+
channelId: 'channel-3',
|
|
100
|
+
path: 'transfer/channel-3/uosmo'
|
|
101
|
+
}
|
|
102
|
+
}],
|
|
103
|
+
images: [{
|
|
104
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
105
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
106
|
+
imageSync: {
|
|
107
|
+
chainName: 'osmosis',
|
|
108
|
+
baseDenom: 'uosmo'
|
|
109
|
+
}
|
|
110
|
+
}]
|
|
111
|
+
}
|
|
112
|
+
]
|
|
29
113
|
};
|
|
30
114
|
exports.default = info;
|
package/mainnet/intento/chain.js
CHANGED
|
@@ -12,13 +12,32 @@ const info = {
|
|
|
12
12
|
daemonName: 'intentod',
|
|
13
13
|
nodeHome: '$HOME/.intento',
|
|
14
14
|
keyAlgos: ['secp256k1'],
|
|
15
|
-
slip44: 118,
|
|
16
15
|
fees: {
|
|
17
|
-
feeTokens: [
|
|
16
|
+
feeTokens: [
|
|
17
|
+
{
|
|
18
18
|
denom: 'uinto',
|
|
19
|
-
fixedMinGasPrice: 0
|
|
20
|
-
|
|
19
|
+
fixedMinGasPrice: 0.01,
|
|
20
|
+
lowGasPrice: 0.01,
|
|
21
|
+
averageGasPrice: 0.02,
|
|
22
|
+
highGasPrice: 0.03
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
26
|
+
fixedMinGasPrice: 0.003,
|
|
27
|
+
lowGasPrice: 0.003,
|
|
28
|
+
averageGasPrice: 0.007,
|
|
29
|
+
highGasPrice: 0.015
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
denom: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
|
|
33
|
+
fixedMinGasPrice: 0.005,
|
|
34
|
+
lowGasPrice: 0.005,
|
|
35
|
+
averageGasPrice: 0.01,
|
|
36
|
+
highGasPrice: 0.02
|
|
37
|
+
}
|
|
38
|
+
]
|
|
21
39
|
},
|
|
40
|
+
slip44: 118,
|
|
22
41
|
staking: {
|
|
23
42
|
stakingTokens: [{
|
|
24
43
|
denom: 'uinto'
|
|
@@ -22463,6 +22463,73 @@ const info = {
|
|
|
22463
22463
|
socials: {
|
|
22464
22464
|
website: 'https://daodao.zone/dao/osmo10hgl747acm8h648xv9qrxkv3vyvv266yffs4aka7qjcr0659lnqs4ypu7v'
|
|
22465
22465
|
}
|
|
22466
|
+
},
|
|
22467
|
+
{
|
|
22468
|
+
description: 'Quark ($QUARK) is an Osmosis token launched on the Cosmos Hub.',
|
|
22469
|
+
denomUnits: [{
|
|
22470
|
+
denom: 'factory/osmo1x7s7a2erqspkm6e79n7yh7fw3yh7xx4lt54mxg/uquark',
|
|
22471
|
+
exponent: 0
|
|
22472
|
+
}, {
|
|
22473
|
+
denom: 'QUARK',
|
|
22474
|
+
exponent: 6
|
|
22475
|
+
}],
|
|
22476
|
+
typeAsset: 'sdk.coin',
|
|
22477
|
+
base: 'factory/osmo1x7s7a2erqspkm6e79n7yh7fw3yh7xx4lt54mxg/uquark',
|
|
22478
|
+
name: 'Quark',
|
|
22479
|
+
display: 'QUARK',
|
|
22480
|
+
symbol: 'QUARK',
|
|
22481
|
+
logoURIs: {
|
|
22482
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.png',
|
|
22483
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.svg'
|
|
22484
|
+
},
|
|
22485
|
+
images: [{
|
|
22486
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.png',
|
|
22487
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.svg'
|
|
22488
|
+
}],
|
|
22489
|
+
keywords: ['meme'],
|
|
22490
|
+
socials: {
|
|
22491
|
+
twitter: 'https://x.com/quark_on_cosmos'
|
|
22492
|
+
}
|
|
22493
|
+
},
|
|
22494
|
+
{
|
|
22495
|
+
description: 'The native token of Intento.',
|
|
22496
|
+
denomUnits: [{
|
|
22497
|
+
denom: 'ibc/BE072C03DA544CF282499418E7BC64D38614879B3EE95F9AD91E6C37267D4836',
|
|
22498
|
+
exponent: 0,
|
|
22499
|
+
aliases: ['uinto']
|
|
22500
|
+
}, {
|
|
22501
|
+
denom: 'into',
|
|
22502
|
+
exponent: 6
|
|
22503
|
+
}],
|
|
22504
|
+
typeAsset: 'ics20',
|
|
22505
|
+
base: 'ibc/BE072C03DA544CF282499418E7BC64D38614879B3EE95F9AD91E6C37267D4836',
|
|
22506
|
+
name: 'Intento',
|
|
22507
|
+
display: 'into',
|
|
22508
|
+
symbol: 'INTO',
|
|
22509
|
+
traces: [{
|
|
22510
|
+
type: 'ibc',
|
|
22511
|
+
counterparty: {
|
|
22512
|
+
chainName: 'intento',
|
|
22513
|
+
baseDenom: 'uinto',
|
|
22514
|
+
channelId: 'channel-3'
|
|
22515
|
+
},
|
|
22516
|
+
chain: {
|
|
22517
|
+
channelId: 'channel-106076',
|
|
22518
|
+
path: 'transfer/channel-106076/uinto'
|
|
22519
|
+
}
|
|
22520
|
+
}],
|
|
22521
|
+
logoURIs: {
|
|
22522
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
|
|
22523
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
|
|
22524
|
+
},
|
|
22525
|
+
images: [{
|
|
22526
|
+
imageSync: {
|
|
22527
|
+
chainName: 'intento',
|
|
22528
|
+
baseDenom: 'uinto'
|
|
22529
|
+
},
|
|
22530
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
|
|
22531
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
|
|
22532
|
+
}]
|
|
22466
22533
|
}
|
|
22467
22534
|
]
|
|
22468
22535
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.54",
|
|
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.54"
|
|
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": "8e5c4d9588c8e5c1b26d2a71e3626e16aed2083c"
|
|
43
43
|
}
|
|
@@ -21,12 +21,6 @@ const info = {
|
|
|
21
21
|
lowGasPrice: 0.225,
|
|
22
22
|
averageGasPrice: 0.3,
|
|
23
23
|
highGasPrice: 0.5
|
|
24
|
-
}, {
|
|
25
|
-
denom: 'uatone',
|
|
26
|
-
fixedMinGasPrice: 0.025,
|
|
27
|
-
lowGasPrice: 0.01,
|
|
28
|
-
averageGasPrice: 0.025,
|
|
29
|
-
highGasPrice: 0.05
|
|
30
24
|
}]
|
|
31
25
|
},
|
|
32
26
|
staking: {
|
|
@@ -36,15 +30,15 @@ const info = {
|
|
|
36
30
|
},
|
|
37
31
|
codebase: {
|
|
38
32
|
gitRepo: 'https://github.com/atomone-hub/atomone',
|
|
39
|
-
recommendedVersion: '
|
|
40
|
-
compatibleVersions: ['
|
|
33
|
+
recommendedVersion: 'v3.0.1',
|
|
34
|
+
compatibleVersions: ['v3.0.1'],
|
|
41
35
|
binaries: {
|
|
42
|
-
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
43
|
-
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
44
|
-
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
45
|
-
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
46
|
-
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
47
|
-
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
36
|
+
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.1/atomoned-v3.0.1-linux-amd64',
|
|
37
|
+
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.1/atomoned-v3.0.1-linux-arm64',
|
|
38
|
+
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.1/atomoned-v3.0.1-darwin-amd64',
|
|
39
|
+
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.1/atomoned-v3.0.1-darwin-arm64',
|
|
40
|
+
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.1/atomoned-v3.0.1-windows-amd64.exe',
|
|
41
|
+
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.1/atomoned-v3.0.1-windows-arm64.exe'
|
|
48
42
|
},
|
|
49
43
|
genesis: {
|
|
50
44
|
genesisUrl: 'https://atomone.fra1.digitaloceanspaces.com/atomone-testnet-1/genesis.json'
|