Skip to content

Commit

Permalink
Gateway Eth: Add Fantom support
Browse files Browse the repository at this point in the history
  • Loading branch information
dankelleher committed Aug 29, 2023
1 parent 073b19d commit 655872a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ethereum/smart-contract/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,18 @@ module.exports = {
accounts: liveAccounts,
chainId: 1442,
},
fantom: {
url: 'https://rpcapi.fantom.network',
saveDeployments: true,
accounts: liveAccounts,
chainId: 250,
},
fantomTestnet: {
url: 'https://rpc.testnet.fantom.network',
saveDeployments: true,
accounts: liveAccounts,
chainId: 4002,
}
},
solidity: {
version: '0.8.9',
Expand Down

0 comments on commit 655872a

Please sign in to comment.