@gfxlabs/oku-chains 1.1.4 → 1.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/dist/browser.js CHANGED
@@ -361,7 +361,14 @@
361
361
  stables: [
362
362
  "0x4300000000000000000000000000000000000003",
363
363
  ],
364
- watchlist: ["0xf52b4b69123cbcf07798ae8265642793b2e8990c"],
364
+ watchlist: [
365
+ "0xf52b4b69123cbcf07798ae8265642793b2e8990c",
366
+ "0xf52b4b69123cbcf07798ae8265642793b2e8990c",
367
+ "0x310a0a4bc2edd2f29321356d880e0906d7700c14",
368
+ "0xbb60bb410182d8e96c41dfc92e017dd79f5100bf",
369
+ "0xf52df2cde73228cc058abfe88f3801dcddf885eb",
370
+ "0x99f8a29a332eb9004f83abb1b4690de8b00dfccf",
371
+ ],
365
372
  internalName: "blast",
366
373
  contracts: {
367
374
  ...chains.blast.contracts,
@@ -390,6 +397,11 @@
390
397
  externalId: {
391
398
  debank: "boba",
392
399
  },
400
+ nativeCurrency: {
401
+ decimals: 18,
402
+ name: 'Ether',
403
+ symbol: 'ETH',
404
+ },
393
405
  uniswap: {
394
406
  deployBlock: 969351,
395
407
  poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B",
package/dist/index-mjs.js CHANGED
@@ -357,7 +357,14 @@ const blast = makeConfig({
357
357
  stables: [
358
358
  "0x4300000000000000000000000000000000000003",
359
359
  ],
360
- watchlist: ["0xf52b4b69123cbcf07798ae8265642793b2e8990c"],
360
+ watchlist: [
361
+ "0xf52b4b69123cbcf07798ae8265642793b2e8990c",
362
+ "0xf52b4b69123cbcf07798ae8265642793b2e8990c",
363
+ "0x310a0a4bc2edd2f29321356d880e0906d7700c14",
364
+ "0xbb60bb410182d8e96c41dfc92e017dd79f5100bf",
365
+ "0xf52df2cde73228cc058abfe88f3801dcddf885eb",
366
+ "0x99f8a29a332eb9004f83abb1b4690de8b00dfccf",
367
+ ],
361
368
  internalName: "blast",
362
369
  contracts: {
363
370
  ...blast$1.contracts,
@@ -386,6 +393,11 @@ const boba = makeConfig({
386
393
  externalId: {
387
394
  debank: "boba",
388
395
  },
396
+ nativeCurrency: {
397
+ decimals: 18,
398
+ name: 'Ether',
399
+ symbol: 'ETH',
400
+ },
389
401
  uniswap: {
390
402
  deployBlock: 969351,
391
403
  poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B",
package/dist/index.js CHANGED
@@ -359,7 +359,14 @@ const blast = makeConfig({
359
359
  stables: [
360
360
  "0x4300000000000000000000000000000000000003",
361
361
  ],
362
- watchlist: ["0xf52b4b69123cbcf07798ae8265642793b2e8990c"],
362
+ watchlist: [
363
+ "0xf52b4b69123cbcf07798ae8265642793b2e8990c",
364
+ "0xf52b4b69123cbcf07798ae8265642793b2e8990c",
365
+ "0x310a0a4bc2edd2f29321356d880e0906d7700c14",
366
+ "0xbb60bb410182d8e96c41dfc92e017dd79f5100bf",
367
+ "0xf52df2cde73228cc058abfe88f3801dcddf885eb",
368
+ "0x99f8a29a332eb9004f83abb1b4690de8b00dfccf",
369
+ ],
363
370
  internalName: "blast",
364
371
  contracts: {
365
372
  ...chains.blast.contracts,
@@ -388,6 +395,11 @@ const boba = makeConfig({
388
395
  externalId: {
389
396
  debank: "boba",
390
397
  },
398
+ nativeCurrency: {
399
+ decimals: 18,
400
+ name: 'Ether',
401
+ symbol: 'ETH',
402
+ },
391
403
  uniswap: {
392
404
  deployBlock: 969351,
393
405
  poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B",
@@ -1039,7 +1039,7 @@ declare const blast: Readonly<{
1039
1039
  address: "0x4300000000000000000000000000000000000003";
1040
1040
  })[];
1041
1041
  stables: "0x4300000000000000000000000000000000000003"[];
1042
- watchlist: "0xf52b4b69123cbcf07798ae8265642793b2e8990c"[];
1042
+ watchlist: ("0xf52b4b69123cbcf07798ae8265642793b2e8990c" | "0x310a0a4bc2edd2f29321356d880e0906d7700c14" | "0xbb60bb410182d8e96c41dfc92e017dd79f5100bf" | "0xf52df2cde73228cc058abfe88f3801dcddf885eb" | "0x99f8a29a332eb9004f83abb1b4690de8b00dfccf")[];
1043
1043
  internalName: "blast";
1044
1044
  contracts: {
1045
1045
  limitOrder: {
@@ -1095,6 +1095,11 @@ declare const boba: Readonly<{
1095
1095
  externalId: {
1096
1096
  debank: string;
1097
1097
  };
1098
+ nativeCurrency: {
1099
+ decimals: number;
1100
+ name: string;
1101
+ symbol: string;
1102
+ };
1098
1103
  uniswap: {
1099
1104
  deployBlock: number;
1100
1105
  poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
@@ -1171,11 +1176,6 @@ declare const boba: Readonly<{
1171
1176
  };
1172
1177
  };
1173
1178
  id: 288;
1174
- nativeCurrency: {
1175
- readonly decimals: 18;
1176
- readonly name: "Boba";
1177
- readonly symbol: "BOBA";
1178
- };
1179
1179
  rpcUrls: {
1180
1180
  readonly default: {
1181
1181
  readonly http: readonly [
@@ -4784,6 +4784,11 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4784
4784
  externalId: {
4785
4785
  debank: string;
4786
4786
  };
4787
+ nativeCurrency: {
4788
+ decimals: number;
4789
+ name: string;
4790
+ symbol: string;
4791
+ };
4787
4792
  uniswap: {
4788
4793
  deployBlock: number;
4789
4794
  poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
@@ -4860,11 +4865,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4860
4865
  };
4861
4866
  };
4862
4867
  id: 288;
4863
- nativeCurrency: {
4864
- readonly decimals: 18;
4865
- readonly name: "Boba";
4866
- readonly symbol: "BOBA";
4867
- };
4868
4868
  rpcUrls: {
4869
4869
  readonly default: {
4870
4870
  readonly http: readonly ["https://mainnet.boba.network"];
@@ -4917,7 +4917,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4917
4917
  address: "0x4300000000000000000000000000000000000003";
4918
4918
  })[];
4919
4919
  stables: "0x4300000000000000000000000000000000000003"[];
4920
- watchlist: "0xf52b4b69123cbcf07798ae8265642793b2e8990c"[];
4920
+ watchlist: ("0xf52b4b69123cbcf07798ae8265642793b2e8990c" | "0x310a0a4bc2edd2f29321356d880e0906d7700c14" | "0xbb60bb410182d8e96c41dfc92e017dd79f5100bf" | "0xf52df2cde73228cc058abfe88f3801dcddf885eb" | "0x99f8a29a332eb9004f83abb1b4690de8b00dfccf")[];
4921
4921
  internalName: "blast";
4922
4922
  contracts: {
4923
4923
  limitOrder: {
@@ -1039,7 +1039,7 @@ declare const blast: Readonly<{
1039
1039
  address: "0x4300000000000000000000000000000000000003";
1040
1040
  })[];
1041
1041
  stables: "0x4300000000000000000000000000000000000003"[];
1042
- watchlist: "0xf52b4b69123cbcf07798ae8265642793b2e8990c"[];
1042
+ watchlist: ("0xf52b4b69123cbcf07798ae8265642793b2e8990c" | "0x310a0a4bc2edd2f29321356d880e0906d7700c14" | "0xbb60bb410182d8e96c41dfc92e017dd79f5100bf" | "0xf52df2cde73228cc058abfe88f3801dcddf885eb" | "0x99f8a29a332eb9004f83abb1b4690de8b00dfccf")[];
1043
1043
  internalName: "blast";
1044
1044
  contracts: {
1045
1045
  limitOrder: {
@@ -1095,6 +1095,11 @@ declare const boba: Readonly<{
1095
1095
  externalId: {
1096
1096
  debank: string;
1097
1097
  };
1098
+ nativeCurrency: {
1099
+ decimals: number;
1100
+ name: string;
1101
+ symbol: string;
1102
+ };
1098
1103
  uniswap: {
1099
1104
  deployBlock: number;
1100
1105
  poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
@@ -1171,11 +1176,6 @@ declare const boba: Readonly<{
1171
1176
  };
1172
1177
  };
1173
1178
  id: 288;
1174
- nativeCurrency: {
1175
- readonly decimals: 18;
1176
- readonly name: "Boba";
1177
- readonly symbol: "BOBA";
1178
- };
1179
1179
  rpcUrls: {
1180
1180
  readonly default: {
1181
1181
  readonly http: readonly [
@@ -4784,6 +4784,11 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4784
4784
  externalId: {
4785
4785
  debank: string;
4786
4786
  };
4787
+ nativeCurrency: {
4788
+ decimals: number;
4789
+ name: string;
4790
+ symbol: string;
4791
+ };
4787
4792
  uniswap: {
4788
4793
  deployBlock: number;
4789
4794
  poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
@@ -4860,11 +4865,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4860
4865
  };
4861
4866
  };
4862
4867
  id: 288;
4863
- nativeCurrency: {
4864
- readonly decimals: 18;
4865
- readonly name: "Boba";
4866
- readonly symbol: "BOBA";
4867
- };
4868
4868
  rpcUrls: {
4869
4869
  readonly default: {
4870
4870
  readonly http: readonly ["https://mainnet.boba.network"];
@@ -4917,7 +4917,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4917
4917
  address: "0x4300000000000000000000000000000000000003";
4918
4918
  })[];
4919
4919
  stables: "0x4300000000000000000000000000000000000003"[];
4920
- watchlist: "0xf52b4b69123cbcf07798ae8265642793b2e8990c"[];
4920
+ watchlist: ("0xf52b4b69123cbcf07798ae8265642793b2e8990c" | "0x310a0a4bc2edd2f29321356d880e0906d7700c14" | "0xbb60bb410182d8e96c41dfc92e017dd79f5100bf" | "0xf52df2cde73228cc058abfe88f3801dcddf885eb" | "0x99f8a29a332eb9004f83abb1b4690de8b00dfccf")[];
4921
4921
  internalName: "blast";
4922
4922
  contracts: {
4923
4923
  limitOrder: {
@@ -1039,7 +1039,7 @@ declare const blast: Readonly<{
1039
1039
  address: "0x4300000000000000000000000000000000000003";
1040
1040
  })[];
1041
1041
  stables: "0x4300000000000000000000000000000000000003"[];
1042
- watchlist: "0xf52b4b69123cbcf07798ae8265642793b2e8990c"[];
1042
+ watchlist: ("0xf52b4b69123cbcf07798ae8265642793b2e8990c" | "0x310a0a4bc2edd2f29321356d880e0906d7700c14" | "0xbb60bb410182d8e96c41dfc92e017dd79f5100bf" | "0xf52df2cde73228cc058abfe88f3801dcddf885eb" | "0x99f8a29a332eb9004f83abb1b4690de8b00dfccf")[];
1043
1043
  internalName: "blast";
1044
1044
  contracts: {
1045
1045
  limitOrder: {
@@ -1095,6 +1095,11 @@ declare const boba: Readonly<{
1095
1095
  externalId: {
1096
1096
  debank: string;
1097
1097
  };
1098
+ nativeCurrency: {
1099
+ decimals: number;
1100
+ name: string;
1101
+ symbol: string;
1102
+ };
1098
1103
  uniswap: {
1099
1104
  deployBlock: number;
1100
1105
  poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
@@ -1171,11 +1176,6 @@ declare const boba: Readonly<{
1171
1176
  };
1172
1177
  };
1173
1178
  id: 288;
1174
- nativeCurrency: {
1175
- readonly decimals: 18;
1176
- readonly name: "Boba";
1177
- readonly symbol: "BOBA";
1178
- };
1179
1179
  rpcUrls: {
1180
1180
  readonly default: {
1181
1181
  readonly http: readonly [
@@ -4784,6 +4784,11 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4784
4784
  externalId: {
4785
4785
  debank: string;
4786
4786
  };
4787
+ nativeCurrency: {
4788
+ decimals: number;
4789
+ name: string;
4790
+ symbol: string;
4791
+ };
4787
4792
  uniswap: {
4788
4793
  deployBlock: number;
4789
4794
  poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
@@ -4860,11 +4865,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4860
4865
  };
4861
4866
  };
4862
4867
  id: 288;
4863
- nativeCurrency: {
4864
- readonly decimals: 18;
4865
- readonly name: "Boba";
4866
- readonly symbol: "BOBA";
4867
- };
4868
4868
  rpcUrls: {
4869
4869
  readonly default: {
4870
4870
  readonly http: readonly ["https://mainnet.boba.network"];
@@ -4917,7 +4917,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4917
4917
  address: "0x4300000000000000000000000000000000000003";
4918
4918
  })[];
4919
4919
  stables: "0x4300000000000000000000000000000000000003"[];
4920
- watchlist: "0xf52b4b69123cbcf07798ae8265642793b2e8990c"[];
4920
+ watchlist: ("0xf52b4b69123cbcf07798ae8265642793b2e8990c" | "0x310a0a4bc2edd2f29321356d880e0906d7700c14" | "0xbb60bb410182d8e96c41dfc92e017dd79f5100bf" | "0xf52df2cde73228cc058abfe88f3801dcddf885eb" | "0x99f8a29a332eb9004f83abb1b4690de8b00dfccf")[];
4921
4921
  internalName: "blast";
4922
4922
  contracts: {
4923
4923
  limitOrder: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.1.4",
3
+ "version": "1.1.6",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",