Skip to content

Commit

Permalink
add native btc addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpeluche committed Aug 8, 2024
1 parent 5bde5ec commit 27e2cc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/unibtc/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ const config = {
},
bsquared: {
vault: defaultVault,
tokens: ["0x4200000000000000000000000000000000000006"]
tokens: ['0x0000000000000000000000000000000000000000',"0x4200000000000000000000000000000000000006"]
},
merlin: {
vault: defaultVault,
tokens: ['0xB880fd278198bd590252621d4CD071b1842E9Bcd', '0xF6D226f9Dc15d9bB51182815b320D3fBE324e1bA']
tokens: ["0x0000000000000000000000000000000000000000",'0xB880fd278198bd590252621d4CD071b1842E9Bcd', '0xF6D226f9Dc15d9bB51182815b320D3fBE324e1bA']
},
btr: {
vault: defaultVault,
tokens: ['0xff204e2681a6fa0e2c3fade68a1b28fb90e4fc5f']
tokens: ["0x0000000000000000000000000000000000000000", '0xff204e2681a6fa0e2c3fade68a1b28fb90e4fc5f']
},
}

Expand Down

0 comments on commit 27e2cc3

Please sign in to comment.