Skip to content

Commit

Permalink
update chain id and bump sdk versoin
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyunc committed Apr 6, 2024
1 parent e1d341e commit 8f9321c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions trade.renegade.fi/lib/viem.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineChain } from "viem"

export const stylusDevnetEc2 = defineChain({
id: 412346,
id: 473474,
name: "Renegade Testnet",
network: "Renegade Testnet",
testnet: true,
Expand Down Expand Up @@ -33,7 +33,7 @@ export const stylusDevnetEc2 = defineChain({
})

export const stylusDevnetLocal = defineChain({
id: 412346,
id: 473474,
name: "Stylus Devnet",
network: "Arbitrum Stylus",
nativeCurrency: {
Expand Down
2 changes: 1 addition & 1 deletion trade.renegade.fi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@chakra-ui/react": "^2.8.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@renegade-fi/renegade-js": "^0.4.27",
"@renegade-fi/renegade-js": "^0.4.28",
"@t3-oss/env-nextjs": "^0.6.0",
"@tanstack/react-query": "^5.24.1",
"connectkit": "^1.7.2",
Expand Down
8 changes: 4 additions & 4 deletions trade.renegade.fi/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1910,10 +1910,10 @@
dependencies:
merge-options "^3.0.4"

"@renegade-fi/renegade-js@^0.4.27":
version "0.4.27"
resolved "https://registry.yarnpkg.com/@renegade-fi/renegade-js/-/renegade-js-0.4.27.tgz#78e35e91a8d2049248c8eaf25d0d49de3c3740b4"
integrity sha512-8QGdJtO/h7MGfw1We/UzYk5sdMev6J6gWwxtzm3dYZ4xzoQWfMPuXkbosiTnRASf15/tsclwFDlj1HTIhyme6A==
"@renegade-fi/renegade-js@^0.4.28":
version "0.4.28"
resolved "https://registry.yarnpkg.com/@renegade-fi/renegade-js/-/renegade-js-0.4.28.tgz#af22b5f2bec55369645585dce02cba1154737ab9"
integrity sha512-N6bz+8mphjQfuQ05wW+sLRA7QUDD17GL/X97tB593M6ho2rffnmOoSuDi1EdiI8W8Up80OAEhYYoS5f0VYa5rQ==
dependencies:
"@noble/hashes" "^1.3.0"
axios "^1.3.5"
Expand Down

0 comments on commit 8f9321c

Please sign in to comment.