Skip to content

Commit

Permalink
Merge pull request #31 from phamquyhai/add-minato-chain
Browse files Browse the repository at this point in the history
add support Sepolia Minato
  • Loading branch information
SlavaSereb authored Sep 30, 2024
2 parents b791c9a + 2eaa7a0 commit 406c0c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export const ASSETS: { [key: string]: Asset } = {
[ChainId.MANTLE_TEST]: { assetId: 'MANTLE_TEST', rpcUrl: "https://rpc.testnet.mantle.xyz" },
[ChainId.BLAST]: { assetId: 'BLAST', rpcUrl: "https://rpc.ankr.com/blast"},
// [ChainId.BLAST_SEPOLIA]: { assetId: 'BLAST_TEST', rpcUrl: "https://sepolia.blast.io"},
[ChainId.SONEIUM_MINATO]: { assetId: 'SONEIUM_MINATO_TEST', rpcUrl: "https://rpc.minato.soneium.org/" },
}

export const SIGNER_METHODS = [
Expand Down
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export enum ChainId {
MANTLE_TEST = 5001,
BLAST = 81457,
// BLAST_SEPOLIA = 168587773,
SONEIUM_MINATO = 1946
}

export enum ApiBaseUrl {
Expand Down

0 comments on commit 406c0c3

Please sign in to comment.