Skip to content

Commit

Permalink
fix: arbitrum localnet wbtc asset (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nesopie authored Jul 10, 2024
1 parent 5dcc2ab commit 94677d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/orderbook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gardenfi/orderbook",
"version": "0.1.8",
"version": "0.1.9",
"type": "module",
"dependencies": {
"@catalogfi/utils": "^0.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/orderbook/src/lib/asset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const Assets = {
name: "Wrapped Bitcoin",
symbol: "WBTC",
decimals: 8,
chain: Chains.ethereum_arbitrum,
chain: Chains.ethereum_arbitrumlocalnet,
isToken: true,
thumbnail: "https://cryptologos.cc/logos/wrapped-bitcoin-wbtc-logo.svg",
address: "0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512",
Expand Down

0 comments on commit 94677d2

Please sign in to comment.