Skip to content

Commit

Permalink
chore(secret): added to mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
D4mph1r committed Dec 17, 2024
1 parent 4efd42c commit ea24bc8
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const bridgeTestChains = [
chainId: "secret-4",
contractAddress: "secret1ym9jslryg6r8nlch2036py92gd50vejznwhuvx",
decimals: 6,
intialFund: "10000000",
intialFund: "5000000",
lastBlock: 16833475,
nativeCoinSymbol: "SCRT",
rpcURL: "https://rpc.ankr.com/http/scrt_cosmos",
Expand Down Expand Up @@ -394,6 +394,18 @@ export const prodBridgeConfig: IBridgeConfig = {
theGraphApiUrl:
"https://api.studio.thegraph.com/query/97240/d-live/version/latest",
},
{
chain: "SECRET",
blockChunks: 1000,
chainType: "scrt",
chainId: "secret-4",
contractAddress: "secret160da5pcn05xz2nhwudjvcg7rjzs9sc50pdlp0d",
decimals: 6,
intialFund: "5000000",
lastBlock: 17440691,
nativeCoinSymbol: "SCRT",
rpcURL: "https://rpc.ankr.com/http/scrt_cosmos",
},
],
storageConfig: {
chain: "OP",
Expand Down

0 comments on commit ea24bc8

Please sign in to comment.