Skip to content

Commit

Permalink
fix: missing eth-proxy on BSC (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjlevesque committed Mar 1, 2022
1 parent ee3436e commit b1a73c0
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ export const ethereumProxyArtifact = new ContractArtifact<EthereumProxy>(
address: '0x27c60BE17e853c47A9F1d280B05365f483c2dFAF',
creationBlockNumber: 15306857,
},
bsc: {
address: '0x27c60BE17e853c47A9F1d280B05365f483c2dFAF',
creationBlockNumber: 11540170,
},
},
},
'0.2.0': {
Expand Down Expand Up @@ -102,6 +106,10 @@ export const ethereumProxyArtifact = new ContractArtifact<EthereumProxy>(
address: '0x27c60BE17e853c47A9F1d280B05365f483c2dFAF',
creationBlockNumber: 15306857,
},
bsc: {
address: '0x27c60BE17e853c47A9F1d280B05365f483c2dFAF',
creationBlockNumber: 11540170,
},
},
},
},
Expand Down

0 comments on commit b1a73c0

Please sign in to comment.