@gfxlabs/oku-chains 1.1.42 → 1.1.43

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.
@@ -1,4 +1,4 @@
1
- import { Address, Chain, ChainContract } from "viem";
1
+ import { Address, Chain, ChainContract, ChainFormatters } from "viem";
2
2
  type float64 = number;
3
3
  interface UniswapMetadata {
4
4
  deployBlock?: number;
@@ -36,7 +36,7 @@ interface TokenMetadata {
36
36
  wbtcAddress?: Address;
37
37
  usdcAddress?: Address;
38
38
  }
39
- interface IChainInfo extends Chain {
39
+ interface IChainInfo extends Chain<ChainFormatters> {
40
40
  logoUrl: string;
41
41
  sortIndex: number;
42
42
  safeReorgDistance?: number;
@@ -1,4 +1,4 @@
1
- import { Address, Chain, ChainContract } from "viem";
1
+ import { Address, Chain, ChainContract, ChainFormatters } from "viem";
2
2
  type float64 = number;
3
3
  interface UniswapMetadata {
4
4
  deployBlock?: number;
@@ -36,7 +36,7 @@ interface TokenMetadata {
36
36
  wbtcAddress?: Address;
37
37
  usdcAddress?: Address;
38
38
  }
39
- interface IChainInfo extends Chain {
39
+ interface IChainInfo extends Chain<ChainFormatters> {
40
40
  logoUrl: string;
41
41
  sortIndex: number;
42
42
  safeReorgDistance?: number;
@@ -1,4 +1,4 @@
1
- import { Address, Chain, ChainContract } from "viem";
1
+ import { Address, Chain, ChainContract, ChainFormatters } from "viem";
2
2
  type float64 = number;
3
3
  interface UniswapMetadata {
4
4
  deployBlock?: number;
@@ -36,7 +36,7 @@ interface TokenMetadata {
36
36
  wbtcAddress?: Address;
37
37
  usdcAddress?: Address;
38
38
  }
39
- interface IChainInfo extends Chain {
39
+ interface IChainInfo extends Chain<ChainFormatters> {
40
40
  logoUrl: string;
41
41
  sortIndex: number;
42
42
  safeReorgDistance?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.1.42",
3
+ "version": "1.1.43",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",