Skip to content

Commit

Permalink
fix the contract address from arb-goerli to linea-goerli (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 authored Sep 13, 2023
1 parent 16e5412 commit 1cde32e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const arbitrumLineaConfig: ArbitrumLineaBridgeConfig = {

const arbitrumGoerliLineaGoerliConfig: ArbitrumLineaBridgeConfig = {
contracts: {
backing: '0x504F597CfB0A32704AA6533Fb75dCD60dB982836',
backing: '0x54cc9716905ba8ebdD01E6364125cA338Cd0054E',
issuing: '',
},
};
Expand Down

0 comments on commit 1cde32e

Please sign in to comment.