Skip to content

Commit

Permalink
chore(new contract): storage and staking
Browse files Browse the repository at this point in the history
  • Loading branch information
D4mph1r committed Dec 19, 2024
1 parent 5fda949 commit 1cd7669
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,9 @@ export const prodBridgeConfig: IBridgeConfig = {
"https://optimism-mainnet.core.chainstack.com/eb8e1f7806a102e3bd7313c67dcf9f18",
nativeCoinSymbol: "OP",
intialFund: "5000000000000000",
contractAddress: "0xc6e84955ba7C354fb7ca60011883e5673Be3F629",
contractAddress: "0x6fF8599f69B50Fbb906bD8b86Db512F431C34461",
chainType: "evm",
lastBlock: 123638429,
lastBlock: 129496069,
decimals: 18,
blockChunks: 1000,
},
Expand All @@ -429,9 +429,9 @@ export const prodBridgeConfig: IBridgeConfig = {
nativeCoinSymbol: "BNB",
chainType: "evm",
coinAddress: "0x8cf8238abf7b933Bf8BB5Ea2C7E4Be101c11de2A",
contractAddress: "0xD7f7aa3e438B5640caDe99070336093833e19448",
contractAddress: "0xFf4E16ce86f270733cccc369138b0D292ad7a590",
intialFund: "0",
lastBlock: 41099482,
lastBlock: 45003266,
decimals: 18,
blockChunks: 1000,
},
Expand Down

0 comments on commit 1cd7669

Please sign in to comment.