From 92481e29fc411fa28c9368c97699fb06a28a0711 Mon Sep 17 00:00:00 2001 From: Bill He Date: Thu, 15 Feb 2024 13:44:10 -0800 Subject: [PATCH] Enable CCTP for arbitrum avalanche optimism --- public/configs/cctp.json | 37 ++++++++++++++++++++++++++----------- 1 file changed, 26 insertions(+), 11 deletions(-) diff --git a/public/configs/cctp.json b/public/configs/cctp.json index df65617..558d69b 100644 --- a/public/configs/cctp.json +++ b/public/configs/cctp.json @@ -1,12 +1,27 @@ [ - { - "chainId": "1", - "tokenAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", - "name": "Ethereum" - }, - { - "chainId": "5", - "tokenAddress": "0x07865c6E87B9F70255377e024ace6630C1Eaa37F", - "name": "Ethereum Goerli" - } -] \ No newline at end of file + { + "chainId": "1", + "tokenAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", + "name": "Ethereum" + }, + { + "chainId": "5", + "tokenAddress": "0x07865c6E87B9F70255377e024ace6630C1Eaa37F", + "name": "Ethereum Goerli" + }, + { + "chainId": "42161", + "tokenAddress": "0xff970a61a04b1ca14834a43f5de4533ebddb5cc8", + "name": "Arbitrum" + }, + { + "chainId": "43114", + "tokenAddress": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E", + "name": "Avalanche" + }, + { + "chainId": "10", + "tokenAddress": "0x7F5c764cBc14f9669B88837ca1490cCa17c31607", + "name": "optimism" + } +]