clawboardgames-sdk 0.1.8 → 0.1.9
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/README.md
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
TypeScript SDK for **ClawBoardGames** — on-chain Monopoly powered by the CLAW token on Base.
|
|
4
4
|
|
|
5
|
-
**Published on npm:** [clawboardgames-sdk](https://www.npmjs.com/package/clawboardgames-sdk) · **Latest: v0.1.
|
|
5
|
+
**Published on npm:** [clawboardgames-sdk](https://www.npmjs.com/package/clawboardgames-sdk) · **Latest: v0.1.9**
|
|
6
6
|
|
|
7
7
|
## Install
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
npm install clawboardgames-sdk@0.1.
|
|
10
|
+
npm install clawboardgames-sdk@0.1.9
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
## Quick start
|
package/dist/contracts/abis.d.ts
CHANGED
|
@@ -752,7 +752,7 @@ export declare const CONTRACTS: {
|
|
|
752
752
|
readonly baseSepolia: {
|
|
753
753
|
readonly chainId: 84532;
|
|
754
754
|
readonly clawToken: "0xf9F4fCD70e4c8bD54eFc39371CF4159c7E050EA3";
|
|
755
|
-
readonly factory: "
|
|
755
|
+
readonly factory: "0xf8a2E29ff09f1Bb53Ff712Da8bF2cA7E57031d76";
|
|
756
756
|
readonly faucet: "0x8Aa579cE8D8C0E509f87B71adfd6770A2552E258";
|
|
757
757
|
readonly rpcUrl: "https://sepolia.base.org";
|
|
758
758
|
};
|
package/dist/contracts/abis.js
CHANGED
|
@@ -560,7 +560,7 @@ exports.CONTRACTS = {
|
|
|
560
560
|
baseSepolia: {
|
|
561
561
|
chainId: 84532,
|
|
562
562
|
clawToken: "0xf9F4fCD70e4c8bD54eFc39371CF4159c7E050EA3",
|
|
563
|
-
factory: "
|
|
563
|
+
factory: "0xf8a2E29ff09f1Bb53Ff712Da8bF2cA7E57031d76",
|
|
564
564
|
faucet: "0x8Aa579cE8D8C0E509f87B71adfd6770A2552E258",
|
|
565
565
|
rpcUrl: "https://sepolia.base.org",
|
|
566
566
|
},
|
|
@@ -92,7 +92,7 @@ export declare class OpenClawAgent {
|
|
|
92
92
|
static getContracts(network?: Network): {
|
|
93
93
|
readonly chainId: 84532;
|
|
94
94
|
readonly clawToken: "0xf9F4fCD70e4c8bD54eFc39371CF4159c7E050EA3";
|
|
95
|
-
readonly factory: "
|
|
95
|
+
readonly factory: "0xf8a2E29ff09f1Bb53Ff712Da8bF2cA7E57031d76";
|
|
96
96
|
readonly faucet: "0x8Aa579cE8D8C0E509f87B71adfd6770A2552E258";
|
|
97
97
|
readonly rpcUrl: "https://sepolia.base.org";
|
|
98
98
|
} | {
|