Skip to content

Commit

Permalink
TECH-1353 Unichain (sepolia) and sonic (mainnet & testnet) deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
dankelleher committed Feb 10, 2025
1 parent 84a3c55 commit 5c51095
Show file tree
Hide file tree
Showing 37 changed files with 20,065 additions and 52 deletions.
105 changes: 54 additions & 51 deletions ethereum/gatekeeper-cli/README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ethereum/gatekeeper-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@civic/gateway-eth-cli",
"version": "0.2.5",
"version": "0.2.6",
"description": "Civic Gateway Protocol EVM CLI",
"author": "dankelleher @dankelleher",
"bin": {
Expand Down
16 changes: 16 additions & 0 deletions ethereum/gatekeeper-cli/src/utils/oclif/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,22 @@ export const networks = {
url: 'https://xlayertestrpc.okx.com',
chainId: 195,
},
unichain: {
url: '', // TODO: NOT YET AVAILABLE
chainId: 130,
},
unichainSepolia: {
url: 'https://sepolia.unichain.org',
chainId: 1301,
},
sonic: {
url: 'https://rpc.soniclabs.com',
chainId: 146,
},
sonicTestnet: {
url: 'https://rpc.blaze.soniclabs.com',
chainId: 57_054,
},
}

class ExtendedInfuraProvider extends InfuraProvider {
Expand Down
Loading

0 comments on commit 5c51095

Please sign in to comment.