Skip to content

Commit

Permalink
TECH-1353 add unichain mainnet default RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
lucmir committed Feb 12, 2025
1 parent 5c51095 commit a1d4f82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 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 Down
2 changes: 1 addition & 1 deletion ethereum/smart-contract/config/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export const networks = {
chainId: 1301,
},
unichainMainnet: {
url: process.env.UNICHAINMAINNET_RPC ?? '', // TODO: NOT YET AVAILABLE
url: process.env.UNICHAINMAINNET_RPC ?? 'https://mainnet.unichain.org',
accounts: liveAccounts,
chainId: 130,
},
Expand Down

0 comments on commit a1d4f82

Please sign in to comment.