Skip to content

Commit

Permalink
fix: avalanche addresses (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
leoslr committed Mar 10, 2022
1 parent aeaa3a9 commit 06a1fa2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const erc20ConversionProxy = new ContractArtifact<Erc20ConversionProxy>(
creationBlockNumber: 5321045,
},
avalanche: {
address: '0xf0f49873C50765239F6f9534Ba13c4fe16eD5f2E',
address: '0xA5186dec7dC1ec85B42A3cd2Dc8289e248530B07',
creationBlockNumber: 11671967,
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const ethConversionArtifact = new ContractArtifact<EthConversionProxy>(
creationBlockNumber: 10141038,
},
avalanche: {
address: '0xCa3353a15fCb5C83a1Ff64BFf055781aC5c4d2F4',
address: '0x7Ebf48a26253810629C191b56C3212Fd0D211c26',
creationBlockNumber: 11671704,
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ export const ethereumProxyArtifact = new ContractArtifact<EthereumProxy>(
address: '0x27c60BE17e853c47A9F1d280B05365f483c2dFAF',
creationBlockNumber: 11540170,
},
avalanche: {
address: '0x27c60BE17e853c47A9F1d280B05365f483c2dFAF',
creationBlockNumber: 11671421,
},
},
},
'0.2.0': {
Expand Down

0 comments on commit 06a1fa2

Please sign in to comment.