Skip to content

Commit

Permalink
feat: bsc testnet ccip token adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
palace22 committed Oct 31, 2024
1 parent b027ccd commit c60424d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common/constants/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,10 @@ export const SPOKE_CHAIN: Record<NetworkType, Partial<Record<FolksChainId, Spoke
"0xE4C1cdE52ab51DD9495dbB938EA0BE332C37519A" as EvmAddress,
ChainType.EVM,
),
[AdapterType.CCIP_TOKEN]: convertToGenericAddress(
"0x4B466063f81E1a4aD6D730ab836D92D709F9D7a6" as EvmAddress,
ChainType.EVM,
),
},
tokens: {
[TESTNET_FOLKS_TOKEN_ID.BNB]: {
Expand Down

0 comments on commit c60424d

Please sign in to comment.