Skip to content

Commit

Permalink
publish sepolia default metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dmosites committed Jan 25, 2024
1 parent 48026e7 commit 70356aa
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 20 deletions.
2 changes: 1 addition & 1 deletion source/pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@airswap/constants": "4.1.8",
"@airswap/metadata": "4.1.16",
"@airswap/metadata": "4.1.17",
"@airswap/types": "4.1.4",
"@airswap/utils": "4.1.12",
"prompt-confirm": "^2.0.4"
Expand Down
31 changes: 13 additions & 18 deletions tools/metadata/defaults.ts
Original file line number Diff line number Diff line change
@@ -1,28 +1,23 @@
import { TokenInfo } from '@airswap/types'
import { ChainIds } from '@airswap/constants'

const TEST_TOKEN_DECIMALS = 6

// Test tokens for Sepolia

export default [
/*
* Goerli Defaults
*/
{
name: 'Tether USD',
address: '0x79c950c7446b234a6ad53b908fbf342b01c4d446',
decimals: 6,
address: '0x20aaebad8c7c6ffb6fdaa5a622c399561562beea',
chainId: ChainIds.SEPOLIA,
decimals: TEST_TOKEN_DECIMALS,
name: 'Mintable USDT',
symbol: 'USDT',
chainId: 5,
},
{
name: 'USD//C',
address: '0x07865c6e87b9f70255377e024ace6630c1eaa37f',
decimals: 6,
address: '0xf450ef4f268eaf2d3d8f9ed0354852e255a5eaef',
chainId: ChainIds.SEPOLIA,
decimals: TEST_TOKEN_DECIMALS,
name: 'Mintable USDC',
symbol: 'USDC',
chainId: 5,
},
{
name: 'Dai',
address: '0x2899a03ffdab5c90badc5920b4f53b0884eb13cc',
decimals: 18,
symbol: 'DAI',
chainId: 5,
},
] as TokenInfo[]
2 changes: 1 addition & 1 deletion tools/metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/metadata",
"version": "4.1.16",
"version": "4.1.17",
"description": "AirSwap: Token Metadata for Developers",
"repository": {
"type": "git",
Expand Down

0 comments on commit 70356aa

Please sign in to comment.