Skip to content

Commit

Permalink
feat: winr and polynomial full migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
arthcp committed Jul 24, 2024
1 parent aa78d78 commit 2b5f825
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/rpcConfig/constants/disabledDFFeeChains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export const disabledDFFeeChains = [
ChainSlug.REYA,
ChainSlug.BASE,
ChainSlug.KINTO,
ChainSlug.WINR,
// ChainSlug.WINR,
ChainSlug.BLAST,
ChainSlug.POLYNOMIAL,
// ChainSlug.POLYNOMIAL,
ChainSlug.SYNDR,
];
2 changes: 1 addition & 1 deletion scripts/rpcConfig/constants/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import { DeploymentMode } from "../../../src";

export const version = {
[DeploymentMode.DEV]: "1.0.5",
[DeploymentMode.PROD]: "1.0.36",
[DeploymentMode.PROD]: "1.0.37",
};

0 comments on commit 2b5f825

Please sign in to comment.