Skip to content

Commit

Permalink
chore: changed rpc for DAI
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Apr 18, 2024
1 parent 24c748d commit 5eaa303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/payout.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// available tokens for payouts
export const PAYMENT_TOKEN_PER_NETWORK: Record<string, { rpc: string; token: string; symbol: string }> = {
"1": {
rpc: "https://rpc-bot.ubq.fi/v1/mainnet",
rpc: "https://rpc.gnosischain.com",
token: "0x6B175474E89094C44Da98b954EedeAC495271d0F",
symbol: "DAI",
},
Expand Down

0 comments on commit 5eaa303

Please sign in to comment.