Skip to content

Commit

Permalink
support morph (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong authored Oct 23, 2024
1 parent a99b857 commit 24ec0f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/jsonRpcUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const jsonRpcHttpUrls = {
81457: process.env.BLAST_MAINNET_RPC,
167009: "https://rpc.hekla.taiko.xyz",
1284: "https://moonbeam-rpc.dwellir.com",
2818: "https://rpc.morphl2.io"
};

const getProvider = async (chainId) => {
Expand Down
1 change: 1 addition & 0 deletions src/ormp/ormpAddresses.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const ormpAddresses = {
45: "0x13b2211a7cA45Db2808F6dB05557ce5347e3634e", // pangoro
46: "0x13b2211a7cA45Db2808F6dB05557ce5347e3634e", // darwinia
1284: "0x13b2211a7cA45Db2808F6dB05557ce5347e3634e", // moonbeam
2818: "0x13b2211a7cA45Db2808F6dB05557ce5347e3634e" // morph
}

export default ormpAddresses;
1 change: 1 addition & 0 deletions src/portAddesses.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const portAddresses = {
45: "0x2cd1867Fb8016f93710B6386f7f9F1D540A60812", // pangoro tanssi
46: "0x2cd1867Fb8016f93710B6386f7f9F1D540A60812", // darwinia
1284: "0x2cd1867Fb8016f93710B6386f7f9F1D540A60812", // moonbeam
2818: "0x2cd1867Fb8016f93710B6386f7f9F1D540A60812", // morph
},
lz: {
}
Expand Down

0 comments on commit 24ec0f1

Please sign in to comment.