Skip to content

Commit

Permalink
feat: add images
Browse files Browse the repository at this point in the history
  • Loading branch information
markjung96 committed Oct 14, 2024
1 parent a045e7e commit 016a906
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 1 deletion.
17 changes: 17 additions & 0 deletions public/docs/Icon-b-default.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/docs/account.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/docs/execute.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/docs/interact.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/docs/project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion src/const/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,11 @@ export const ARBITRUM_SEPOLIA = {
blockExplorerUrls: ["https://sepolia.arbiscan.io/"],
};

export const ARBITRUM_NETWORK = [ARBITRUM_ONE, ARBITRUM_SEPOLIA];
export const OPEN_CAMPUS_CODEX = {
chainName: "Open Campus Codex",
chainId: "0xa045c",
rpcUrls: [" https://rpc.open-campus-codex.gelato.digital"],
blockExplorerUrls: ["https://opencampus-codex.blockscout.com/"],
};

export const ARBITRUM_NETWORK = [ARBITRUM_ONE, ARBITRUM_SEPOLIA, OPEN_CAMPUS_CODEX];

0 comments on commit 016a906

Please sign in to comment.