@iconlake/client 0.1.5 → 0.1.6
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/client.ts +2 -2
- package/package.json +1 -1
package/client.ts
CHANGED
|
@@ -95,7 +95,7 @@ export class IgniteClient extends EventEmitter {
|
|
|
95
95
|
const rest = this.env.apiURL;
|
|
96
96
|
|
|
97
97
|
let bip44 = {
|
|
98
|
-
coinType:
|
|
98
|
+
coinType: 1009,
|
|
99
99
|
};
|
|
100
100
|
|
|
101
101
|
let bech32Config = {
|
|
@@ -134,7 +134,7 @@ export class IgniteClient extends EventEmitter {
|
|
|
134
134
|
return y;
|
|
135
135
|
}) ?? [];
|
|
136
136
|
|
|
137
|
-
let coinType =
|
|
137
|
+
let coinType = 1009;
|
|
138
138
|
|
|
139
139
|
if (chainId) {
|
|
140
140
|
const suggestOptions: ChainInfo = {
|