Skip to content

Commit

Permalink
Add NODL token on ZksSync Era Mainnet (#886)
Browse files Browse the repository at this point in the history
* Add NODL token on ZksSync Era Mainnet

* Add link to logo
  • Loading branch information
aliXsed authored May 15, 2024
1 parent 1fc7f10 commit e6f9fa8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/kotlin/org/ethereum/lists/tokens/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ val networkMapping = mapOf(
"etc" to 61,
"ella" to 64,
"arb" to 42161,
"avax" to 43114
"avax" to 43114,
"zks" to 324
)

suspend fun main() {
Expand Down
24 changes: 24 additions & 0 deletions tokens/zks/0xBD4372e44c5eE654dd838304006E1f0f69983154.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"symbol": "NODL",
"address": "0xBD4372e44c5eE654dd838304006E1f0f69983154",
"decimals": 18,
"name": "NODL Token",
"website": "https://www.nodle.com",
"logo": {
"src": "https://raw.githubusercontent.com/NodleCode/assets/main/logo_256.png",
"width": "256",
"height": "256",
"ipfs_hash": ""
},
"support": {
"email": "[email protected]"
},
"social": {
"blog": "https://nodle.medium.com",
"discord": "https://discord.gg/N5nTUt8RWJ",
"linkedin": "https://www.linkedin.com/company/nodle",
"telegram": "https://telegram.me/nodlecommunity",
"twitter": "https://x.com/nodlenetwork",
"youtube": "https://www.youtube.com/c/Nodle"
}
}

0 comments on commit e6f9fa8

Please sign in to comment.