Skip to content

Commit

Permalink
fix: update ETH token addresses and add SLF token (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-ziv authored Mar 16, 2022
1 parent a2be9b7 commit 2c5a9df
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
15 changes: 14 additions & 1 deletion src/config/addresses/tokens/tokens.l1.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const L1Tokens = [
decimals: 18,
bridgeAddress: {
[ChainType.MAIN.id]: '',
[ChainType.GOERLI.id]: '0xcf98f0A8edC6a730E1CA6B64a2528c6bE031Cb12'
[ChainType.GOERLI.id]: '0xc3511006C04EF1d78af4C8E0e74Ec18A6E64Ff9e'
}
},
{
Expand Down Expand Up @@ -61,5 +61,18 @@ export const L1Tokens = [
[ChainType.MAIN.id]: '',
[ChainType.GOERLI.id]: '0x11fE4B6AE13d2a6055C8D9cF65c55bac32B5d844'
}
},
{
name: 'SelfService',
symbol: 'SLF',
decimals: 6,
bridgeAddress: {
[ChainType.MAIN.id]: '',
[ChainType.GOERLI.id]: '0x160e7631f22035149A01420cADD1012267551181'
},
tokenAddress: {
[ChainType.MAIN.id]: '',
[ChainType.GOERLI.id]: '0xd44BB808bfE43095dBb94c83077766382D63952a'
}
}
];
17 changes: 15 additions & 2 deletions src/config/addresses/tokens/tokens.l2.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ export const L2Tokens = [
decimals: 18,
bridgeAddress: {
[ChainType.MAIN.id]: '',
[ChainType.GOERLI.id]: '0x30fab1f1cc35d6ab0a992240528e122bc46c196eebfed9d21a5f800f72f066d'
[ChainType.GOERLI.id]: '0x073314940630fd6dcda0d772d4c972c4e0a9946bef9dabf4ef84eda8ef542b82'
},
tokenAddress: {
[ChainType.MAIN.id]: '',
[ChainType.GOERLI.id]: '0x2dd93e385742984bf2fc887cd5d8b5ec6917d80af09cf7a00a63710ad51ba53'
[ChainType.GOERLI.id]: '0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7'
}
},
{
Expand Down Expand Up @@ -65,5 +65,18 @@ export const L2Tokens = [
[ChainType.MAIN.id]: '',
[ChainType.GOERLI.id]: '0x00da19dab05e9f3cd09c3aa0d8046415b3d7f7dbbd83e1c2e4946792298fbe28'
}
},
{
name: 'SelfService',
symbol: 'SLF',
decimals: 6,
bridgeAddress: {
[ChainType.MAIN.id]: '',
[ChainType.GOERLI.id]: '0x00fd2a9843c19436542e0ac7fc7b5cbf1d0b69fc2abea6d68591e46a5ca2d75a'
},
tokenAddress: {
[ChainType.MAIN.id]: '',
[ChainType.GOERLI.id]: '0x07a39a50bf689e9430fc81fba0f4d46e245e1657e77455548ed7e32c808cfc10'
}
}
];

0 comments on commit 2c5a9df

Please sign in to comment.