Skip to content

Commit

Permalink
Updating library to support new DD ABI
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgenKor committed Jul 11, 2024
1 parent 9d91d98 commit 7ce37a0
Show file tree
Hide file tree
Showing 3 changed files with 2,305 additions and 2,483 deletions.
29 changes: 25 additions & 4 deletions client-config-full.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"defaultPool": "BOB-sepolia",
"defaultPool": "USDC-op-tenderly",

"pools": {
"USDC-polygon": {
Expand Down Expand Up @@ -43,6 +43,17 @@
"feeDecimals": 2,
"depositScheme": "permit"
},
"USDC-op-tenderly": {
"chainId": 10,
"parameters": "prod",
"poolAddress": "0x1CA8C2B9B20E18e86d5b9a72370fC6c91814c97C",
"tokenAddress": "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85",
"proxyUrls": ["https://sepolia-proxy.zkbob.evgen.space", "https://sepolia-decentralized-relayer.thgkjlr.website"],
"delegatedProverUrls": [],
"coldStorageConfigPath": "",
"feeDecimals": 2,
"depositScheme": "usdc"
},
"BOB-sepolia-donotuse": {
"chainId": 11155111,
"poolAddress": "0x77f3D9Fb578a0F2B300347fb3Cd302dFd7eedf93",
Expand Down Expand Up @@ -147,7 +158,7 @@
"rpcUrls": ["https://polygon-rpc.com", "https://rpc.ankr.com/polygon"]
},
"10": {
"rpcUrls": ["https://rpc.ankr.com/optimism", "https://mainnet.optimism.io"]
"rpcUrls": ["https://virtual.optimism.rpc.tenderly.co/cf23b470-a370-4ebd-8be1-67ced3d49177"]
},
"11155111": {
"rpcUrls": ["https://sepolia.drpc.org", "https://rpc.sepolia.org", "https://sepolia.infura.io/v3/2a219563d6f8480db0e2ce66bcd8f29e", "https://eth-sepolia.public.blastapi.io"]
Expand Down Expand Up @@ -187,7 +198,7 @@
"address": "https://polygonscan.com/address/{{addr}}"
},
"10": {
"tx": "https://optimistic.etherscan.io/tx/{{hash}}",
"tx": "https://dashboard.tenderly.co/explorer/vnet/cf23b470-a370-4ebd-8be1-67ced3d49177/tx/{{hash}}",
"address": "https://optimistic.etherscan.io/address/{{addr}}"
},
"11155111": {
Expand Down Expand Up @@ -239,7 +250,8 @@
"USDT-devnet": "https://staging--zkbob.netlify.app",
"USDT-nile": "https://staging--zkbob.netlify.app",
"USDT-nile-guard": "https://staging--zkbob.netlify.app",
"USDT-tron": "https://tron.zkbob.com"
"USDT-tron": "https://tron.zkbob.com",
"USDC-op-tenderly": "https://app.zkbob.com"
},

"migrations": {
Expand Down Expand Up @@ -274,6 +286,15 @@
"lastTimestamp": 1696854269
}
}
},
"USDC-op-tenderly": {
"oldTokens": {
"BOB": {
"tokenAddress": "0xb0b195aefa3650a6908f15cdac7d92f8a5791b0b",
"firstTimestamp": 0,
"lastTimestamp": 1696854269
}
}
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zkbob-console",
"version": "4.0.0-beta6",
"version": "4.0.0-beta7",
"license": "MIT",
"author": "Dmitry Vdovin <[email protected]>",
"homepage": "https://github.com/zkBob/zkbob-console",
Expand Down Expand Up @@ -40,7 +40,7 @@
"tslib": "^2.3.1",
"uuid": "^9.0.0",
"web3": "^1.7.1",
"zkbob-client-js": "6.0.0-beta8",
"zkbob-client-js": "6.0.0-beta9",
"zkbob-support-js": "1.0.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 7ce37a0

Please sign in to comment.