Skip to content

Commit

Permalink
Initial draft for ARB-Griff
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0neerpat committed Jul 26, 2024
1 parent 000eb34 commit 801a6ac
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
24 changes: 23 additions & 1 deletion src/contracts/addreses.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
import { WETH, ARB, OD, WSTETH, CBETH, RETH, OP, GRT, PUFETH, PT_wstETH_26JUN2025, PT_rETH_26JUN2025 } from '../utils'
import {
WETH,
ARB,
OD,
WSTETH,
CBETH,
RETH,
OP,
GRT,
PUFETH,
PT_wstETH_26JUN2025,
PT_rETH_26JUN2025,
ARB_Griff,
} from '../utils'

// All keys are mandatory
export type ContractKey =
Expand Down Expand Up @@ -256,6 +269,15 @@ const tokens: Record<GebDeployment, TokenList> = {
bytes32String: PT_wstETH_26JUN2025,
isCollateral: true,
},
'ARB-Griff': {
address: '0x912CE59144191C1204E64559FE8253a0e49E6548',
collateralJoin: '', // Pending execution of Pendle asset proposal
collateralAuctionHouse: '', // Pending execution of Pendle asset proposal
decimals: 18,
symbol: 'ARB-Griff',
bytes32String: ARB_Griff,
isCollateral: true,
},
},
'arbitrum-sepolia': {
OD: {
Expand Down
1 change: 1 addition & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export const PUFETH = '0x5055464554480000000000000000000000000000000000000000000
export const GRT = '0x4752540000000000000000000000000000000000000000000000000000000000'
export const PT_wstETH_26JUN2025 = '0x50542d7773744554482d32364a554e3230323500000000000000000000000000'
export const PT_rETH_26JUN2025 = '0x50542d724554482d32364a554e32303235000000000000000000000000000000'
export const ARB_Griff = '0x4152422d47726966660000000000000000000000000000000000000000000000'

/**
* 0x0 address or burn address
Expand Down

0 comments on commit 801a6ac

Please sign in to comment.