Merge pull request #16 from kev1n-peters/disable-karura

disable transfers from Karura
This commit is contained in:
kev1n-peters 2023-01-12 23:04:00 -06:00 committed by GitHub
commit d12430502a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,7 @@ import {
ChainId,
CHAIN_ID_INJECTIVE,
CHAIN_ID_ARBITRUM,
CHAIN_ID_KARURA,
} from "@certusone/wormhole-sdk";
import { CHAIN_ID_AURORA } from "@certusone/wormhole-sdk";
@ -43,4 +44,10 @@ export const CHAIN_CONFIG_MAP: ChainConfigMap = {
text: "Wormhole Network and Portal have paused Arbitrum support temporarily.",
},
},
[CHAIN_ID_KARURA]: {
disableTransfers: "from",
warningMessage: {
text: "Portal has paused transfers from Karura temporarily.",
},
},
};