Skip to content

Commit

Permalink
fix: Updated contract addresses for the btc_erc testnet bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
sbp-rib committed Apr 14, 2021
1 parent 2cce8c0 commit abdcba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: '0x9f8ff0acc3a9aded2a06d80aa12c34941268da87',
address: '0x8d9c3577b20c52ceb51a943ec58db3a7f2a73e29',
abi: ABI_TOKEN,
},
production: {
Expand Down Expand Up @@ -56,7 +56,7 @@ export const CONTRACTS = {
bridges: {
btc_erc: {
test: {
address: '0x898b357381a2a6f56e21218763d12eee92cb69ed',
address: '0x44cFD0A2B9dd896f86b6e332C195E9879dF93686',
abi: ABI_SKYBRIDGE,
},
production: {
Expand Down

0 comments on commit abdcba2

Please sign in to comment.