Skip to content

Commit

Permalink
add scroll mai
Browse files Browse the repository at this point in the history
  • Loading branch information
royalaid committed Apr 9, 2024
1 parent 2ea014a commit 9816abb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qidao/sdk",
"license": "MIT",
"version": "5.3.16",
"version": "5.3.17",
"description": "🛠 An SDK for building applications on top of QiDao Protocol.",
"main": "./dist/index.js",
"umd:main": "dist/index.umd.js",
Expand Down
1 change: 1 addition & 0 deletions src/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ export const MAI: ChainTokenMap = {
[ChainId.BASE]: makeMaiToken(ChainId.BASE, '0xbf1aeA8670D2528E08334083616dD9C5F3B087aE'),
[ChainId.LINEA]: makeMaiToken(ChainId.LINEA, '0xf3B001D64C656e30a62fbaacA003B1336b4ce12A'),
[ChainId.FRAXTAL]: makeMaiToken(ChainId.FRAXTAL, '0xb84Df10966a5D7e1ab46D9276F55d57bD336AFC7'),
[ChainId.SCROLL]: makeMaiToken(ChainId.SCROLL, '0xDbeA8A906F5561F57C71A52C4C3C21c7d9A27e87'),
}

0 comments on commit 9816abb

Please sign in to comment.