Skip to content

Commit

Permalink
Arbitrum is not a Testnet (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith authored Oct 4, 2024
1 parent 1bd44e0 commit 31c7b5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const CHAIN_INFO: Record<number, ChainInfo> = {
currencyIcon: ETHER_ICON,
icon: "https://cryptologos.cc/logos/arbitrum-arb-logo.svg?v=024",
wrappedToken: "0x82af49447d8a07e3bd95bd0d56f35241523fbab1",
testnet: true,
testnet: false,
},
84532: {
currencyIcon: ETHER_ICON,
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/utils.signature.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe("utility: get Signature", () => {

it("signatureFromTxHash fails with parse error", async () => {
await expect(signatureFromTxHash(url, "nonsense")).rejects.toThrow(
"JSON-RPC error: Parse error"
"HTTP error! status: 400"
);
});

Expand Down

0 comments on commit 31c7b5d

Please sign in to comment.