Skip to content

Commit

Permalink
Add QuickNode to ink chain configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hiletmis committed Jan 2, 2025
1 parent 3f0f788 commit 235ed89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chains/ink.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
{
"alias": "alchemy",
"homepageUrl": "https://alchemy.com"
},
{
"alias": "quicknode",
"homepageUrl": "https://quicknode.com"
}
],
"symbol": "ETH",
Expand Down
1 change: 1 addition & 0 deletions src/generated/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,7 @@ export const CHAINS: Chain[] = [
{ alias: 'public', rpcUrl: 'https://rpc-qnd.inkonchain.com' },
{ alias: 'tenderly', homepageUrl: 'https://tenderly.co/' },
{ alias: 'alchemy', homepageUrl: 'https://alchemy.com' },
{ alias: 'quicknode', homepageUrl: 'https://quicknode.com' },
],
symbol: 'ETH',
testnet: false,
Expand Down

0 comments on commit 235ed89

Please sign in to comment.