@gfxlabs/oku-chains 1.1.5 → 1.1.7

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
@@ -397,6 +397,11 @@
397
397
  externalId: {
398
398
  debank: "boba",
399
399
  },
400
+ nativeCurrency: {
401
+ decimals: 18,
402
+ name: 'Ether',
403
+ symbol: 'ETH',
404
+ },
400
405
  uniswap: {
401
406
  deployBlock: 969351,
402
407
  poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B",
package/dist/index-mjs.js CHANGED
@@ -393,6 +393,11 @@ const boba = makeConfig({
393
393
  externalId: {
394
394
  debank: "boba",
395
395
  },
396
+ nativeCurrency: {
397
+ decimals: 18,
398
+ name: 'Ether',
399
+ symbol: 'ETH',
400
+ },
396
401
  uniswap: {
397
402
  deployBlock: 969351,
398
403
  poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B",
package/dist/index.js CHANGED
@@ -395,6 +395,11 @@ const boba = makeConfig({
395
395
  externalId: {
396
396
  debank: "boba",
397
397
  },
398
+ nativeCurrency: {
399
+ decimals: 18,
400
+ name: 'Ether',
401
+ symbol: 'ETH',
402
+ },
398
403
  uniswap: {
399
404
  deployBlock: 969351,
400
405
  poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B",
@@ -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"];
@@ -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"];
@@ -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"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",