@skip-go/client 1.0.3 → 1.0.5
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/dist/api/{getAssets.d.cts → getAssets.d.ts} +2 -2
- package/dist/api/getAssets.js +2 -0
- package/dist/api/{getAssetsBetweenChains.d.cts → getAssetsBetweenChains.d.ts} +2 -2
- package/dist/api/getAssetsBetweenChains.js +2 -0
- package/dist/api/{getBridges.d.cts → getBridges.d.ts} +2 -2
- package/dist/api/getBridges.js +2 -0
- package/dist/api/{getChains.d.cts → getChains.d.ts} +2 -2
- package/dist/api/getChains.js +2 -0
- package/dist/api/{getVenues.d.cts → getVenues.d.ts} +1 -1
- package/dist/api/getVenues.js +2 -0
- package/dist/api/{postAssetsFromSource.d.cts → postAssetsFromSource.d.ts} +2 -2
- package/dist/api/postAssetsFromSource.js +3 -0
- package/dist/api/{postBalances.d.cts → postBalances.d.ts} +3 -3
- package/dist/api/postBalances.js +2 -0
- package/dist/api/{postIbcOriginAssets.d.cts → postIbcOriginAssets.d.ts} +1 -1
- package/dist/api/postIbcOriginAssets.js +2 -0
- package/dist/api/{postMessages.d.cts → postMessages.d.ts} +186 -186
- package/dist/api/postMessages.js +2 -0
- package/dist/api/{postMessagesDirect.d.cts → postMessagesDirect.d.ts} +185 -185
- package/dist/api/postMessagesDirect.js +2 -0
- package/dist/api/{postRecommendAssets.d.cts → postRecommendAssets.d.ts} +2 -2
- package/dist/api/postRecommendAssets.js +2 -0
- package/dist/api/{postRoute.d.cts → postRoute.d.ts} +163 -163
- package/dist/api/postRoute.js +2 -0
- package/dist/api/{postSubmitTransaction.d.cts → postSubmitTransaction.d.ts} +1 -1
- package/dist/api/postSubmitTransaction.js +2 -0
- package/dist/api/{postTrackTransaction.d.cts → postTrackTransaction.d.ts} +1 -1
- package/dist/api/postTrackTransaction.js +2 -0
- package/dist/api/{postTransactionStatus.d.cts → postTransactionStatus.d.ts} +3 -3
- package/dist/api/postTransactionStatus.js +2 -0
- package/dist/chunk-33K6EESX.js +10 -0
- package/dist/{chunk-77ITCT75.cjs → chunk-4JJWOILI.js} +3 -5
- package/dist/chunk-BQTQJQ5E.js +10 -0
- package/dist/{chunk-ED2OY55G.cjs → chunk-BRMONS6A.js} +5 -11
- package/dist/{chunk-PNWIJSMA.cjs → chunk-C2EDPY6J.js} +3 -5
- package/dist/chunk-DW4U6YI6.js +10 -0
- package/dist/{chunk-G7BBDZ7C.cjs → chunk-F75DC5RW.js} +182 -208
- package/dist/{chunk-SFMBRLUS.cjs → chunk-GARVPN2H.js} +4 -6
- package/dist/{chunk-7SK3IFXJ.cjs → chunk-JTIHU43D.js} +1 -6
- package/dist/{chunk-VI7UMBQ7.cjs → chunk-KNV72XRZ.js} +3 -5
- package/dist/chunk-MGVXJ2U4.js +11 -0
- package/dist/chunk-MTMPHY3Y.js +9 -0
- package/dist/{chunk-5IAEEEOQ.cjs → chunk-PHTQQIAH.js} +220 -243
- package/dist/{chunk-RDOSNDAQ.cjs → chunk-PRQ2NHRZ.js} +3 -5
- package/dist/chunk-RDRDFJQE.js +10 -0
- package/dist/chunk-RMP3HM5N.js +14 -0
- package/dist/{chunk-SW3SEQMJ.cjs → chunk-SONZJVQM.js} +47 -51
- package/dist/{chunk-KZOSEIWH.cjs → chunk-SWYON2RG.js} +1 -4
- package/dist/{chunk-7OIZPQJB.cjs → chunk-TD63P2AG.js} +111 -174
- package/dist/{chunk-ZNXE6PUV.cjs → chunk-TW77BXMT.js} +7 -9
- package/dist/chunk-UNF72WYO.js +22 -0
- package/dist/{chunk-J4LI33TK.cjs → chunk-VMPFHQ7U.js} +9 -11
- package/dist/{chunk-4R6OCWRR.cjs → chunk-VQ5SIQWU.js} +1 -3
- package/dist/{chunk-HAR3IXDE.cjs → chunk-W6TBGBV3.js} +1 -31
- package/dist/{client-types-qvyKvyFh.d.cts → client-types-CxjtffyG.d.ts} +1 -1
- package/dist/{executeRoute-BKRpODCc.d.cts → executeRoute-BKvMVd1I.d.ts} +3 -3
- package/dist/{generateApi-C0amiydg.d.cts → generateApi-DqCp36fX.d.ts} +1 -1
- package/dist/{index.d.cts → index.d.ts} +25 -26
- package/dist/index.js +24 -0
- package/dist/public-functions/{executeRoute.d.cts → executeRoute.d.ts} +4 -4
- package/dist/public-functions/executeRoute.js +12 -0
- package/dist/public-functions/{getFeeInfoForChain.d.cts → getFeeInfoForChain.d.ts} +2 -2
- package/dist/public-functions/getFeeInfoForChain.js +5 -0
- package/dist/public-functions/{getRecommendedGasPrice.d.cts → getRecommendedGasPrice.d.ts} +1 -1
- package/dist/public-functions/getRecommendedGasPrice.js +7 -0
- package/dist/public-functions/{getSigningStargateClient.d.cts → getSigningStargateClient.d.ts} +1 -1
- package/dist/public-functions/getSigningStargateClient.js +4 -0
- package/dist/public-functions/{setApiOptions.d.cts → setApiOptions.d.ts} +2 -2
- package/dist/public-functions/setApiOptions.js +2 -0
- package/dist/public-functions/setClientOptions.d.ts +9 -0
- package/dist/public-functions/setClientOptions.js +4 -0
- package/dist/{setClientOptions-CT6CHI9I.d.cts → setClientOptions-DbanEIwL.d.ts} +2 -2
- package/package.json +6 -6
- package/dist/api/getAssets.cjs +0 -15
- package/dist/api/getAssetsBetweenChains.cjs +0 -11
- package/dist/api/getBridges.cjs +0 -11
- package/dist/api/getChains.cjs +0 -11
- package/dist/api/getVenues.cjs +0 -11
- package/dist/api/postAssetsFromSource.cjs +0 -12
- package/dist/api/postBalances.cjs +0 -11
- package/dist/api/postIbcOriginAssets.cjs +0 -11
- package/dist/api/postMessages.cjs +0 -11
- package/dist/api/postMessagesDirect.cjs +0 -11
- package/dist/api/postRecommendAssets.cjs +0 -11
- package/dist/api/postRoute.cjs +0 -11
- package/dist/api/postSubmitTransaction.cjs +0 -11
- package/dist/api/postTrackTransaction.cjs +0 -11
- package/dist/api/postTransactionStatus.cjs +0 -11
- package/dist/chunk-32MRDO7V.cjs +0 -12
- package/dist/chunk-44PBLFB5.cjs +0 -24
- package/dist/chunk-DAMZSSOH.cjs +0 -12
- package/dist/chunk-ISHM4QWP.cjs +0 -16
- package/dist/chunk-KDN7RCGP.cjs +0 -13
- package/dist/chunk-L5V5PASH.cjs +0 -12
- package/dist/chunk-LXYLWTNZ.cjs +0 -12
- package/dist/chunk-URLFWBSC.cjs +0 -11
- package/dist/index.cjs +0 -209
- package/dist/public-functions/executeRoute.cjs +0 -21
- package/dist/public-functions/getFeeInfoForChain.cjs +0 -14
- package/dist/public-functions/getRecommendedGasPrice.cjs +0 -16
- package/dist/public-functions/getSigningStargateClient.cjs +0 -13
- package/dist/public-functions/setApiOptions.cjs +0 -11
- package/dist/public-functions/setClientOptions.cjs +0 -13
- package/dist/public-functions/setClientOptions.d.cts +0 -9
- /package/dist/{apiState-CdzxTxYd.d.cts → apiState-CdzxTxYd.d.ts} +0 -0
- /package/dist/{swaggerTypes-O9-gvCT1.d.cts → swaggerTypes-O9-gvCT1.d.ts} +0 -0
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
var chunkHAR3IXDE_cjs = require('./chunk-HAR3IXDE.cjs');
|
|
1
|
+
import { api } from './chunk-W6TBGBV3.js';
|
|
4
2
|
|
|
5
3
|
// src/api/postIbcOriginAssets.ts
|
|
6
|
-
var ibcOriginAssets =
|
|
4
|
+
var ibcOriginAssets = api({
|
|
7
5
|
methodName: "getOriginAssets",
|
|
8
6
|
method: "post",
|
|
9
7
|
path: "/v2/fungible/ibc_origin_assets",
|
|
10
8
|
transformResponse: (response) => response.originAssets
|
|
11
9
|
});
|
|
12
10
|
|
|
13
|
-
|
|
11
|
+
export { ibcOriginAssets };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { transformAssetsMap } from './chunk-BRMONS6A.js';
|
|
2
|
+
import { api } from './chunk-W6TBGBV3.js';
|
|
3
|
+
|
|
4
|
+
// src/api/postAssetsFromSource.ts
|
|
5
|
+
var assetsFromSource = api({
|
|
6
|
+
methodName: "getAssetsFromSource",
|
|
7
|
+
method: "post",
|
|
8
|
+
path: "/v2/fungible/assets_from_source",
|
|
9
|
+
transformResponse(response) {
|
|
10
|
+
return transformAssetsMap(response.destAssets);
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
|
|
14
|
+
export { assetsFromSource };
|
|
@@ -1,16 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
var keys = require('cosmjs-types/cosmos/crypto/secp256k1/keys');
|
|
13
|
-
var amino = require('@cosmjs/amino');
|
|
1
|
+
import { chains, findFirstWorkingEndpoint } from './chunk-JTIHU43D.js';
|
|
2
|
+
import { ClientState } from './chunk-BRMONS6A.js';
|
|
3
|
+
import { accountFromAny, SigningStargateClient } from '@cosmjs/stargate';
|
|
4
|
+
import { assertDefinedAndNotNull } from '@cosmjs/utils';
|
|
5
|
+
import { BinaryWriter, BinaryReader } from 'cosmjs-types/binary.js';
|
|
6
|
+
import { BaseAccount } from 'cosmjs-types/cosmos/auth/v1beta1/auth.js';
|
|
7
|
+
import { Coin } from 'cosmjs-types/cosmos/base/v1beta1/coin.js';
|
|
8
|
+
import { decodePubkey } from '@cosmjs/proto-signing';
|
|
9
|
+
import { accountEthParser } from '@injectivelabs/sdk-ts';
|
|
10
|
+
import { PubKey } from 'cosmjs-types/cosmos/crypto/secp256k1/keys.js';
|
|
11
|
+
import { encodeSecp256k1Pubkey } from '@cosmjs/amino';
|
|
14
12
|
|
|
15
13
|
var createBaseVestingAccount = () => {
|
|
16
14
|
return {
|
|
@@ -23,21 +21,21 @@ var createBaseVestingAccount = () => {
|
|
|
23
21
|
};
|
|
24
22
|
};
|
|
25
23
|
var BaseVestingAccount = {
|
|
26
|
-
encode(message, writer =
|
|
24
|
+
encode(message, writer = BinaryWriter.create()) {
|
|
27
25
|
if (message.baseAccount !== void 0) {
|
|
28
|
-
|
|
26
|
+
BaseAccount.encode(
|
|
29
27
|
message.baseAccount,
|
|
30
28
|
writer.uint32(10).fork()
|
|
31
29
|
).ldelim();
|
|
32
30
|
}
|
|
33
31
|
for (const v of message.originalVesting) {
|
|
34
|
-
|
|
32
|
+
Coin.encode(v, writer.uint32(18).fork()).ldelim();
|
|
35
33
|
}
|
|
36
34
|
for (const v of message.delegatedFree) {
|
|
37
|
-
|
|
35
|
+
Coin.encode(v, writer.uint32(26).fork()).ldelim();
|
|
38
36
|
}
|
|
39
37
|
for (const v of message.delegatedVesting) {
|
|
40
|
-
|
|
38
|
+
Coin.encode(v, writer.uint32(34).fork()).ldelim();
|
|
41
39
|
}
|
|
42
40
|
if (message.endTime !== BigInt(0)) {
|
|
43
41
|
writer.uint32(40).int64(message.endTime);
|
|
@@ -45,23 +43,23 @@ var BaseVestingAccount = {
|
|
|
45
43
|
return writer;
|
|
46
44
|
},
|
|
47
45
|
decode(input, length) {
|
|
48
|
-
const reader = input instanceof
|
|
46
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
49
47
|
const end = length === void 0 ? reader.len : reader.pos + length;
|
|
50
48
|
const message = createBaseVestingAccount();
|
|
51
49
|
while (reader.pos < end) {
|
|
52
50
|
const tag = reader.uint32();
|
|
53
51
|
switch (tag >>> 3) {
|
|
54
52
|
case 1:
|
|
55
|
-
message.baseAccount =
|
|
53
|
+
message.baseAccount = BaseAccount.decode(reader, reader.uint32());
|
|
56
54
|
break;
|
|
57
55
|
case 2:
|
|
58
|
-
message.originalVesting.push(
|
|
56
|
+
message.originalVesting.push(Coin.decode(reader, reader.uint32()));
|
|
59
57
|
break;
|
|
60
58
|
case 3:
|
|
61
|
-
message.delegatedFree.push(
|
|
59
|
+
message.delegatedFree.push(Coin.decode(reader, reader.uint32()));
|
|
62
60
|
break;
|
|
63
61
|
case 4:
|
|
64
|
-
message.delegatedVesting.push(
|
|
62
|
+
message.delegatedVesting.push(Coin.decode(reader, reader.uint32()));
|
|
65
63
|
break;
|
|
66
64
|
case 5:
|
|
67
65
|
message.endTime = reader.int64();
|
|
@@ -83,7 +81,7 @@ function createBasePeriod() {
|
|
|
83
81
|
};
|
|
84
82
|
}
|
|
85
83
|
var Period = {
|
|
86
|
-
encode(message, writer =
|
|
84
|
+
encode(message, writer = BinaryWriter.create()) {
|
|
87
85
|
if (message.startTime !== BigInt(0)) {
|
|
88
86
|
writer.uint32(8).int64(message.startTime);
|
|
89
87
|
}
|
|
@@ -91,7 +89,7 @@ var Period = {
|
|
|
91
89
|
writer.uint32(16).int64(message.length);
|
|
92
90
|
}
|
|
93
91
|
for (const v of message.amount) {
|
|
94
|
-
|
|
92
|
+
Coin.encode(v, writer.uint32(26).fork()).ldelim();
|
|
95
93
|
}
|
|
96
94
|
if (message.actionType !== 0) {
|
|
97
95
|
writer.uint32(32).int32(message.actionType);
|
|
@@ -99,7 +97,7 @@ var Period = {
|
|
|
99
97
|
return writer;
|
|
100
98
|
},
|
|
101
99
|
decode(input, length) {
|
|
102
|
-
const reader = input instanceof
|
|
100
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
103
101
|
const end = length === void 0 ? reader.len : reader.pos + length;
|
|
104
102
|
const message = createBasePeriod();
|
|
105
103
|
while (reader.pos < end) {
|
|
@@ -112,7 +110,7 @@ var Period = {
|
|
|
112
110
|
message.length = reader.int64();
|
|
113
111
|
break;
|
|
114
112
|
case 3:
|
|
115
|
-
message.amount.push(
|
|
113
|
+
message.amount.push(Coin.decode(reader, reader.uint32()));
|
|
116
114
|
break;
|
|
117
115
|
case 4:
|
|
118
116
|
message.actionType = reader.int32();
|
|
@@ -134,7 +132,7 @@ function createBaseStridePeriodicVestingAccount() {
|
|
|
134
132
|
};
|
|
135
133
|
}
|
|
136
134
|
var StridePeriodicVestingAccount = {
|
|
137
|
-
encode(message, writer =
|
|
135
|
+
encode(message, writer = BinaryWriter.create()) {
|
|
138
136
|
if (message.baseVestingAccount !== void 0) {
|
|
139
137
|
BaseVestingAccount.encode(
|
|
140
138
|
message.baseVestingAccount,
|
|
@@ -147,7 +145,7 @@ var StridePeriodicVestingAccount = {
|
|
|
147
145
|
return writer;
|
|
148
146
|
},
|
|
149
147
|
decode(input, length) {
|
|
150
|
-
const reader = input instanceof
|
|
148
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
151
149
|
const end = length === void 0 ? reader.len : reader.pos + length;
|
|
152
150
|
const message = createBaseStridePeriodicVestingAccount();
|
|
153
151
|
while (reader.pos < end) {
|
|
@@ -174,29 +172,29 @@ var accountParser = (acc) => {
|
|
|
174
172
|
switch (acc.typeUrl) {
|
|
175
173
|
case "/stride.vesting.StridePeriodicVestingAccount": {
|
|
176
174
|
const baseAccount = StridePeriodicVestingAccount.decode(acc.value).baseVestingAccount?.baseAccount;
|
|
177
|
-
|
|
175
|
+
assertDefinedAndNotNull(baseAccount);
|
|
178
176
|
return {
|
|
179
177
|
address: baseAccount.address,
|
|
180
|
-
pubkey: baseAccount.pubKey ?
|
|
178
|
+
pubkey: baseAccount.pubKey ? decodePubkey(baseAccount.pubKey) : null,
|
|
181
179
|
accountNumber: Number(baseAccount.accountNumber),
|
|
182
180
|
sequence: Number(baseAccount.sequence)
|
|
183
181
|
};
|
|
184
182
|
}
|
|
185
183
|
case "/injective.types.v1beta1.EthAccount":
|
|
186
|
-
return
|
|
184
|
+
return accountEthParser(
|
|
187
185
|
acc,
|
|
188
186
|
"/injective.crypto.v1beta1.ethsecp256k1.PubKey"
|
|
189
187
|
);
|
|
190
188
|
case "/ethermint.types.v1.EthAccount":
|
|
191
|
-
return
|
|
189
|
+
return accountEthParser(acc, "/ethermint.crypto.v1.ethsecp256k1.PubKey");
|
|
192
190
|
default: {
|
|
193
191
|
if (acc.typeUrl === "/cosmos.auth.v1beta1.BaseAccount") {
|
|
194
|
-
const { address, pubKey, accountNumber, sequence } =
|
|
192
|
+
const { address, pubKey, accountNumber, sequence } = BaseAccount.decode(
|
|
195
193
|
acc.value
|
|
196
194
|
);
|
|
197
195
|
if (pubKey?.typeUrl === "/initia.crypto.v1beta1.ethsecp256k1.PubKey") {
|
|
198
|
-
const { key } =
|
|
199
|
-
const pk =
|
|
196
|
+
const { key } = PubKey.decode(pubKey.value);
|
|
197
|
+
const pk = encodeSecp256k1Pubkey(key);
|
|
200
198
|
return {
|
|
201
199
|
address,
|
|
202
200
|
pubkey: pk,
|
|
@@ -205,18 +203,18 @@ var accountParser = (acc) => {
|
|
|
205
203
|
};
|
|
206
204
|
}
|
|
207
205
|
}
|
|
208
|
-
return
|
|
206
|
+
return accountFromAny(acc);
|
|
209
207
|
}
|
|
210
208
|
}
|
|
211
209
|
};
|
|
212
210
|
|
|
213
211
|
// src/private-functions/getRpcEndpointForChain.ts
|
|
214
212
|
var getRpcEndpointForChain = async (chainId) => {
|
|
215
|
-
if (
|
|
216
|
-
return
|
|
213
|
+
if (ClientState.endpointOptions.getRpcEndpointForChain) {
|
|
214
|
+
return ClientState.endpointOptions.getRpcEndpointForChain(chainId);
|
|
217
215
|
}
|
|
218
|
-
if (
|
|
219
|
-
const endpointOptions =
|
|
216
|
+
if (ClientState.endpointOptions.endpoints && ClientState.endpointOptions.endpoints[chainId]) {
|
|
217
|
+
const endpointOptions = ClientState.endpointOptions.endpoints[chainId];
|
|
220
218
|
if (endpointOptions?.rpc) {
|
|
221
219
|
return endpointOptions.rpc;
|
|
222
220
|
}
|
|
@@ -224,7 +222,7 @@ var getRpcEndpointForChain = async (chainId) => {
|
|
|
224
222
|
console.warn(
|
|
225
223
|
"Warning: You are using unreliable public endpoints. We strongly recommend overriding them via endpointOptions for use beyond development settings."
|
|
226
224
|
);
|
|
227
|
-
const chain =
|
|
225
|
+
const chain = chains().find((chain2) => chain2.chain_id === chainId);
|
|
228
226
|
if (!chain) {
|
|
229
227
|
throw new Error(`getRpcEndpointForChain: failed to find chain id '${chainId}' in registry`);
|
|
230
228
|
}
|
|
@@ -234,7 +232,7 @@ var getRpcEndpointForChain = async (chainId) => {
|
|
|
234
232
|
);
|
|
235
233
|
}
|
|
236
234
|
const endpoints = chain.apis?.rpc?.map((api) => api.address);
|
|
237
|
-
const endpoint = await
|
|
235
|
+
const endpoint = await findFirstWorkingEndpoint(endpoints, "rpc");
|
|
238
236
|
if (!endpoint) {
|
|
239
237
|
throw new Error(
|
|
240
238
|
`getRpcEndpointForChain error: failed to find RPC endpoint for chain '${chainId}'`
|
|
@@ -251,23 +249,21 @@ var getSigningStargateClient = async ({
|
|
|
251
249
|
if (!getOfflineSigner) {
|
|
252
250
|
throw new Error("'getCosmosSigner' is not provided or configured in skip router");
|
|
253
251
|
}
|
|
254
|
-
if (!
|
|
252
|
+
if (!ClientState.signingStargateClientByChainId?.[chainId]) {
|
|
255
253
|
const [signer, endpoint] = await Promise.all([
|
|
256
254
|
getOfflineSigner(chainId),
|
|
257
255
|
getRpcEndpointForChain(chainId)
|
|
258
256
|
]);
|
|
259
|
-
|
|
260
|
-
aminoTypes:
|
|
261
|
-
registry:
|
|
257
|
+
ClientState.signingStargateClientByChainId[chainId] = await SigningStargateClient.connectWithSigner(endpoint, signer, {
|
|
258
|
+
aminoTypes: ClientState.aminoTypes,
|
|
259
|
+
registry: ClientState.registry,
|
|
262
260
|
accountParser
|
|
263
261
|
});
|
|
264
262
|
}
|
|
265
263
|
return {
|
|
266
|
-
stargateClient:
|
|
264
|
+
stargateClient: ClientState.signingStargateClientByChainId[chainId],
|
|
267
265
|
signer: await getOfflineSigner(chainId)
|
|
268
266
|
};
|
|
269
267
|
};
|
|
270
268
|
|
|
271
|
-
|
|
272
|
-
exports.getRpcEndpointForChain = getRpcEndpointForChain;
|
|
273
|
-
exports.getSigningStargateClient = getSigningStargateClient;
|
|
269
|
+
export { accountParser, getRpcEndpointForChain, getSigningStargateClient };
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
1
|
// src/constants/constants.ts
|
|
4
2
|
var DEFAULT_GAS_DENOM_OVERRIDES = {
|
|
5
3
|
"noble-1": "uusdc"
|
|
6
4
|
};
|
|
7
5
|
var GAS_STATION_CHAIN_IDS = ["bbn-test-5", "bbn-1"];
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
exports.GAS_STATION_CHAIN_IDS = GAS_STATION_CHAIN_IDS;
|
|
7
|
+
export { DEFAULT_GAS_DENOM_OVERRIDES, GAS_STATION_CHAIN_IDS };
|