Skip to content

Commit a0859fe

Browse files
committed
Update example
1 parent 1062be0 commit a0859fe

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/jinja.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ import { Substrate, Box, sb } from "substrate";
55
async function main() {
66
const SUBSTRATE_API_KEY = process.env["SUBSTRATE_API_KEY"];
77

8-
const substrate = new Substrate({
9-
apiKey: SUBSTRATE_API_KEY,
10-
baseUrl: "https://api-staging.substrate.run",
11-
});
8+
const substrate = new Substrate({ apiKey: SUBSTRATE_API_KEY });
129

1310
const a = new Box({ value: ["a", "b"] });
1411
const b = new Box({ value: { x: "x" } });

0 commit comments

Comments
 (0)