@@ -6,7 +6,7 @@ stable and does not follow [[link-semver]] versioning, so applications
66requiring it should specify the //exact version// needed.
77
88These features are not available in the core ethers package, so to use them
9- you must install the ``@baldyash /experimental`` package and import them
9+ you must install the ``@into-the-fathom /experimental`` package and import them
1010from that.
1111
1212_subsection: BrainWallet @<experimental-brainwallet> @INHERIT<[[Wallet]]>
@@ -26,10 +26,10 @@ Generate a brain wallet which is compatible with the ethers v3 and earlier.
2626_code: Importing @lang<script>
2727
2828// Node
29- const { BrainWallet } = require("@baldyash /experimental");
29+ const { BrainWallet } = require("@into-the-fathom /experimental");
3030
3131// ESM/TypeScript
32- import { BrainWallet } from "@baldyash /experimental";
32+ import { BrainWallet } from "@into-the-fathom /experimental";
3333
3434
3535_subsection: EIP1193Bridge @<experimental-eip1193bridge> @INHERIT<[[link-npm-events]]>
@@ -41,10 +41,10 @@ when interacting with other libraries.
4141_code: Importing @lang<script>
4242
4343// Node
44- const { Eip1193Bridge } = require("@baldyash /experimental");
44+ const { Eip1193Bridge } = require("@into-the-fathom /experimental");
4545
4646// ESM/TypeScript
47- import { Eip1193Bridge } from "@baldyash /experimental";
47+ import { Eip1193Bridge } from "@into-the-fathom /experimental";
4848
4949
5050_subsection: NonceManager @<experimental-noncemanager> @INHERIT<[[Signer]]>
@@ -87,7 +87,7 @@ this class.
8787_code: Importing @lang<script>
8888
8989// Node
90- const { NonceManager } = require("@baldyash /experimental");
90+ const { NonceManager } = require("@into-the-fathom /experimental");
9191
9292// ESM/TypeScript
93- import { NonceManager } from "@baldyash /experimental";
93+ import { NonceManager } from "@into-the-fathom /experimental";
0 commit comments