Skip to content

Commit d48bc62

Browse files
authored
Update validate-token-address.yml
Added LINEA and PLASMA chain to rpc map as asked as well
1 parent 3c7a9aa commit d48bc62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/validate-token-address.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
AVALANCHE: "https://api.avax.network/ext/bc/C/rpc",
7676
BNB: "https://public-bsc-mainnet.fastnode.io",
7777
LENS: "https://lens.drpc.org",
78+
LINEA: "https://rpc.linea.build",
79+
PLASMA: "https://rpc.plasma.to"
7880
};
7981
8082
const rpcUrl = rpcMap[network];

0 commit comments

Comments
 (0)