diff --git a/public/docs/Icon-b-default.svg b/public/docs/Icon-b-default.svg new file mode 100644 index 0000000..0450322 --- /dev/null +++ b/public/docs/Icon-b-default.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/public/docs/account.png b/public/docs/account.png new file mode 100644 index 0000000..2562d0e Binary files /dev/null and b/public/docs/account.png differ diff --git a/public/docs/execute.png b/public/docs/execute.png new file mode 100644 index 0000000..f586b77 Binary files /dev/null and b/public/docs/execute.png differ diff --git a/public/docs/interact.png b/public/docs/interact.png new file mode 100644 index 0000000..500d926 Binary files /dev/null and b/public/docs/interact.png differ diff --git a/public/docs/project.png b/public/docs/project.png new file mode 100644 index 0000000..f6a50a9 Binary files /dev/null and b/public/docs/project.png differ diff --git a/src/const/network.ts b/src/const/network.ts index 257871e..8476c1c 100644 --- a/src/const/network.ts +++ b/src/const/network.ts @@ -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];