@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.
Files changed (2) hide show
  1. package/client.ts +2 -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: 118,
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 = 118;
137
+ let coinType = 1009;
138
138
 
139
139
  if (chainId) {
140
140
  const suggestOptions: ChainInfo = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iconlake/client",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "iconLake Typescript Client",
5
5
  "author": "iconLake",
6
6
  "license": "Apache-2.0",