Skip to content

Commit

Permalink
added base to mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
D4mph1r committed Aug 27, 2024
1 parent 9ef3fa9 commit 73b0a98
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,17 @@ export const prodBridgeConfig: IBridgeConfig = {
decimals: 18,
blockChunks: 1000,
},
{
chain: "BASE",
rpcURL: "https://base.llamarpc.com",
nativeCoinSymbol: "BASE",
intialFund: "50000000000000000",
contractAddress: "0x2Aa8Dbb7543754d70B5A40D52cB81c2a0bB08B83",
chainType: "evm",
lastBlock: 18987568,
decimals: 18,
blockChunks: 1000,
},
{
chain: "HEDERA",
rpcURL: "https://mainnet.hashio.io/api",
Expand Down

0 comments on commit 73b0a98

Please sign in to comment.