Skip to content

Commit

Permalink
chains: add plume
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMyrddin committed Jan 4, 2025
1 parent 762c617 commit e0901bc
Show file tree
Hide file tree
Showing 7 changed files with 102 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/nrwa.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/ntbill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/nyield.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/assets/peth.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/pusd.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 @@ -11,6 +11,7 @@ const educhain = require("./tokens/educhain.json");
const geist = require("./tokens/geist.json");
const gravity = require("./tokens/gravity.json");
const molten = require("./tokens/molten.json");
const plume = require("./tokens/plume.json");
const proofOfPlay = require("./tokens/proof-of-play.json");
const rari = require("./tokens/rari.json");
const reya = require("./tokens/reya.json");
Expand All @@ -33,6 +34,7 @@ module.exports = function buildList() {
...geist,
...gravity,
...molten,
...plume,
...proofOfPlay,
...rari,
...reya,
Expand Down
75 changes: 75 additions & 0 deletions src/tokens/plume.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
[
{
"chainId": 98865,
"symbol": "WETH",
"name": "Wrapped Ether",
"address": "0x626613B473F7eF65747967017C11225436EFaEd7",
"logoURI": "BASE_URL/assets/weth.svg",
"decimals": 18,
"isWNative": true,
"common": true,
"defaultSwapInput": true,
"quote": "native"
},
{
"chainId": 98865,
"symbol": "pUSD",
"name": "Plume USD",
"address": "0xdddD73F5Df1F0DC31373357beAC77545dC5A6f3F",
"logoURI": "BASE_URL/assets/pusd.svg",
"decimals": 6,
"common": true,
"defaultSwapOutput": true,
"quote": "stable"
},
{
"chainId": 98865,
"symbol": "pETH",
"name": "Plume ETH",
"address": "0xD630fb6A07c9c723cf709d2DaA9B63325d0E0B73",
"logoURI": "BASE_URL/assets/weth.svg",
"decimals": 18,
"common": true,
"quote": "derived_native"
},
{
"chainId": 98865,
"symbol": "USDC.e",
"name": "Bridged USDC",
"address": "0x3938A812c54304fEffD266C7E2E70B48F9475aD6",
"logoURI": "BASE_URL/assets/usdc.svg",
"decimals": 6,
"common": true,
"quote": "stable"
},
{
"chainId": 98865,
"symbol": "nRWA",
"name": "Nest RWA Vault Aggregate Token",
"address": "0x81537d879ACc8a290a1846635a0cAA908f8ca3a6",
"logoURI": "BASE_URL/assets/nrwa.svg",
"decimals": 18,
"common": true,
"quote": "other"
},
{
"chainId": 98865,
"symbol": "nTBILL",
"name": "Nest Treasuries Vault Aggregate Token",
"address": "0xE72Fe64840F4EF80E3Ec73a1c749491b5c938CB9",
"logoURI": "BASE_URL/assets/ntbill.svg",
"decimals": 18,
"common": true,
"quote": "other"
},
{
"chainId": 98865,
"symbol": "nYIELD",
"name": "Nest High Yield Vault Aggregate Token",
"address": "0x892DFf5257B39f7afB7803dd7C81E8ECDB6af3E8",
"logoURI": "BASE_URL/assets/nyield.svg",
"decimals": 18,
"common": true,
"quote": "other"
}
]

0 comments on commit e0901bc

Please sign in to comment.