Skip to content

Commit

Permalink
Upgrade helixconf package (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 authored Aug 23, 2024
1 parent 0d9a845 commit 80eab87
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 16 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@apollo/client": "^3.10.3",
"@floating-ui/react": "^0.26.14",
"@helixbridge/helixconf": "1.1.11",
"@helixbridge/helixconf": "1.1.14",
"@rainbow-me/rainbowkit": "^1.3.7",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
Expand Down
13 changes: 4 additions & 9 deletions apps/web/src/config/chains/bera.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,27 +50,22 @@ if (chain.couples.length && !chain.tokens.some((t) => t.type === "native")) {
export const beraChain: ChainConfig = {
id: ChainID.BERA,
network: "bera",
name: "Berachain Artio",
name: "Berachain Bartio",
nativeCurrency: {
name: "BERA",
symbol: "BERA",
decimals: 18,
},
rpcUrls: {
default: {
http: ["https://artio.rpc.berachain.com/"],
http: ["https://bartio.rpc.berachain.com/"],
},
public: {
http: ["https://artio.rpc.berachain.com/"],
http: ["https://bartio.rpc.berachain.com/"],
},
},
blockExplorers: {
default: { name: "Artio", url: "https://artio.beratrail.io" },
},
contracts: {
multicall3: {
address: "0x9d1dB8253105b007DDDE65Ce262f701814B91125",
},
default: { name: "Bartio", url: "https://bartio.beratrail.io" },
},
testnet: true,

Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/types/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export enum ChainID {
OPTIMISM = 10,
GNOSIS = 100,
BLAST = 81457,
BERA = 80085,
BERA = 80084,
TAIKO_HEKLA = 167009,
ASTAR_ZKEVM = 3776,
MORPH = 2710,
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 80eab87

Please sign in to comment.