Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added $GRND token w/contract info on Optimism, Polygon, and Ethereum #769

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# This configuration file was automatically generated by Gitpod.
hamdiallam marked this conversation as resolved.
Show resolved Hide resolved
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- init: pnpm install && pnpm run build


19 changes: 19 additions & 0 deletions data/GRND/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
hamdiallam marked this conversation as resolved.
Show resolved Hide resolved
"name": "GRND",
"symbol": "GRND",
"decimals": 18,
"tokens": {
"ethereum": {
"address": "0x9816082D089faD585B0735dcaf15147bBB9A4C4d"
},
"optimism": {
"address": "0x337919Bc5737D046Dd4b559D2663aF7B0948EfE6"
},
"polygon": {
"address": "0xC41cFdc0A3199eE6b22bd3c2e6624aC10695e510"
},
"base": {
"address": "0x7E00780C65D0291E5210fC208ABce0C5A966d538"
}
}

21 changes: 21 additions & 0 deletions data/GRND/logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.