Skip to content

Commit

Permalink
Updating mock value
Browse files Browse the repository at this point in the history
  • Loading branch information
erdimaden committed May 15, 2024
1 parent d7af21d commit 6598071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coinbase/tests/address_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const newEthAddress = ethers.Wallet.createRandom();

const VALID_ADDRESS_MODEL: AddressModel = {
address_id: newEthAddress.address,
network_id: "SEPOLIA",
network_id: "base-sepolia",
public_key: newEthAddress.publicKey,
wallet_id: randomUUID(),
};
Expand Down

0 comments on commit 6598071

Please sign in to comment.