Skip to content

Instantly share code, notes, and snippets.

View kioqq's full-sized avatar
🥷

Evgeniy Abramov kioqq

🥷
View GitHub Profile
await window.keplr.experimentalSuggestChain({
// Chain-id of the Cosmos SDK chain.
chainId: "Oraichain",
// The name of the chain to be displayed to the user.
chainName: "Oraichain",
// RPC endpoint of the chain.
rpc: "https://rpc.orai.io",
// REST endpoint of the chain.
rest: "https://lcd.orai.io",
@kioqq
kioqq / NSDateFormatter cheat sheet
Created February 12, 2016 17:15 — forked from romaonthego/NSDateFormatter cheat sheet
Date Formats for NSDateFormatter
a: AM/PM
A: 0~86399999 (Millisecond of Day)
c/cc: 1~7 (Day of Week)
ccc: Sun/Mon/Tue/Wed/Thu/Fri/Sat
cccc: Sunday/Monday/Tuesday/Wednesday/Thursday/Friday/Saturday
d: 1~31 (0 padded Day of Month)
D: 1~366 (0 padded Day of Year)