Skip to content

Commit

Permalink
Added OpenOcean for Mode and Rootstock (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doctor-Cyclone authored Apr 23, 2024
2 parents caf38d7 + ef42a0f commit d48e049
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rubic-sdk",
"version": "5.17.1",
"version": "5.17.2",
"description": "Simplify dApp creation",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ export const openOceanBlockchainName: Record<OpenoceanOnChainSupportedBlockchain
[BLOCKCHAIN_NAME.MANTA_PACIFIC]: 'manta',
[BLOCKCHAIN_NAME.METIS]: 'metis',
[BLOCKCHAIN_NAME.SCROLL]: 'scroll',
[BLOCKCHAIN_NAME.BLAST]: 'blast'
[BLOCKCHAIN_NAME.BLAST]: 'blast',
[BLOCKCHAIN_NAME.MODE]: 'mode',
[BLOCKCHAIN_NAME.ROOTSTOCK]: 'rootstock'
};
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ export const openoceanOnChainSupportedBlockchains = [
BLOCKCHAIN_NAME.MANTA_PACIFIC,
BLOCKCHAIN_NAME.METIS,
BLOCKCHAIN_NAME.SCROLL,
BLOCKCHAIN_NAME.BLAST
BLOCKCHAIN_NAME.BLAST,
BLOCKCHAIN_NAME.MODE,
BLOCKCHAIN_NAME.ROOTSTOCK
] as const;

export type OpenoceanOnChainSupportedBlockchain =
Expand Down

0 comments on commit d48e049

Please sign in to comment.