Skip to content

Commit

Permalink
add rari
Browse files Browse the repository at this point in the history
  • Loading branch information
spsjvc committed Jul 10, 2024
1 parent 102ab72 commit 2c936e2
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,16 @@ const teleportEnabledTokens: {
{
symbol: 'WETH',
l1Address: '0xfff9976782d46cc05630d1f6ebab18b2324d6b14',
allowedL3ChainIds: []
allowedL3ChainIds: [
1918988905 // RARI Testnet
]
},
{
symbol: 'LINK',
l1Address: '0x779877A7B0D9E8603169DdbD7836e478b4624789',
allowedL3ChainIds: []
allowedL3ChainIds: [
1918988905 // RARI Testnet
]
}
]
}
Expand Down

0 comments on commit 2c936e2

Please sign in to comment.