Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions typescript/aqua/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ The SDK includes pre-configured contract addresses for the following networks:
| Linea | 59144 | [0x4a055aa172c98ec32de118b9b5b6ac8b4099a580](https://lineascan.build/address/0x4a055aa172c98ec32de118b9b5b6ac8b4099a580) |
| Unichain | 1301 | [0x4a055aa172c98ec32de118b9b5b6ac8b4099a580](https://uniscan.xyz/address/0x4a055aa172c98ec32de118b9b5b6ac8b4099a580) |
| Sonic | 146 | [0x4a055aa172c98ec32de118b9b5b6ac8b4099a580](https://sonicscan.org/address/0x4a055aa172c98ec32de118b9b5b6ac8b4099a580) |
| Robinhood Chain | 4663 | [0x7c2d4aa5c900c08004fadb1c0d953c5b099fec86](https://robinhoodchain.blockscout.com/address/0x7c2d4aa5c900c08004fadb1c0d953c5b099fec86) |

Access addresses using:

Expand Down
1 change: 1 addition & 0 deletions typescript/aqua/src/aqua-protocol-contract/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ export const AQUA_CONTRACT_ADDRESSES: Record<NetworkEnum, Address> = {
[NetworkEnum.LINEA]: new Address('0x4a055aa172c98ec32de118b9b5b6ac8b4099a580'),
[NetworkEnum.UNICHAIN]: new Address('0x4a055aa172c98ec32de118b9b5b6ac8b4099a580'),
[NetworkEnum.SONIC]: new Address('0x4a055aa172c98ec32de118b9b5b6ac8b4099a580'),
[NetworkEnum.ROBINHOOD]: new Address('0x7c2d4aa5c900c08004fadb1c0d953c5b099fec86'),
}
1 change: 1 addition & 0 deletions typescript/sdk-core/src/types/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ export enum NetworkEnum {
LINEA = 59144,
SONIC = 146,
UNICHAIN = 130,
ROBINHOOD = 4663,
}
1 change: 1 addition & 0 deletions typescript/swap-vm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,7 @@ The SDK includes pre-configured contract addresses of `AquaSwapVMRouter` for the
| Linea | 59144 | [0x3c4758979ec30ca45857cabc2462a70699ed790e](https://lineascan.build/address/0x3c4758979ec30ca45857cabc2462a70699ed790e) |
| Unichain | 1301 | [0x3c4758979ec30ca45857cabc2462a70699ed790e](https://uniscan.xyz/address/0x3c4758979ec30ca45857cabc2462a70699ed790e) |
| Sonic | 146 | [0x3c4758979ec30ca45857cabc2462a70699ed790e](https://sonicscan.org/address/0x3c4758979ec30ca45857cabc2462a70699ed790e) |
| Robinhood Chain | 4663 | [0x3c4758979ec30ca45857cabc2462a70699ed790e](https://robinhoodchain.blockscout.com/address/0x3c4758979ec30ca45857cabc2462a70699ed790e) |

Access addresses using:

Expand Down
1 change: 1 addition & 0 deletions typescript/swap-vm/src/swap-vm-contract/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ export const AQUA_SWAP_VM_CONTRACT_ADDRESSES: Record<NetworkEnum, Address> = {
[NetworkEnum.LINEA]: new Address('0x3c4758979ec30ca45857cabc2462a70699ed790e'),
[NetworkEnum.UNICHAIN]: new Address('0x3c4758979ec30ca45857cabc2462a70699ed790e'),
[NetworkEnum.SONIC]: new Address('0x3c4758979ec30ca45857cabc2462a70699ed790e'),
[NetworkEnum.ROBINHOOD]: new Address('0x3c4758979ec30ca45857cabc2462a70699ed790e'),
}
Loading