Skip to content

Commit

Permalink
chains: add game7
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMyrddin committed Jan 12, 2025
1 parent cb4f41e commit 0b28cb2
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/assets/g7.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/buildList.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const degen = require("./tokens/degen.json");
const duckchain = require("./tokens/duckchain.json");
const educhain = require("./tokens/educhain.json");
const geist = require("./tokens/geist.json");
const game7 = require("./tokens/game7.json");
const gravity = require("./tokens/gravity.json");
const molten = require("./tokens/molten.json");
const plume = require("./tokens/plume.json");
Expand All @@ -31,6 +32,7 @@ module.exports = function buildList() {
...degen,
...duckchain,
...educhain,
...game7,
...geist,
...gravity,
...molten,
Expand Down
25 changes: 25 additions & 0 deletions src/tokens/game7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[
{
"chainId": 2187,
"symbol": "WG7",
"name": "Wrapped G7",
"address": "0xfa3ed70386b9255fC04aA008A8ad1B0CDa816Fac",
"logoURI": "BASE_URL/assets/g7.svg",
"decimals": 18,
"isWNative": true,
"common": true,
"defaultSwapOutput": true,
"quote": "native"
},
{
"chainId": 2187,
"symbol": "USDC.e",
"name": "Bridged USDC",
"address": "0x401eCb1D350407f13ba348573E5630B83638E30D",
"logoURI": "BASE_URL/assets/usdc.svg",
"decimals": 6,
"common": true,
"defaultSwapInput": true,
"quote": "stable"
}
]

0 comments on commit 0b28cb2

Please sign in to comment.