From eb31610a3823f7de1a58b0831cc1bae0ce9f96f1 Mon Sep 17 00:00:00 2001 From: Rui <102453770+ruixhuang@users.noreply.github.com> Date: Mon, 27 Nov 2023 14:27:42 -0800 Subject: [PATCH] Add CCTP supported chains to cctp.json (#166) --- public/configs/cctp.json | 50 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 public/configs/cctp.json diff --git a/public/configs/cctp.json b/public/configs/cctp.json new file mode 100644 index 0000000..13aa7b3 --- /dev/null +++ b/public/configs/cctp.json @@ -0,0 +1,50 @@ +[ + { + "chainId": "42161", + "name": "Arbitrum" + }, + { + "chainId": "43114", + "name": "Avalanche" + }, + { + "chainId": "8453", + "name": "Base" + }, + { + "chainId": "1", + "name": "Ethereum" + }, + { + "chainId": "10", + "name": "OP Mainnet" + }, + { + "chainId": "421613", + "name": "Arbitrum Goerli" + }, + { + "chainId": "43113", + "name": "Avalanche Fuji" + }, + { + "chainId": "84531", + "name": "Base Goerli" + }, + { + "chainId": "5", + "name": "Ethereum Goerli" + }, + { + "chainId": "grand-1", + "name": "Noble Testnet" + }, + { + "chainId": "420", + "name": "OP Goerli" + }, + { + "chainId": "103", + "name": "Solana Devnet" + } +] \ No newline at end of file