chain-registry 2.0.237 → 2.0.238
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/axone/chain.js +3 -3
- package/esm/mainnet/gonka/asset-list.js +6 -1
- package/esm/mainnet/gonka/chain.js +27 -15
- package/esm/mainnet/gonka/ibc-data.js +32 -0
- package/esm/mainnet/gonka/index.js +2 -0
- package/esm/mainnet/ibc-data.js +2 -0
- package/esm/mainnet/osmosis/ibc-data.js +31 -0
- package/esm/mainnet/tail/chain.js +5 -5
- package/mainnet/axone/chain.js +3 -3
- package/mainnet/gonka/asset-list.js +6 -1
- package/mainnet/gonka/chain.js +27 -15
- package/mainnet/gonka/ibc-data.d.ts +3 -0
- package/mainnet/gonka/ibc-data.js +34 -0
- package/mainnet/gonka/index.d.ts +1 -0
- package/mainnet/gonka/index.js +3 -1
- package/mainnet/ibc-data.js +2 -0
- package/mainnet/osmosis/ibc-data.js +31 -0
- package/mainnet/tail/chain.js +5 -5
- package/package.json +3 -3
|
@@ -62,7 +62,7 @@ const info = {
|
|
|
62
62
|
rpc: [
|
|
63
63
|
{
|
|
64
64
|
address: 'https://rpc.axone.cumulo.com.es',
|
|
65
|
-
provider: '
|
|
65
|
+
provider: 'Cumulo'
|
|
66
66
|
},
|
|
67
67
|
{
|
|
68
68
|
address: 'https://axone.rpc.bccnodes.com',
|
|
@@ -96,7 +96,7 @@ const info = {
|
|
|
96
96
|
rest: [
|
|
97
97
|
{
|
|
98
98
|
address: 'https://api.axone.cumulo.com.es',
|
|
99
|
-
provider: '
|
|
99
|
+
provider: 'Cumulo'
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
address: 'https://axone.lcd.bccnodes.com',
|
|
@@ -130,7 +130,7 @@ const info = {
|
|
|
130
130
|
grpc: [
|
|
131
131
|
{
|
|
132
132
|
address: 'grpc.axone.cumulo.com.es:443',
|
|
133
|
-
provider: '
|
|
133
|
+
provider: 'Cumulo'
|
|
134
134
|
},
|
|
135
135
|
{
|
|
136
136
|
address: 'axone.grpc.bccnodes.com:443',
|
|
@@ -3,6 +3,7 @@ const info = {
|
|
|
3
3
|
chainName: 'gonka',
|
|
4
4
|
assets: [{
|
|
5
5
|
description: 'Coins for the Gonka network.',
|
|
6
|
+
extendedDescription: 'Gonka is a decentralized AI infrastructure designed to optimize computational power specifically for AI model training and inference, offering a competitive alternative to traditional centralized cloud providers. Centralized systems are often expensive, monopolistic, and carry risks of censorship, whereas existing decentralized networks frequently waste resources on non-productive tasks, such as network security.\n\nWe introduce an innovative consensus mechanism that ensures nearly 100% of computational resources are used for meaningful AI tasks, maximizing efficiency and minimizing operational costs.',
|
|
6
7
|
denomUnits: [
|
|
7
8
|
{
|
|
8
9
|
denom: 'ngonka',
|
|
@@ -32,7 +33,11 @@ const info = {
|
|
|
32
33
|
images: [{
|
|
33
34
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gonka/images/gonka_logo.png',
|
|
34
35
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gonka/images/gonka_logo.svg'
|
|
35
|
-
}]
|
|
36
|
+
}],
|
|
37
|
+
socials: {
|
|
38
|
+
x: 'https://x.com/gonka_ai',
|
|
39
|
+
discord: 'https://discord.com/invite/RADwCT2U6R'
|
|
40
|
+
}
|
|
36
41
|
}]
|
|
37
42
|
};
|
|
38
43
|
export default info;
|
|
@@ -81,8 +81,8 @@ const info = {
|
|
|
81
81
|
apis: {
|
|
82
82
|
rpc: [
|
|
83
83
|
{
|
|
84
|
-
address: 'https://
|
|
85
|
-
provider: '
|
|
84
|
+
address: 'https://gonka.hyperfusion.io/chain-rpc/',
|
|
85
|
+
provider: 'Hyperfusion'
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
88
|
address: 'https://gonka03.6block.com:8443/chain-rpc/',
|
|
@@ -90,17 +90,21 @@ const info = {
|
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
92
|
address: 'https://node1.gonka.ai:8443/chain-rpc/',
|
|
93
|
-
provider: 'PS
|
|
93
|
+
provider: 'PS'
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
96
|
address: 'https://node2.gonka.ai:8443/chain-rpc/',
|
|
97
|
-
provider: 'PS
|
|
97
|
+
provider: 'PS'
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
address: 'https://rpc.gonka.gg/key/keplr/chain-rpc/',
|
|
101
|
+
provider: 'GonkaLabs'
|
|
98
102
|
}
|
|
99
103
|
],
|
|
100
104
|
rest: [
|
|
101
105
|
{
|
|
102
|
-
address: 'https://
|
|
103
|
-
provider: '
|
|
106
|
+
address: 'https://gonka.hyperfusion.io/chain-api/',
|
|
107
|
+
provider: 'Hyperfusion'
|
|
104
108
|
},
|
|
105
109
|
{
|
|
106
110
|
address: 'https://gonka03.6block.com:8443/chain-api/',
|
|
@@ -108,17 +112,21 @@ const info = {
|
|
|
108
112
|
},
|
|
109
113
|
{
|
|
110
114
|
address: 'https://node1.gonka.ai:8443/chain-api/',
|
|
111
|
-
provider: 'PS
|
|
115
|
+
provider: 'PS'
|
|
112
116
|
},
|
|
113
117
|
{
|
|
114
118
|
address: 'https://node2.gonka.ai:8443/chain-api/',
|
|
115
|
-
provider: 'PS
|
|
119
|
+
provider: 'PS'
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
address: 'https://rpc.gonka.gg/key/keplr/chain-api/',
|
|
123
|
+
provider: 'GonkaLabs'
|
|
116
124
|
}
|
|
117
125
|
],
|
|
118
126
|
grpc: [
|
|
119
127
|
{
|
|
120
|
-
address: 'https://
|
|
121
|
-
provider: '
|
|
128
|
+
address: 'https://gonka.hyperfusion.io/chain-grpc/',
|
|
129
|
+
provider: 'Hyperfusion'
|
|
122
130
|
},
|
|
123
131
|
{
|
|
124
132
|
address: 'https://gonka03.6block.com:8443/chain-grpc/',
|
|
@@ -126,20 +134,24 @@ const info = {
|
|
|
126
134
|
},
|
|
127
135
|
{
|
|
128
136
|
address: 'https://node1.gonka.ai:8443/chain-grpc/',
|
|
129
|
-
provider: 'PS
|
|
137
|
+
provider: 'PS'
|
|
130
138
|
},
|
|
131
139
|
{
|
|
132
140
|
address: 'https://node2.gonka.ai:8443/chain-grpc/',
|
|
133
|
-
provider: 'PS
|
|
141
|
+
provider: 'PS'
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
address: 'https://rpc.gonka.gg/key/keplr/chain-grpc/',
|
|
145
|
+
provider: 'GonkaLabs'
|
|
134
146
|
}
|
|
135
147
|
]
|
|
136
148
|
},
|
|
137
149
|
explorers: [
|
|
138
150
|
{
|
|
139
151
|
kind: 'ping.pub',
|
|
140
|
-
url: 'https://
|
|
141
|
-
txPage: 'https://
|
|
142
|
-
accountPage: 'https://
|
|
152
|
+
url: 'https://gonka.hyperfusion.io/dashboard',
|
|
153
|
+
txPage: 'https://gonka.hyperfusion.io/dashboard/gonka/txs/${txHash}',
|
|
154
|
+
accountPage: 'https://gonka.hyperfusion.io/dashboard/gonka/account/${accountAddress}'
|
|
143
155
|
},
|
|
144
156
|
{
|
|
145
157
|
kind: 'ping.pub',
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const info = [{
|
|
2
|
+
$schema: '../ibc_data.schema.json',
|
|
3
|
+
chain1: {
|
|
4
|
+
chainName: 'gonka',
|
|
5
|
+
chainId: 'gonka-mainnet',
|
|
6
|
+
clientId: '07-tendermint-1',
|
|
7
|
+
connectionId: 'connection-1'
|
|
8
|
+
},
|
|
9
|
+
chain2: {
|
|
10
|
+
chainName: 'osmosis',
|
|
11
|
+
chainId: 'osmosis-1',
|
|
12
|
+
clientId: '07-tendermint-3637',
|
|
13
|
+
connectionId: 'connection-10981'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain1: {
|
|
17
|
+
channelId: 'channel-1',
|
|
18
|
+
portId: 'transfer'
|
|
19
|
+
},
|
|
20
|
+
chain2: {
|
|
21
|
+
channelId: 'channel-108157',
|
|
22
|
+
portId: 'transfer'
|
|
23
|
+
},
|
|
24
|
+
ordering: 'unordered',
|
|
25
|
+
version: 'ics20-1',
|
|
26
|
+
tags: {
|
|
27
|
+
preferred: true,
|
|
28
|
+
status: 'ACTIVE'
|
|
29
|
+
}
|
|
30
|
+
}]
|
|
31
|
+
}];
|
|
32
|
+
export default info;
|
package/esm/mainnet/ibc-data.js
CHANGED
|
@@ -62,6 +62,7 @@ import * as _gateway from './gateway';
|
|
|
62
62
|
import * as _genesisl1 from './genesisl1';
|
|
63
63
|
import * as _gitopia from './gitopia';
|
|
64
64
|
import * as _gnodi from './gnodi';
|
|
65
|
+
import * as _gonka from './gonka';
|
|
65
66
|
import * as _gravitybridge from './gravitybridge';
|
|
66
67
|
import * as _haqq from './haqq';
|
|
67
68
|
import * as _hazinachain from './hazinachain';
|
|
@@ -232,6 +233,7 @@ const ibcData = [
|
|
|
232
233
|
..._genesisl1.ibcData,
|
|
233
234
|
..._gitopia.ibcData,
|
|
234
235
|
..._gnodi.ibcData,
|
|
236
|
+
..._gonka.ibcData,
|
|
235
237
|
..._gravitybridge.ibcData,
|
|
236
238
|
..._haqq.ibcData,
|
|
237
239
|
..._hazinachain.ibcData,
|
|
@@ -2104,6 +2104,37 @@ const info = [
|
|
|
2104
2104
|
}
|
|
2105
2105
|
}]
|
|
2106
2106
|
},
|
|
2107
|
+
{
|
|
2108
|
+
$schema: '../ibc_data.schema.json',
|
|
2109
|
+
chain1: {
|
|
2110
|
+
chainName: 'gonka',
|
|
2111
|
+
chainId: 'gonka-mainnet',
|
|
2112
|
+
clientId: '07-tendermint-1',
|
|
2113
|
+
connectionId: 'connection-1'
|
|
2114
|
+
},
|
|
2115
|
+
chain2: {
|
|
2116
|
+
chainName: 'osmosis',
|
|
2117
|
+
chainId: 'osmosis-1',
|
|
2118
|
+
clientId: '07-tendermint-3637',
|
|
2119
|
+
connectionId: 'connection-10981'
|
|
2120
|
+
},
|
|
2121
|
+
channels: [{
|
|
2122
|
+
chain1: {
|
|
2123
|
+
channelId: 'channel-1',
|
|
2124
|
+
portId: 'transfer'
|
|
2125
|
+
},
|
|
2126
|
+
chain2: {
|
|
2127
|
+
channelId: 'channel-108157',
|
|
2128
|
+
portId: 'transfer'
|
|
2129
|
+
},
|
|
2130
|
+
ordering: 'unordered',
|
|
2131
|
+
version: 'ics20-1',
|
|
2132
|
+
tags: {
|
|
2133
|
+
preferred: true,
|
|
2134
|
+
status: 'ACTIVE'
|
|
2135
|
+
}
|
|
2136
|
+
}]
|
|
2137
|
+
},
|
|
2107
2138
|
{
|
|
2108
2139
|
$schema: '../ibc_data.schema.json',
|
|
2109
2140
|
chain1: {
|
|
@@ -5,7 +5,7 @@ const info = {
|
|
|
5
5
|
networkType: 'mainnet',
|
|
6
6
|
prettyName: 'TAIL Network',
|
|
7
7
|
chainType: 'cosmos',
|
|
8
|
-
chainId: 'tail',
|
|
8
|
+
chainId: 'tail-1',
|
|
9
9
|
bech32Prefix: 'tail',
|
|
10
10
|
daemonName: 'taild',
|
|
11
11
|
nodeHome: '$HOME/.tail',
|
|
@@ -27,17 +27,17 @@ const info = {
|
|
|
27
27
|
},
|
|
28
28
|
apis: {
|
|
29
29
|
rpc: [{
|
|
30
|
-
address: '
|
|
30
|
+
address: 'https://rpc.trusttails.io',
|
|
31
31
|
provider: 'TrustTails'
|
|
32
32
|
}],
|
|
33
33
|
rest: [{
|
|
34
|
-
address: '
|
|
34
|
+
address: 'https://api.trusttails.io',
|
|
35
35
|
provider: 'TrustTails'
|
|
36
36
|
}]
|
|
37
37
|
},
|
|
38
38
|
explorers: [{
|
|
39
|
-
url: '
|
|
40
|
-
txPage: '
|
|
39
|
+
url: 'https://explorer.trusttails.io',
|
|
40
|
+
txPage: 'https://explorer.trusttails.io/tail/tx/${txHash}'
|
|
41
41
|
}],
|
|
42
42
|
website: 'https://trusttails.io'
|
|
43
43
|
};
|
package/mainnet/axone/chain.js
CHANGED
|
@@ -64,7 +64,7 @@ const info = {
|
|
|
64
64
|
rpc: [
|
|
65
65
|
{
|
|
66
66
|
address: 'https://rpc.axone.cumulo.com.es',
|
|
67
|
-
provider: '
|
|
67
|
+
provider: 'Cumulo'
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
70
|
address: 'https://axone.rpc.bccnodes.com',
|
|
@@ -98,7 +98,7 @@ const info = {
|
|
|
98
98
|
rest: [
|
|
99
99
|
{
|
|
100
100
|
address: 'https://api.axone.cumulo.com.es',
|
|
101
|
-
provider: '
|
|
101
|
+
provider: 'Cumulo'
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
104
|
address: 'https://axone.lcd.bccnodes.com',
|
|
@@ -132,7 +132,7 @@ const info = {
|
|
|
132
132
|
grpc: [
|
|
133
133
|
{
|
|
134
134
|
address: 'grpc.axone.cumulo.com.es:443',
|
|
135
|
-
provider: '
|
|
135
|
+
provider: 'Cumulo'
|
|
136
136
|
},
|
|
137
137
|
{
|
|
138
138
|
address: 'axone.grpc.bccnodes.com:443',
|
|
@@ -5,6 +5,7 @@ const info = {
|
|
|
5
5
|
chainName: 'gonka',
|
|
6
6
|
assets: [{
|
|
7
7
|
description: 'Coins for the Gonka network.',
|
|
8
|
+
extendedDescription: 'Gonka is a decentralized AI infrastructure designed to optimize computational power specifically for AI model training and inference, offering a competitive alternative to traditional centralized cloud providers. Centralized systems are often expensive, monopolistic, and carry risks of censorship, whereas existing decentralized networks frequently waste resources on non-productive tasks, such as network security.\n\nWe introduce an innovative consensus mechanism that ensures nearly 100% of computational resources are used for meaningful AI tasks, maximizing efficiency and minimizing operational costs.',
|
|
8
9
|
denomUnits: [
|
|
9
10
|
{
|
|
10
11
|
denom: 'ngonka',
|
|
@@ -34,7 +35,11 @@ const info = {
|
|
|
34
35
|
images: [{
|
|
35
36
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gonka/images/gonka_logo.png',
|
|
36
37
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gonka/images/gonka_logo.svg'
|
|
37
|
-
}]
|
|
38
|
+
}],
|
|
39
|
+
socials: {
|
|
40
|
+
x: 'https://x.com/gonka_ai',
|
|
41
|
+
discord: 'https://discord.com/invite/RADwCT2U6R'
|
|
42
|
+
}
|
|
38
43
|
}]
|
|
39
44
|
};
|
|
40
45
|
exports.default = info;
|
package/mainnet/gonka/chain.js
CHANGED
|
@@ -83,8 +83,8 @@ const info = {
|
|
|
83
83
|
apis: {
|
|
84
84
|
rpc: [
|
|
85
85
|
{
|
|
86
|
-
address: 'https://
|
|
87
|
-
provider: '
|
|
86
|
+
address: 'https://gonka.hyperfusion.io/chain-rpc/',
|
|
87
|
+
provider: 'Hyperfusion'
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
90
|
address: 'https://gonka03.6block.com:8443/chain-rpc/',
|
|
@@ -92,17 +92,21 @@ const info = {
|
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
94
|
address: 'https://node1.gonka.ai:8443/chain-rpc/',
|
|
95
|
-
provider: 'PS
|
|
95
|
+
provider: 'PS'
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
98
|
address: 'https://node2.gonka.ai:8443/chain-rpc/',
|
|
99
|
-
provider: 'PS
|
|
99
|
+
provider: 'PS'
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
address: 'https://rpc.gonka.gg/key/keplr/chain-rpc/',
|
|
103
|
+
provider: 'GonkaLabs'
|
|
100
104
|
}
|
|
101
105
|
],
|
|
102
106
|
rest: [
|
|
103
107
|
{
|
|
104
|
-
address: 'https://
|
|
105
|
-
provider: '
|
|
108
|
+
address: 'https://gonka.hyperfusion.io/chain-api/',
|
|
109
|
+
provider: 'Hyperfusion'
|
|
106
110
|
},
|
|
107
111
|
{
|
|
108
112
|
address: 'https://gonka03.6block.com:8443/chain-api/',
|
|
@@ -110,17 +114,21 @@ const info = {
|
|
|
110
114
|
},
|
|
111
115
|
{
|
|
112
116
|
address: 'https://node1.gonka.ai:8443/chain-api/',
|
|
113
|
-
provider: 'PS
|
|
117
|
+
provider: 'PS'
|
|
114
118
|
},
|
|
115
119
|
{
|
|
116
120
|
address: 'https://node2.gonka.ai:8443/chain-api/',
|
|
117
|
-
provider: 'PS
|
|
121
|
+
provider: 'PS'
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
address: 'https://rpc.gonka.gg/key/keplr/chain-api/',
|
|
125
|
+
provider: 'GonkaLabs'
|
|
118
126
|
}
|
|
119
127
|
],
|
|
120
128
|
grpc: [
|
|
121
129
|
{
|
|
122
|
-
address: 'https://
|
|
123
|
-
provider: '
|
|
130
|
+
address: 'https://gonka.hyperfusion.io/chain-grpc/',
|
|
131
|
+
provider: 'Hyperfusion'
|
|
124
132
|
},
|
|
125
133
|
{
|
|
126
134
|
address: 'https://gonka03.6block.com:8443/chain-grpc/',
|
|
@@ -128,20 +136,24 @@ const info = {
|
|
|
128
136
|
},
|
|
129
137
|
{
|
|
130
138
|
address: 'https://node1.gonka.ai:8443/chain-grpc/',
|
|
131
|
-
provider: 'PS
|
|
139
|
+
provider: 'PS'
|
|
132
140
|
},
|
|
133
141
|
{
|
|
134
142
|
address: 'https://node2.gonka.ai:8443/chain-grpc/',
|
|
135
|
-
provider: 'PS
|
|
143
|
+
provider: 'PS'
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
address: 'https://rpc.gonka.gg/key/keplr/chain-grpc/',
|
|
147
|
+
provider: 'GonkaLabs'
|
|
136
148
|
}
|
|
137
149
|
]
|
|
138
150
|
},
|
|
139
151
|
explorers: [
|
|
140
152
|
{
|
|
141
153
|
kind: 'ping.pub',
|
|
142
|
-
url: 'https://
|
|
143
|
-
txPage: 'https://
|
|
144
|
-
accountPage: 'https://
|
|
154
|
+
url: 'https://gonka.hyperfusion.io/dashboard',
|
|
155
|
+
txPage: 'https://gonka.hyperfusion.io/dashboard/gonka/txs/${txHash}',
|
|
156
|
+
accountPage: 'https://gonka.hyperfusion.io/dashboard/gonka/account/${accountAddress}'
|
|
145
157
|
},
|
|
146
158
|
{
|
|
147
159
|
kind: 'ping.pub',
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [{
|
|
4
|
+
$schema: '../ibc_data.schema.json',
|
|
5
|
+
chain1: {
|
|
6
|
+
chainName: 'gonka',
|
|
7
|
+
chainId: 'gonka-mainnet',
|
|
8
|
+
clientId: '07-tendermint-1',
|
|
9
|
+
connectionId: 'connection-1'
|
|
10
|
+
},
|
|
11
|
+
chain2: {
|
|
12
|
+
chainName: 'osmosis',
|
|
13
|
+
chainId: 'osmosis-1',
|
|
14
|
+
clientId: '07-tendermint-3637',
|
|
15
|
+
connectionId: 'connection-10981'
|
|
16
|
+
},
|
|
17
|
+
channels: [{
|
|
18
|
+
chain1: {
|
|
19
|
+
channelId: 'channel-1',
|
|
20
|
+
portId: 'transfer'
|
|
21
|
+
},
|
|
22
|
+
chain2: {
|
|
23
|
+
channelId: 'channel-108157',
|
|
24
|
+
portId: 'transfer'
|
|
25
|
+
},
|
|
26
|
+
ordering: 'unordered',
|
|
27
|
+
version: 'ics20-1',
|
|
28
|
+
tags: {
|
|
29
|
+
preferred: true,
|
|
30
|
+
status: 'ACTIVE'
|
|
31
|
+
}
|
|
32
|
+
}]
|
|
33
|
+
}];
|
|
34
|
+
exports.default = info;
|
package/mainnet/gonka/index.d.ts
CHANGED
package/mainnet/gonka/index.js
CHANGED
|
@@ -3,8 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.chain = exports.assetList = void 0;
|
|
6
|
+
exports.ibcData = exports.chain = exports.assetList = void 0;
|
|
7
7
|
const asset_list_1 = __importDefault(require("./asset-list"));
|
|
8
8
|
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
const ibc_data_1 = __importDefault(require("./ibc-data"));
|
|
9
10
|
exports.assetList = asset_list_1.default;
|
|
10
11
|
exports.chain = chain_1.default;
|
|
12
|
+
exports.ibcData = ibc_data_1.default;
|
package/mainnet/ibc-data.js
CHANGED
|
@@ -87,6 +87,7 @@ const _gateway = __importStar(require("./gateway"));
|
|
|
87
87
|
const _genesisl1 = __importStar(require("./genesisl1"));
|
|
88
88
|
const _gitopia = __importStar(require("./gitopia"));
|
|
89
89
|
const _gnodi = __importStar(require("./gnodi"));
|
|
90
|
+
const _gonka = __importStar(require("./gonka"));
|
|
90
91
|
const _gravitybridge = __importStar(require("./gravitybridge"));
|
|
91
92
|
const _haqq = __importStar(require("./haqq"));
|
|
92
93
|
const _hazinachain = __importStar(require("./hazinachain"));
|
|
@@ -257,6 +258,7 @@ const ibcData = [
|
|
|
257
258
|
..._genesisl1.ibcData,
|
|
258
259
|
..._gitopia.ibcData,
|
|
259
260
|
..._gnodi.ibcData,
|
|
261
|
+
..._gonka.ibcData,
|
|
260
262
|
..._gravitybridge.ibcData,
|
|
261
263
|
..._haqq.ibcData,
|
|
262
264
|
..._hazinachain.ibcData,
|
|
@@ -2106,6 +2106,37 @@ const info = [
|
|
|
2106
2106
|
}
|
|
2107
2107
|
}]
|
|
2108
2108
|
},
|
|
2109
|
+
{
|
|
2110
|
+
$schema: '../ibc_data.schema.json',
|
|
2111
|
+
chain1: {
|
|
2112
|
+
chainName: 'gonka',
|
|
2113
|
+
chainId: 'gonka-mainnet',
|
|
2114
|
+
clientId: '07-tendermint-1',
|
|
2115
|
+
connectionId: 'connection-1'
|
|
2116
|
+
},
|
|
2117
|
+
chain2: {
|
|
2118
|
+
chainName: 'osmosis',
|
|
2119
|
+
chainId: 'osmosis-1',
|
|
2120
|
+
clientId: '07-tendermint-3637',
|
|
2121
|
+
connectionId: 'connection-10981'
|
|
2122
|
+
},
|
|
2123
|
+
channels: [{
|
|
2124
|
+
chain1: {
|
|
2125
|
+
channelId: 'channel-1',
|
|
2126
|
+
portId: 'transfer'
|
|
2127
|
+
},
|
|
2128
|
+
chain2: {
|
|
2129
|
+
channelId: 'channel-108157',
|
|
2130
|
+
portId: 'transfer'
|
|
2131
|
+
},
|
|
2132
|
+
ordering: 'unordered',
|
|
2133
|
+
version: 'ics20-1',
|
|
2134
|
+
tags: {
|
|
2135
|
+
preferred: true,
|
|
2136
|
+
status: 'ACTIVE'
|
|
2137
|
+
}
|
|
2138
|
+
}]
|
|
2139
|
+
},
|
|
2109
2140
|
{
|
|
2110
2141
|
$schema: '../ibc_data.schema.json',
|
|
2111
2142
|
chain1: {
|
package/mainnet/tail/chain.js
CHANGED
|
@@ -7,7 +7,7 @@ const info = {
|
|
|
7
7
|
networkType: 'mainnet',
|
|
8
8
|
prettyName: 'TAIL Network',
|
|
9
9
|
chainType: 'cosmos',
|
|
10
|
-
chainId: 'tail',
|
|
10
|
+
chainId: 'tail-1',
|
|
11
11
|
bech32Prefix: 'tail',
|
|
12
12
|
daemonName: 'taild',
|
|
13
13
|
nodeHome: '$HOME/.tail',
|
|
@@ -29,17 +29,17 @@ const info = {
|
|
|
29
29
|
},
|
|
30
30
|
apis: {
|
|
31
31
|
rpc: [{
|
|
32
|
-
address: '
|
|
32
|
+
address: 'https://rpc.trusttails.io',
|
|
33
33
|
provider: 'TrustTails'
|
|
34
34
|
}],
|
|
35
35
|
rest: [{
|
|
36
|
-
address: '
|
|
36
|
+
address: 'https://api.trusttails.io',
|
|
37
37
|
provider: 'TrustTails'
|
|
38
38
|
}]
|
|
39
39
|
},
|
|
40
40
|
explorers: [{
|
|
41
|
-
url: '
|
|
42
|
-
txPage: '
|
|
41
|
+
url: 'https://explorer.trusttails.io',
|
|
42
|
+
txPage: 'https://explorer.trusttails.io/tail/tx/${txHash}'
|
|
43
43
|
}],
|
|
44
44
|
website: 'https://trusttails.io'
|
|
45
45
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.238",
|
|
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.238"
|
|
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": "4c11a21d8e955d1a3b7c71156f05b5bb2a928991"
|
|
43
43
|
}
|