Skip to content

Commit

Permalink
refactor: update contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
gidonkatten committed Feb 9, 2025
1 parent 7a0c337 commit 5db39db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/chains/evm/hub/constants/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ export const HUB_CHAIN: Record<NetworkType, HubChain> = {
hubAddress: convertToGenericAddress("0xB8Aa9782d5922B00fC63e7def85F276059B4aCd0" as EvmAddress, ChainType.EVM),
},
[REWARDS_TYPE.V2]: {
hubAddress: convertToGenericAddress("0x8A46207Af43b4A8f4c3489B1b19AC01503d02e0d" as EvmAddress, ChainType.EVM),
hubAddress: convertToGenericAddress("0xD962d5198A170bAf75da57C7C408e6EE7d912086" as EvmAddress, ChainType.EVM),
spokeManagerAddress: convertToGenericAddress(
"0x9c78F1c73B3C21917624e0e6e78bB37bf0b8Ce91" as EvmAddress,
ChainType.EVM,
Expand Down
4 changes: 2 additions & 2 deletions src/common/constants/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ export const SPOKE_CHAIN: Record<NetworkType, Partial<Record<FolksChainId, Spoke
[TESTNET_REWARDS_TOKEN_ID.AVAX]: {
rewardTokenId: TESTNET_REWARDS_TOKEN_ID.AVAX,
spokeAddress: convertToGenericAddress(
"0xb51f6521BB1D6448d0673Bbc0BD886C6b730DF52" as EvmAddress,
"0x0bB61Da4F8745e583DE90874FeB0De2837E15986" as EvmAddress,
ChainType.EVM,
),
token: {
Expand Down Expand Up @@ -877,7 +877,7 @@ export const SPOKE_CHAIN: Record<NetworkType, Partial<Record<FolksChainId, Spoke
[TESTNET_REWARDS_TOKEN_ID.USDC_base_sep]: {
rewardTokenId: TESTNET_REWARDS_TOKEN_ID.USDC_base_sep,
spokeAddress: convertToGenericAddress(
"0x4422437064Dd66Db1B8D163134980A86178239e5" as EvmAddress,
"0x0857b8B30B420Eb843c519370cA1AF5FC101a114" as EvmAddress,
ChainType.EVM,
),
token: {
Expand Down

0 comments on commit 5db39db

Please sign in to comment.