Skip to content

Commit

Permalink
Gateway Eth: Fantom deployments v2
Browse files Browse the repository at this point in the history
  • Loading branch information
dankelleher committed Aug 29, 2023
1 parent b14606b commit 2f71a86
Show file tree
Hide file tree
Showing 8 changed files with 1,250 additions and 354 deletions.
498 changes: 172 additions & 326 deletions ethereum/gatekeeper-cli/README.md

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions ethereum/gatekeeper-cli/src/utils/oclif/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ export const networks = {
url: 'https://rpc.fantom.network',
chainId: 250,
},
fantomTestnet: {
url: 'https://rpc.testnet.fantom.network',
chainId: 4002,
},
gnosis: {
url: 'https://rpc.gnosischain.com',
chainId: 100,
Expand Down
Loading

0 comments on commit 2f71a86

Please sign in to comment.