Skip to content

Commit

Permalink
fix: Updated token and Skybridge addresses on Ropsten
Browse files Browse the repository at this point in the history
  • Loading branch information
sbp-rib committed Oct 25, 2021
1 parent 5ae5a02 commit fa6dfd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/contracts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const CONTRACTS = {
},
sbBTC: {
test: {
address: '0xbd29762224829f9b72b895515663D57F0D33ca69',
address: '0xde6bd5afcdcca4dd5da8e3904345ed02dc735374',
abi: ABI_TOKEN,
},
production: {
Expand All @@ -24,7 +24,7 @@ export const CONTRACTS = {
},
WBTC: {
test: {
address: '0xeb47a21c1fc00d1e863019906df1771b80dbe182',
address: '0xaD6D458402F60fD3Bd25163575031ACDce07538D',
abi: ABI_TOKEN,
},
production: {
Expand Down Expand Up @@ -56,7 +56,7 @@ export const CONTRACTS = {
bridges: {
btc_erc: {
test: {
address: '0x069A9Da3Ad85697ab87d67Dc99d52D12Fa55661D',
address: '0xB7D159Ad9Fe300C6FB7384B8F188531071A89a85',
abi: ABI_SKYBRIDGE,
},
production: {
Expand Down

0 comments on commit fa6dfd4

Please sign in to comment.