chain-registry 2.0.51 → 2.0.53
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/bitsong/ibc-data.js +29 -0
- package/esm/mainnet/cosmoshub/asset-list.js +75 -0
- package/esm/mainnet/neutron/ibc-data.js +29 -0
- package/esm/mainnet/osmosis/asset-list.js +67 -0
- package/esm/mainnet/sunrise/chain.js +18 -0
- package/esm/testnet/atomonetestnet/chain.js +8 -14
- package/mainnet/bitsong/ibc-data.js +29 -0
- package/mainnet/cosmoshub/asset-list.js +75 -0
- package/mainnet/neutron/ibc-data.js +29 -0
- package/mainnet/osmosis/asset-list.js +67 -0
- package/mainnet/sunrise/chain.js +18 -0
- package/package.json +3 -3
- package/testnet/atomonetestnet/chain.js +8 -14
|
@@ -143,6 +143,35 @@ const info = [
|
|
|
143
143
|
}
|
|
144
144
|
}]
|
|
145
145
|
},
|
|
146
|
+
{
|
|
147
|
+
$schema: '../ibc_data.schema.json',
|
|
148
|
+
chain1: {
|
|
149
|
+
chainName: 'bitsong',
|
|
150
|
+
clientId: '07-tendermint-83',
|
|
151
|
+
connectionId: 'connection-58'
|
|
152
|
+
},
|
|
153
|
+
chain2: {
|
|
154
|
+
chainName: 'neutron',
|
|
155
|
+
clientId: '07-tendermint-182',
|
|
156
|
+
connectionId: 'connection-136'
|
|
157
|
+
},
|
|
158
|
+
channels: [{
|
|
159
|
+
chain1: {
|
|
160
|
+
channelId: 'channel-39',
|
|
161
|
+
portId: 'transfer'
|
|
162
|
+
},
|
|
163
|
+
chain2: {
|
|
164
|
+
channelId: 'channel-7232',
|
|
165
|
+
portId: 'transfer'
|
|
166
|
+
},
|
|
167
|
+
ordering: 'unordered',
|
|
168
|
+
version: 'ics20-1',
|
|
169
|
+
tags: {
|
|
170
|
+
status: 'live',
|
|
171
|
+
preferred: true
|
|
172
|
+
}
|
|
173
|
+
}]
|
|
174
|
+
},
|
|
146
175
|
{
|
|
147
176
|
$schema: '../ibc_data.schema.json',
|
|
148
177
|
chain1: {
|
|
@@ -733,6 +733,81 @@ const info = {
|
|
|
733
733
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
734
734
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
735
735
|
}
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
description: 'Quark ($QUARK) is an Osmosis token launched on the Cosmos Hub.',
|
|
739
|
+
denomUnits: [{
|
|
740
|
+
denom: 'ibc/7B6EBFC446E50DFF981C994E207BFB398889706C2B0DF8A14D8B87F6C0E33A1A',
|
|
741
|
+
exponent: 0
|
|
742
|
+
}, {
|
|
743
|
+
denom: 'quark',
|
|
744
|
+
exponent: 6
|
|
745
|
+
}],
|
|
746
|
+
typeAsset: 'ics20',
|
|
747
|
+
base: 'ibc/7B6EBFC446E50DFF981C994E207BFB398889706C2B0DF8A14D8B87F6C0E33A1A',
|
|
748
|
+
name: 'Quark',
|
|
749
|
+
display: 'quark',
|
|
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
|
+
}],
|
|
799
|
+
logoURIs: {
|
|
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'
|
|
802
|
+
},
|
|
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
|
+
}]
|
|
736
811
|
}
|
|
737
812
|
]
|
|
738
813
|
};
|
|
@@ -115,6 +115,35 @@ const info = [
|
|
|
115
115
|
}
|
|
116
116
|
}]
|
|
117
117
|
},
|
|
118
|
+
{
|
|
119
|
+
$schema: '../ibc_data.schema.json',
|
|
120
|
+
chain1: {
|
|
121
|
+
chainName: 'bitsong',
|
|
122
|
+
clientId: '07-tendermint-83',
|
|
123
|
+
connectionId: 'connection-58'
|
|
124
|
+
},
|
|
125
|
+
chain2: {
|
|
126
|
+
chainName: 'neutron',
|
|
127
|
+
clientId: '07-tendermint-182',
|
|
128
|
+
connectionId: 'connection-136'
|
|
129
|
+
},
|
|
130
|
+
channels: [{
|
|
131
|
+
chain1: {
|
|
132
|
+
channelId: 'channel-39',
|
|
133
|
+
portId: 'transfer'
|
|
134
|
+
},
|
|
135
|
+
chain2: {
|
|
136
|
+
channelId: 'channel-7232',
|
|
137
|
+
portId: 'transfer'
|
|
138
|
+
},
|
|
139
|
+
ordering: 'unordered',
|
|
140
|
+
version: 'ics20-1',
|
|
141
|
+
tags: {
|
|
142
|
+
status: 'live',
|
|
143
|
+
preferred: true
|
|
144
|
+
}
|
|
145
|
+
}]
|
|
146
|
+
},
|
|
118
147
|
{
|
|
119
148
|
$schema: '../ibc_data.schema.json',
|
|
120
149
|
chain1: {
|
|
@@ -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
|
};
|
|
@@ -87,6 +87,10 @@ const info = {
|
|
|
87
87
|
address: 'https://sunrise-rpc-2.krews.xyz',
|
|
88
88
|
provider: 'Krews'
|
|
89
89
|
},
|
|
90
|
+
{
|
|
91
|
+
address: 'https://sunrise-mainnet-rpc.denodes.xyz/',
|
|
92
|
+
provider: 'deNodes'
|
|
93
|
+
},
|
|
90
94
|
{
|
|
91
95
|
address: 'http://sunrise.rpc.decentrio.ventures',
|
|
92
96
|
provider: 'Decentrio'
|
|
@@ -137,6 +141,10 @@ const info = {
|
|
|
137
141
|
address: 'https://sunrise-api-2.krews.xyz',
|
|
138
142
|
provider: 'Krews'
|
|
139
143
|
},
|
|
144
|
+
{
|
|
145
|
+
address: 'https://sunrise-mainnet-api.denodes.xyz/',
|
|
146
|
+
provider: 'deNodes'
|
|
147
|
+
},
|
|
140
148
|
{
|
|
141
149
|
address: 'https://sunrise.api.decentrio.ventures',
|
|
142
150
|
provider: 'Decentrio'
|
|
@@ -171,6 +179,10 @@ const info = {
|
|
|
171
179
|
address: 'https://grpc.sunrise.nodestake.org:443',
|
|
172
180
|
provider: 'NodeStake'
|
|
173
181
|
},
|
|
182
|
+
{
|
|
183
|
+
address: 'https://sunrise-mainnet-grpc.denodes.xyz:443',
|
|
184
|
+
provider: 'deNodes'
|
|
185
|
+
},
|
|
174
186
|
{
|
|
175
187
|
address: 'https://sunrise.grpc.decentrio.ventures:443',
|
|
176
188
|
provider: 'Decentrio'
|
|
@@ -225,6 +237,12 @@ const info = {
|
|
|
225
237
|
txPage: 'https://risescan.krews.xyz/sunrise/tx/${txHash}',
|
|
226
238
|
accountPage: 'https://risescan.krews.xyz/sunrise/account/${accountAddress}'
|
|
227
239
|
},
|
|
240
|
+
{
|
|
241
|
+
kind: 'deNodes',
|
|
242
|
+
url: 'https://risescan.denodes.app/',
|
|
243
|
+
txPage: 'https://risescan.denodes.app/sunrise/tx/${txHash}',
|
|
244
|
+
accountPage: 'https://risescan.denodes.app/sunrise/account/${accountAddress}'
|
|
245
|
+
},
|
|
228
246
|
{
|
|
229
247
|
kind: 'Synergy Nodes Explorer',
|
|
230
248
|
url: 'https://cosmosrun.info/sunrise',
|
|
@@ -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'
|
|
@@ -145,6 +145,35 @@ const info = [
|
|
|
145
145
|
}
|
|
146
146
|
}]
|
|
147
147
|
},
|
|
148
|
+
{
|
|
149
|
+
$schema: '../ibc_data.schema.json',
|
|
150
|
+
chain1: {
|
|
151
|
+
chainName: 'bitsong',
|
|
152
|
+
clientId: '07-tendermint-83',
|
|
153
|
+
connectionId: 'connection-58'
|
|
154
|
+
},
|
|
155
|
+
chain2: {
|
|
156
|
+
chainName: 'neutron',
|
|
157
|
+
clientId: '07-tendermint-182',
|
|
158
|
+
connectionId: 'connection-136'
|
|
159
|
+
},
|
|
160
|
+
channels: [{
|
|
161
|
+
chain1: {
|
|
162
|
+
channelId: 'channel-39',
|
|
163
|
+
portId: 'transfer'
|
|
164
|
+
},
|
|
165
|
+
chain2: {
|
|
166
|
+
channelId: 'channel-7232',
|
|
167
|
+
portId: 'transfer'
|
|
168
|
+
},
|
|
169
|
+
ordering: 'unordered',
|
|
170
|
+
version: 'ics20-1',
|
|
171
|
+
tags: {
|
|
172
|
+
status: 'live',
|
|
173
|
+
preferred: true
|
|
174
|
+
}
|
|
175
|
+
}]
|
|
176
|
+
},
|
|
148
177
|
{
|
|
149
178
|
$schema: '../ibc_data.schema.json',
|
|
150
179
|
chain1: {
|
|
@@ -735,6 +735,81 @@ const info = {
|
|
|
735
735
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
736
736
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
737
737
|
}
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
description: 'Quark ($QUARK) is an Osmosis token launched on the Cosmos Hub.',
|
|
741
|
+
denomUnits: [{
|
|
742
|
+
denom: 'ibc/7B6EBFC446E50DFF981C994E207BFB398889706C2B0DF8A14D8B87F6C0E33A1A',
|
|
743
|
+
exponent: 0
|
|
744
|
+
}, {
|
|
745
|
+
denom: 'quark',
|
|
746
|
+
exponent: 6
|
|
747
|
+
}],
|
|
748
|
+
typeAsset: 'ics20',
|
|
749
|
+
base: 'ibc/7B6EBFC446E50DFF981C994E207BFB398889706C2B0DF8A14D8B87F6C0E33A1A',
|
|
750
|
+
name: 'Quark',
|
|
751
|
+
display: 'quark',
|
|
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
|
+
}],
|
|
801
|
+
logoURIs: {
|
|
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'
|
|
804
|
+
},
|
|
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
|
+
}]
|
|
738
813
|
}
|
|
739
814
|
]
|
|
740
815
|
};
|
|
@@ -117,6 +117,35 @@ const info = [
|
|
|
117
117
|
}
|
|
118
118
|
}]
|
|
119
119
|
},
|
|
120
|
+
{
|
|
121
|
+
$schema: '../ibc_data.schema.json',
|
|
122
|
+
chain1: {
|
|
123
|
+
chainName: 'bitsong',
|
|
124
|
+
clientId: '07-tendermint-83',
|
|
125
|
+
connectionId: 'connection-58'
|
|
126
|
+
},
|
|
127
|
+
chain2: {
|
|
128
|
+
chainName: 'neutron',
|
|
129
|
+
clientId: '07-tendermint-182',
|
|
130
|
+
connectionId: 'connection-136'
|
|
131
|
+
},
|
|
132
|
+
channels: [{
|
|
133
|
+
chain1: {
|
|
134
|
+
channelId: 'channel-39',
|
|
135
|
+
portId: 'transfer'
|
|
136
|
+
},
|
|
137
|
+
chain2: {
|
|
138
|
+
channelId: 'channel-7232',
|
|
139
|
+
portId: 'transfer'
|
|
140
|
+
},
|
|
141
|
+
ordering: 'unordered',
|
|
142
|
+
version: 'ics20-1',
|
|
143
|
+
tags: {
|
|
144
|
+
status: 'live',
|
|
145
|
+
preferred: true
|
|
146
|
+
}
|
|
147
|
+
}]
|
|
148
|
+
},
|
|
120
149
|
{
|
|
121
150
|
$schema: '../ibc_data.schema.json',
|
|
122
151
|
chain1: {
|
|
@@ -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/mainnet/sunrise/chain.js
CHANGED
|
@@ -89,6 +89,10 @@ const info = {
|
|
|
89
89
|
address: 'https://sunrise-rpc-2.krews.xyz',
|
|
90
90
|
provider: 'Krews'
|
|
91
91
|
},
|
|
92
|
+
{
|
|
93
|
+
address: 'https://sunrise-mainnet-rpc.denodes.xyz/',
|
|
94
|
+
provider: 'deNodes'
|
|
95
|
+
},
|
|
92
96
|
{
|
|
93
97
|
address: 'http://sunrise.rpc.decentrio.ventures',
|
|
94
98
|
provider: 'Decentrio'
|
|
@@ -139,6 +143,10 @@ const info = {
|
|
|
139
143
|
address: 'https://sunrise-api-2.krews.xyz',
|
|
140
144
|
provider: 'Krews'
|
|
141
145
|
},
|
|
146
|
+
{
|
|
147
|
+
address: 'https://sunrise-mainnet-api.denodes.xyz/',
|
|
148
|
+
provider: 'deNodes'
|
|
149
|
+
},
|
|
142
150
|
{
|
|
143
151
|
address: 'https://sunrise.api.decentrio.ventures',
|
|
144
152
|
provider: 'Decentrio'
|
|
@@ -173,6 +181,10 @@ const info = {
|
|
|
173
181
|
address: 'https://grpc.sunrise.nodestake.org:443',
|
|
174
182
|
provider: 'NodeStake'
|
|
175
183
|
},
|
|
184
|
+
{
|
|
185
|
+
address: 'https://sunrise-mainnet-grpc.denodes.xyz:443',
|
|
186
|
+
provider: 'deNodes'
|
|
187
|
+
},
|
|
176
188
|
{
|
|
177
189
|
address: 'https://sunrise.grpc.decentrio.ventures:443',
|
|
178
190
|
provider: 'Decentrio'
|
|
@@ -227,6 +239,12 @@ const info = {
|
|
|
227
239
|
txPage: 'https://risescan.krews.xyz/sunrise/tx/${txHash}',
|
|
228
240
|
accountPage: 'https://risescan.krews.xyz/sunrise/account/${accountAddress}'
|
|
229
241
|
},
|
|
242
|
+
{
|
|
243
|
+
kind: 'deNodes',
|
|
244
|
+
url: 'https://risescan.denodes.app/',
|
|
245
|
+
txPage: 'https://risescan.denodes.app/sunrise/tx/${txHash}',
|
|
246
|
+
accountPage: 'https://risescan.denodes.app/sunrise/account/${accountAddress}'
|
|
247
|
+
},
|
|
230
248
|
{
|
|
231
249
|
kind: 'Synergy Nodes Explorer',
|
|
232
250
|
url: 'https://cosmosrun.info/sunrise',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.53",
|
|
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.53"
|
|
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": "ec6f02ffd937e1c36b68ec780a39439a68a68e86"
|
|
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'
|