Skip to content

Commit

Permalink
chore: update Celo gateway contract addresses and deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
OnahProsperity committed Oct 26, 2024
1 parent 14cf61a commit 67cf61e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,22 @@ npx hardhat run scripts/tron/updateProtocolFee.ts
<tr>
<td colspan="3"></td>
</tr>
<tr>
<td rowspan="3">Celo</td>
<td>Gateway Proxy</td>
<td>0xF418217E3f81092eF44b81C5C8336e6A6fDB0E4b</td>
</tr>
<tr>
<td>Gateway Implementation</td>
<td>0x8508c1C9f29BD1e73B5A9bD8FB87720927c681FA</td>
</tr>
<tr>
<td>Gateway Admin</td>
<td>0xc38D6817F736b1cb44785e14A8cb7152385d3210</td>
</tr>
<tr>
<td colspan="3"></td>
</tr>
<tr>
<td rowspan="3">Tron</td>
<td>Gateway Proxy</td>
Expand Down
3 changes: 2 additions & 1 deletion scripts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,13 @@ const NETWORKS = {
* @dev Celo Mainnet
*/
42220: {
GATEWAY_IMPLEMENTATION: "0x8508c1C9f29BD1e73B5A9bD8FB87720927c681FA",
RPC_URL: `https://forno.celo.org`,
SUPPORTED_TOKENS: {
USDC: "0xcebA9300f2b948710d2653dD7B07f33A8B32118C",
},
TREASURY_FEE_PERCENT: 100, // in BPS i.e 0.1%
GATEWAY_CONTRACT: "0x8FD1f78d88Dd008E557273b5Cd517487C2A9A7de",
GATEWAY_CONTRACT: "0xF418217E3f81092eF44b81C5C8336e6A6fDB0E4b",
IMPERSONATE_ACCOUNT: "",
},

Expand Down

0 comments on commit 67cf61e

Please sign in to comment.