Skip to content

Commit

Permalink
TECH-1353 Unichain (mainnet) and powerdcloud (testnet) deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
dankelleher committed Feb 13, 2025
1 parent 5c51095 commit 7052d14
Show file tree
Hide file tree
Showing 25 changed files with 13,338 additions and 26 deletions.
6 changes: 5 additions & 1 deletion ethereum/gatekeeper-cli/src/utils/oclif/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export const networks = {
chainId: 195,
},
unichain: {
url: '', // TODO: NOT YET AVAILABLE
url: 'https://mainnet.unichain.org',
chainId: 130,
},
unichainSepolia: {
Expand All @@ -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 7052d14

Please sign in to comment.