Skip to content

Commit

Permalink
Merge pull request #54 from razor-network/rajk/raz-480-contracts-depl…
Browse files Browse the repository at this point in the history
…oy-contracts-on-xdc-testnet

chore: deploy contracts on xdc testnet
  • Loading branch information
rajkharvar authored Oct 26, 2023
2 parents e5b7682 + d63e75a commit 71121a6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,15 @@ The above script will perform following operation:
| TransparentForwarder | 0xe4371caE0ab6Fb4875BB1002c0230CB0a1423616 |
| Staking | 0x53Df936a3594777185DF12Cd073d9033cfF348D6 |

### XDC Testnet (Apothem)

| Contract | Address |
| -------------------- | ------------------------------------------ |
| ResultManager | 0x03bD73afB6d3C5B86578010C099E5474aF1aABeF |
| Forwarder | 0xe4371caE0ab6Fb4875BB1002c0230CB0a1423616 |
| TransparentForwarder | 0x53Df936a3594777185DF12Cd073d9033cfF348D6 |
| Staking | 0x7f80398840d1be49dd99609abe405034bf97e97a |

## Adding a New Network to Bridge

### 1. Update Hardhat Configuration
Expand Down
5 changes: 5 additions & 0 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ module.exports = {
url: "http://127.0.0.1:1248", // this is the RPC endpoint exposed by Frame
timeout: 60000,
},
xdcTestnet: {
chainId: 51,
url: "https://erpc.apothem.network",
timeout: 60000,
},
},
gasReporter: {
enabled: true,
Expand Down

0 comments on commit 71121a6

Please sign in to comment.