@gardenfi/core 2.0.3 → 2.0.4

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.
@@ -40,6 +40,43 @@ export declare const citreaTestnet: {
40
40
  formatters?: undefined;
41
41
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
42
42
  };
43
+ export declare const monadTestnet: {
44
+ blockExplorers: {
45
+ readonly default: {
46
+ readonly name: "Monad Explorer";
47
+ readonly url: "https://explorer.monad-devnet.devnet101.com";
48
+ readonly apiUrl: "https://explorer.monad-devnet.devnet101.com/api/";
49
+ };
50
+ };
51
+ contracts?: import('viem').Prettify<{
52
+ [key: string]: import('viem').ChainContract | {
53
+ [sourceId: number]: import('viem').ChainContract | undefined;
54
+ } | undefined;
55
+ } & {
56
+ ensRegistry?: import('viem').ChainContract | undefined;
57
+ ensUniversalResolver?: import('viem').ChainContract | undefined;
58
+ multicall3?: import('viem').ChainContract | undefined;
59
+ universalSignatureVerifier?: import('viem').ChainContract | undefined;
60
+ }> | undefined;
61
+ id: 10143;
62
+ name: "Monad Testnet";
63
+ nativeCurrency: {
64
+ readonly name: "Monad";
65
+ readonly symbol: "MON";
66
+ readonly decimals: 18;
67
+ };
68
+ rpcUrls: {
69
+ readonly default: {
70
+ readonly http: readonly ["https://rpc.monad-testnet.category.xyz/rpc/SPa4TbSgMJxz5ywmzYvvc9O5nkAVGTgOcsi7yErG"];
71
+ };
72
+ };
73
+ sourceId?: number | undefined;
74
+ testnet: true;
75
+ custom?: Record<string, unknown> | undefined;
76
+ fees?: import('viem').ChainFees<undefined> | undefined;
77
+ formatters?: undefined;
78
+ serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
79
+ };
43
80
  export declare const evmToViemChainMap: Record<EvmChain, viemChain>;
44
81
  /**
45
82
  * Switches or adds a network to the wallet
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gardenfi/core",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "build": "vite build",
@@ -28,7 +28,7 @@
28
28
  "dependencies": {
29
29
  "@catalogfi/utils": "^0.1.6",
30
30
  "@catalogfi/wallets": "^0.2.51",
31
- "@gardenfi/orderbook": "^2.0.0",
31
+ "@gardenfi/orderbook": "^2.0.1",
32
32
  "@gardenfi/utils": "^2.0.0",
33
33
  "bignumber.js": "^9.1.2",
34
34
  "bitcoinjs-lib": "^6.1.6",