Skip to content

Commit

Permalink
Merge pull request #19 from civicteam/feature/TECH-1353__unichain_mai…
Browse files Browse the repository at this point in the history
…nnet

TECH-1353 Unichain (mainnet) and powerdcloud  (testnet) deployments
  • Loading branch information
dankelleher authored Feb 13, 2025
2 parents 40b833a + 7052d14 commit 70dc1e7
Show file tree
Hide file tree
Showing 24 changed files with 13,336 additions and 24 deletions.
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 @@ -165,6 +165,10 @@ export const networks = {
url: 'https://rpc.blaze.soniclabs.com',
chainId: 57_054,
},
powerDcloudTestnet: {
url: 'http://c3n1.thepower.io:1083/jsonrpc',
chainId: 1_000_000_003,
},
}

class ExtendedInfuraProvider extends InfuraProvider {
Expand Down
Loading

0 comments on commit 70dc1e7

Please sign in to comment.