Skip to content

Commit

Permalink
fix params url
Browse files Browse the repository at this point in the history
  • Loading branch information
r0wdy1 committed Jul 29, 2024
1 parent cc511b3 commit 85490e3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ const config = {
tokenDecimals: 6,
feeDecimals: 2,
depositScheme: 'usdc',
parameters: 'prod',
parameters: 'prod-arweave',
minTxAmount: 50000n, // 0.05 USDC
addressPrefix: 'zkbob_goerli_usdc',
addressPrefix: 'zkbob_optimism',
},
// 'BOB-op-goerli': {
// chainId: 420,
Expand Down Expand Up @@ -241,6 +241,10 @@ const config = {
"staging": {
transferParamsUrl: 'https://r2-staging.zkbob.com/transfer_params_20022023.bin',
transferVkUrl: 'https://r2-staging.zkbob.com/transfer_verification_key_20022023.json'
},
"prod-arweave": {
transferParamsUrl: 'https://5tqpkqtbrkd5ookgni4yydvxgsnaazxl53pdgymjgkiaqwb56lzq.arweave.net/7OD1QmGKh9c5Rmo5jA63NJoAZuvu3jNhiTKQCFg98vM',
transferVkUrl: 'https://rhm3gvehfvhrnll2cuuem2s77hruahjgifqctaw7ld2z37ehpcta.arweave.net/idmzVIctTxatehUoRmpf-eNAHSZBYCmC31j1nfyHeKY',
}
},
chains: {
Expand Down

0 comments on commit 85490e3

Please sign in to comment.