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