Skip to content

Commit

Permalink
Deploy ERC20Proxy, ERC20FeeProxy, EthereumProxy, EthereumFeeProxy on …
Browse files Browse the repository at this point in the history
…Mantle Testnet
  • Loading branch information
MantisClone committed Jul 24, 2023
1 parent 4cbd96c commit 90b8b1a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ export const erc20FeeProxyArtifact = new ContractArtifact<ERC20FeeProxy>(
address: '0x399F5EE127ce7432E4921a61b8CF52b0af52cbfE',
creationBlockNumber: 2951048,
},
'mantle-testnet': {
address: '0x399F5EE127ce7432E4921a61b8CF52b0af52cbfE',
creationBlockNumber: 16210087,
},
},
},
near: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ export const erc20ProxyArtifact = new ContractArtifact<ERC20Proxy>(
address: '0x162edb802fae75b9ee4288345735008ba51a4ec9',
creationBlockNumber: 5628198,
},
'mantle-testnet': {
address: '0x88Ecc15fDC2985A7926171B938BB2Cd808A5ba40',
creationBlockNumber: 16210085,
},
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ export const ethereumFeeProxyArtifact = new ContractArtifact<EthereumFeeProxy>(
address: '0xe11BF2fDA23bF0A98365e1A4c04A87C9339e8687',
creationBlockNumber: 2951047,
},
'mantle-testnet': {
address: '0xe11BF2fDA23bF0A98365e1A4c04A87C9339e8687',
creationBlockNumber: 16210081,
},
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ export const ethereumProxyArtifact = new ContractArtifact<EthereumProxy>(
address: '0x171Ee0881407d4c0C11eA1a2FB7D5b4cdED71e6e',
creationBlockNumber: 2415488,
},
'mantle-testnet': {
address: '0x171Ee0881407d4c0C11eA1a2FB7D5b4cdED71e6e',
creationBlockNumber: 16210080,
},
},
},
},
Expand Down

0 comments on commit 90b8b1a

Please sign in to comment.