Skip to content

Commit

Permalink
Add BetSwirl (Polygon)
Browse files Browse the repository at this point in the history
  • Loading branch information
shatterproof committed Jun 28, 2023
1 parent 8d7ad77 commit 43b68e6
Show file tree
Hide file tree
Showing 5 changed files with 931 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/address-book/address-book/polygon/tokens/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1920,6 +1920,18 @@ const _tokens = {
description: 'Axelar Bridged USDC',
documentation: 'https://docs.axelar.dev/',
},
BETS: {
name: 'BetSwirl Token',
symbol: 'BETS',
address: '0x9246a5F10A79a5a939b0C2a75A3AD196aAfDB43b',
chainId: 137,
decimals: 18,
logoURI: '',
website: 'https://www.betswirl.com/',
description:
'BetSwirl is a fully decentralized online cryptocurrency gaming platform, where everyone will be able to enjoy a fair play, a fun time and an innovative gamer experience.',
documentation: 'https://documentation.betswirl.com/',
},
} as const;

export const tokens: ConstRecord<typeof _tokens, Token> = _tokens;
Loading

0 comments on commit 43b68e6

Please sign in to comment.